UDA

Selects and reports on members based on a common attribute, defined as a UDA (user-defined attribute).

Syntax

<UDA (dimName, udaStr)
ParameterDescription

dimName

The dimension associated with the udaStr.

udaStr

Name of the user-defined attribute.

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.

See Also

  • SUDA