1 olap.query.getStatistics
<olap.query.getStatistics>
<query /> !
</olap.query.getStatistics>
Arguments | |||||
---|---|---|---|---|---|
Name | Type | Required | Unique | Nullable | Description |
Equery | query | Query of which you want to obtain the use statistics. |
Returns | |
---|---|
Type | Description |
ResultSet | The statistics of the query. |
Example
Copy
<xsql-script name="olap_xsql_script_query_getStatistics"> <body> <return> <olap.query.getStatistics> <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.getStatistics> </return> </body> </xsql-script>