@UDA

The @UDA calculation function for Essbase returns members based on a common attribute, which you have defined as a user-defined attribute (UDA) on the Essbase Server.

Syntax

@UDA (dimName, uda)

Parameters

dimName

Name of the dimension with which the uda is associated.

uda

Name of the user-defined attribute as it appears in the database outline.

Notes

You must type the UDA string exactly as it appears in the database outline.

Example

In the Sample Basic database:

@UDA(Market, "New Mkt")

Returns a list of members with the UDA of New Mkt.

See Also