MemberAlias

This function is available only with Oracle Essbase or Planning Details as the database connection.

MemberAlias is a text function. Based on the syntax used, it returns the alias of the member assigned to a dimension in the row, column, page, or Point of View (POV).

where:

Example:

The following examples yield the alias Diet Root Beer, which is the alias that is assigned to the Product dimension in Grid1, column A:

<<MemberAlias("Grid1", A, "Product")>>

<<MemberAlias(current, A, "Product")>>

The following examples yields the alias for the Year dimension. The syntax is placed on the grid’s custom heading:

<<MemberAlias("Year")>>

<<MemberAlias(current)>>

The following examples yields the alias for the Scenario dimension for the POV associated with Grid1:

<<MemberAlias("Grid1", "Scenario")>>

<<MemberAlias(current, "Scenario")>>

Note:

This function only supports the Current keyword when used in a grid cell; not in a text box object, header, footer or otherwise. For information and examples, see Current / Cur Keyword.