MemberName

MemberName is a text function. Based on the syntax used, it returns the name 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 identifier of the row, the alphabetical identifier of the column, or the numeric identifier of the page.
DimNameName of a dimension in the grid row, column, or page.
POV DimNameName of the dimension on the grid or user POV.

Examples:

Return the name assigned to the Product dimension in Grid1, column A:

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

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

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

<<MemberName(“Year”)>>

Return the name for the Scenario dimension for the POV associated with Grid1:

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

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

Note:

MemberName 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.