1 olap.query.getUIDData
<olap.query.getUIDData>
<query /> !
</olap.query.getUIDData>
Arguments | |||||
---|---|---|---|---|---|
Name | Type | Required | Unique | Nullable | Description |
Equery | query | Query of which you want to obatin the identifier. |
Returns | |
---|---|
Type | Description |
String | Returns the unique identifier of the query. |
Example
Copy
<xsql-script name="olap_xsql_script_query_getUIDData"> <body> <return> <olap.query.getUIDData> <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.getUIDData> </return> </body> </xsql-script>
schema:SampleData cube:Quadrant Analysis cols:[[Measures].[Budget]] rows:[[Region].[Region], [Department].[Department]] filters:[]