DIMENSIONATTRIBUTENAMES
Syntax
<dimensionattributenames-expression> := 'DIMENSIONATTRIBUTENAMES( ' <Key> ')'
Since
2.1
Return-type
String
Description
Returns the names of all attributes of all keys of the dimension. If the argument is NULL, the function returns NULL.
Examples
DIMENSIONATTRIBUTENAMES( Product )
E.g. returns 'ProductID' + 'Customer' + 'Text' + ...
See also
ATTRIBUTENAMES
