DataPointDimValuesMembers

Returns a delimited list of dimension names and member names for the specified cell.

Usage

@DPDimValsMbrs([<CellAddress>], [<AliasTableName>], [<ColumnDelimiter>], [<RowDelimiter>], [<Dimensions>])

Argument Name Description
AliasTableName Optional (default is the alias table defined for the view). The name of the alias table to use.
CellAddress Optional (default is the active cell). The address of the data-point cell.
ColumnDelimiter Optional (default is =); The character to use between the dimension name and the dimension value.
Dimensions Optional; A semicolon delimited list of dimensions to include in the list. By default, all dimensions are included.
RowDelimiter Optional (default is ;); The character to use between each dimension.