SUDA

Selects members based on a common attribute, defined as a UDA (user-defined attribute) along with their shared counterparts.

Syntax

<SUDA (dimName, udaStr)
ParameterDescription

dimName

Name of the dimension associated with udaStr.

udaStr

Name of the UDA.

Notes

Example

The following example uses the SUDA command within a LINK statement to select shared members under Diet that are not "No Carb":

<LINK (<DESC(Diet) and not <SUDA (product, "No Carb))

See Also

  • UDA