MemberAlias

Note:

This function is available only with Essbase Cloud 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).

ArgumentDescription
GridNameName of the grid
Row/Col/PageNumeric value representing the index of member combinations on all page dimensions of the grid. The first page dimension combination in a grid has an index of 1, the second page dimension combination has an index of 2, and so on.
DimNameName of a dimension in the grid row, column, or page.
POV DimNameName of the dimension on the grid or user POV.

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")>>

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

<<MemberAlias("Year")>>

<<MemberAlias(current)>>

Yield the alias for the Scenario dimension for the POV associated with Grid1:

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

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

Note:

MemberAlias only supports the Current keyword when used in a grid cell or in a text box object when specifying the Page dimension parameter. Other parameters (Grid, Row, Column) are not supported in a text box object, header, or footer. See Using the Current/Cur Keyword in a Text Function.