1 olap.query.getHierarchyOnRows
<olap.query.getHierarchyOnRows>
<query /> !
</olap.query.getHierarchyOnRows>
Arguments | |||||
---|---|---|---|---|---|
Name | Type | Required | Unique | Nullable | Description |
Equery | query | Query of which you want to obatin the hierarchy. |
Returns | |
---|---|
Type | Description |
Hierarchy | Returns the hierarchy of the rows of the query. |
Example
Copy
<xsql-script name="olap_xsql_script_query_getHierarchyOnRows"> <body> <return> <olap.query.getHierarchyOnRows> <olap.query rows="[Region].[Region], [Department].[Department]" cols="[Measures].[Budget]" > <olap.schema.getCube name="Quadrant Analysis"> <olap.schema name="p_sd" /> </olap.schema.getCube> </olap.query> </olap.query.getHierarchyOnRows> </return> </body> </xsql-script>
[Region].[Region],[Department].[Department]