GetParentMemberNameByKey
EAZYBI Returns Parent member Name for a member with the specified key value.
Syntax
Dimension_Level_Expression.GetParentMemberNameByKey(Key_Value)
Arguments
Key_Value | A string or numeric expression that returns a key value that should be used to look up a Parent member name at the dimension level. |
---|
Examples
[Status.By name].[Project Status].GetParentMemberNameByKey( [Issue].CurrentHierarchyMember.Get('Status ID') )
returns a Status dimension Parent member name by Issue Status ID.Status.By name
hierarchy can be used for Team-managed projects when the default property "Issue status" has a project name key in the brackets.
See also
- function GetMemberNameByKey