DIMNM
Returns the name of the nth element within a dimension.
Syntax
DIMNM(Dimension, Index)
Dimension
is the name of the dimension from which you want to return an element. Index
is the number of the element within the dimension sequence.
Example
The 58th element in the REGION dimension is Czech Republic, so this example returns Czech Republic:
DIMNM('REGION', 58)