Skip to main content
Version: I2023.4.1

Level

Syntax​

Member_Expression.Level.Name

note

Note: Currently, AtScale only supports the .Name property of the .Level property.

Input Parameters​

Member_Expression
A valid Multidimensional Expression (MDX) that returns a member.

Return Value​

Returns the member's Level's Name.

Example​

If processing the [Product Categories] (All) level return 1, else return 0.

IIF([Product].[Product Categories].CurrentMember.Level.Name = "(All)", 1, 0)