CubeDimensionCountGet
CubeDimensionCountGet returns the number of dimensions in a cube.
This function is valid in TM1® TurboIntegrator processes only.
Syntax
CubeDimensionCountGet(CubeName);
Argument |
Description |
---|---|
CubeName |
The name of the cube for which you want to determine the number of dimensions. |
Example
CubeDimensionCountGet('Sales');
In this example, the function returns the number of dimensions in the Sales cube.