Selects members based on a common attribute, defined as a user-defined attribute (UDA).
<UDA (dimName, udaStr)
dimName | Name of the dimension associated with the udaStr. |
udaStr | Name of the user-defined attribute as it appears in the database outline. |
This command selects and reports on data based on a common member attribute. Before using a UDA command in a report, you must define the UDA on the Analytic Server.
This example selects products that are sweet:
<UDA (product, "Sweet")
This 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))
©2004 Hyperion Solutions Corporation. All Rights Reserved. http://www.hyperion.com |