Skip to content

Commit 02b36cc

Browse files
authored
Update advanced/odata.md
1 parent 7225270 commit 02b36cc

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

advanced/odata.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1105,10 +1105,11 @@ If the `groupby` transformation only includes a subset of the entity keys, the r
11051105
| `topcount`/`bottomcount` | retain highest/lowest _n_ values | <Na/> | <Na/> |
11061106
| `toppercent`/`bottompercent` | retain highest/lowest _p_% values | <Na/> | <Na/> |
11071107
| `topsum`/`bottomsum` | retain _n_ values limited by sum | <Na/> | <Na/> |
1108-
| `TopLevels` | retain only _n_ levels of a hierarchy | <X/> | <X/><sup>1</sup> |
1109-
| `ancestors/descendants` | retain ancestors/descendants of specific nodes | <X/> | <X/><sup>1</sup> |
1108+
| `TopLevels` | retain only _n_ levels of a hierarchy | <X/><sup>2</sup> | <X/><sup>1,2</sup> |
1109+
| `ancestors/descendants` | retain ancestors/descendants of specific nodes | <X/> <sup>2</sup> | <X/><sup>1,2</sup> |
11101110

11111111
<sup>1</sup> - supported on SAP HANA, H2 ad PostgreSQL only
1112+
<sup>2</sup> - only to support requests from the UI5 Tree Table
11121113

11131114
#### `concat`
11141115

0 commit comments

Comments
 (0)