MemberUniqueName (PQL)
Returns the unique name of the target or source member 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
MemberUniqueName()
Comments
- The function returns the unique name of the designated member object 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 key of the source member in an interaction to be used in the mapping formula. If the source member was "Australia", with a unique name of [Customer].[Country].[100] , the formula would return "[Customer].[Country].[100]"
sourceMember().MemberUniqueName()
For a more complete example, please see member captions.