GetPropertyUniqueValues (MDX+)
Returns the unique values of a level's property.
Parameters
Name | Type | Cardinality | Default value |
level-expression | one | ||
string | one | ||
boolean-expression | zero-one | ||
limit | number | zero-one |
Return
list
Description
Returns the unique values of a level's property (mainly used by the icCube Dashboards application). Note that each property value is returned as its typed value (i.e., not as a string).
An optional boolean-expression allows for filtering the list of properties. Use the currentValue() fonction to retrieve the value of the current property. This boolean expression cannot evaluate any tuple.
See Also
Examples
Since Version
8.0.0.rc-4
XMLA Properties
Find here the value of the XMLA properties when not specified otherwise.