MemberQualifiedName

MemberQualifiedName is a text function for use with Oracle Essbase data sources. Based on the syntax used, it returns the qualified name of a non unique member assigned to a dimension in the row, column, page, or Point of View (POV). A non unique member is a child of multiple parents.

Note:

This function is supported only for Oracle Essbase 9.0 or later releases.

For example, if a member named 100 that is a child of the Product1 member and the Product 2 member, then 100 is a non unique member name. The MemberQualifiedName function shows the qualified names in reports. The qualified member names in this example are [Product1].[100] and [Product2].[100].

where:

Example:

The following examples yield the qualified non unique name that is assigned to a the Product dimension in Grid1, column A:

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

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

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

<<MemberQualifiedName("Year")>>

The following examples yields the qualified non unique name for the Scenario dimension for the POV associated with Grid1:

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

<<MemberQualifiedName(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.