Returns a delimited list of dimension names and displayed values for the specified cell.
@DPDimValsDisp([<CellAddress>], [<ColumnDelimiter>], [<RowDelimiter>], [<Dimensions>])
| Argument Name | Description |
|---|---|
| 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. |