All eazyBI for Jira eazyBI for Confluence Private eazyBI

GetLinkedMemberNames

EAZYBI Returns names of members in the same dimension level or a specified hierarchy level that match the keys from the current member property.

Syntax

Member_Expression.GetLinkedMemberNames(Property_Name [, Level_Expression])

By default, the linked members are retrieved at the current member level. You can specify the desired level by adding a level expression.

Arguments

Member_Expression

MDX expression that returns a member.

Property_Name  

Member property name that provides a key value that should be used to look up members within the dimension level.
Level_ExpressionMDX expression specifying a member level for the linked members

Examples

Names of bugs linked to the issue

Use the following formula to return a comma-separated list of the names linked to the current issue.

[Issue].CurrentHierarchy.GetLinkedMemberNames('Bugs')

See also

  • Function GetLinkedMembers retrieves the linked members instead of just their names.