Return to: Calculated Member Builder Function List
Returns the dimension specified by a numeric expression or a string.
Numeric | String | |
---|---|---|
Syntax | Dimensions («Numeric Expression») |
Dimensions («String Expression») |
Remarks | Returns the dimension object whose zero-based position within the cube is «Numeric Expression». |
Returns the dimension whose name is specified by «String Expression». Typically used with user-defined functions. |
Example | If dimensions Time, Region, and Product are added to a cube (in that order), then
returns Region (Measures is |