DE.NAME

Returns the name of the nth element within a dimension.

Syntax

DE.NAME(Dimension, Index)

Example

The fourth element in the REGION dimension is Angola, so this example returns Angola:

DE.NAME('REGION', 4)