TABDIM
TABDIM returns the dimension name that corresponds to the index argument.
This function is valid in TM1® rules and TurboIntegrator processes.
Syntax
TABDIM(cube, index)
Argument |
Description |
---|---|
cube |
A valid cube name. |
index |
A positive value less than or equal to the total number of dimensions in the cube. |
Example
The cube SalesCube contains five dimensions: account1, actvsbud, model, month, and region. The example returns model, the third dimension of SalesCube.
TABDIM('SalesCube',3)