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. |
|---|
Status by Name
Returns the 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.
[Status.By name].[Project Status].GetParentMemberNameByKey(
[Issue].CurrentHierarchyMember.Get('Status ID')
)
Status Category
Returns the issue status category by the issue property "Status ID". The category name is returned from the Status.Category hierarchy.
[Status.Category].[Status].GetParentMemberNameByKey(
[Issue].CurrentHierarchyMember.Get('Status ID')
)
See also
- function GetMemberNameByKey