All eazyBI for Jira eazyBI for Confluence Private eazyBI

GetMemberNameByKey

EAZYBI Returns level member Name with a specified key value.

Syntax

Dimension_Level_Expression.GetMemberNameByKey(Key_Value)

Arguments

Key_Value

String or numeric expression that returns a key value that should be used to look up a member of the dimension level.

Examples

[Status].[Status].GetMemberNameByKey(
  [Issue].CurrentHierarchyMember.Get('Status ID')
)

returns a Status dimension member name by Issue Status ID. The default Issue property Issue status uses this formula.

See also