DimensionUniqueName (PQL)

Returns the unique name of the target or source member's dimension used in a cross-model interaction

  • Returned Output: Text
  • Library: PQL \ Action \ Cross-Model
  • Version: 2018.00.000
  • Compatibility: Any content (regardless of data source) in the relevant parts of the application

Syntax

DimensionUniqueName()
Comments
  • The function returns the unique name of the designated member object's dimension or table in the interaction.
  • The function can only be used together with the SourceMember and TargetMember functions.

Examples

The example below shows how to get the caption of the source member's dimension in an interaction to be used in the mapping formula. If the source member was "[Customer].[Country].[Australia]" , the formula would return "[Customer]"

sourceMember().DimensionUniqueName()

For a more complete example, please see member captions.