Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Description:

This is a member property function, used to return the display value of the mentioend member.

Syntax:

Member_Expression.caption OR Member_Expression.PROPERTIES(Caption)

Return Type:

Parameters

Example SCALAR

Example:

Code Block
languagejava
WITH MEMBER [Measures].[Result] AS CAPTION([Dimensions].[Hierarchy].CURRENTMEMBER..PROPERTIES(caption)) SELECT [Measures].[Result] ON 0 FROM [CubeName]