1 olap.query.getMD5Data
<olap.query.getMD5Data>
<query /> !
</olap.query.getMD5Data>
Arguments | |||||
---|---|---|---|---|---|
Name | Type | Required | Unique | Nullable | Description |
Equery | query | Query of which you want to obatin the identifier. |
Returns | |
---|---|
Type | Description |
String | Unique identifier of the query. |
Example
Copy
<xsql-script name="olap_xsql_script_query_getMD5Data"> <body> <return> <olap.query.getMD5Data> <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.getMD5Data> </return> </body> </xsql-script>
20bf06b92dd7c7ed9c7d1b4712600509