All eazyBI for Jira eazyBI for Confluence Private eazyBI

GetCaptionWithoutKey

EAZYBI Returns the display name of a dimension, hierarchy, level, or member without the key.

Syntax

Member_Expression.GetCaptionWithoutKey

Arguments

Member_Expression

MDX expression that returns a member.

Examples

Issue caption without key

The following formula returns the issue caption without the issue key.

[Issue].CurrentHierarchyMember.GetCaptionWithoutKey

See also

  • Function GetCaption returns the display name of a dimension, hierarchy, level, or member (including key for Issues).