UDA
The UDA Report Writer command in Essbase selects and reports on members based on a common attribute, defined as a UDA (user-defined attribute).
Syntax
<UDA (dimName, udaStr)
Parameters
Notes
Example
The following example selects products that are sweet:
<UDA (product, "Sweet")
The following example uses the UDA command within a LINK statement to select level 0 products that are sweet:
<LINK(<UDA(product, "Sweet") AND <LEV(product, 0))
Note:
If the Product dimension includes shared members with the UDA "Sweet", this command selects only the first instance in the outline of the shared member.
Related Topics