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 lookup 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