1 olap.cube.getDimensions
<olap.cube.getDimensions>
<value /> !
</olap.cube.getDimensions>
Arguments | |||||
---|---|---|---|---|---|
Name | Type | Required | Unique | Nullable | Description |
Evalue | cube | Cube of which you want to obtain the dimensions. |
Returns | |
---|---|
Type | Description |
object | Returns all the dimensions of the cube. |
Example
Copy
<xsql-script name='olap_schema_cube_getDimensions'> <body> <iterator name='m_cube'> <in> <olap.schema.getCube name='Sales'> <olap.schema name='s_foodmart' /> </olap.schema.getCube> </in> <do> <println><olap.cube.getDimensions><m_cube /></olap.cube.getDimensions></println> </do> </iterator> </body> </xsql-script>
[Store,Store Size in SQFT,Store Type,Normalized Store Location,Time,Time (exp),Product,Promotion Media,Promotions,Customers,Education Level,Gender,Marital Status,Yearly Income]