MEMBER_KEY
The value of the member key in the original datatype. MEMBER_KEY
is
for backward-compatibility. MEMBER_KEY
has the same value as KEY0 for
non-composite keys, and MEMBER_KEY property is null for composite keys.
Syntax
Member_Expression.MEMBER_KEY
Input Parameters
N/A
Return Value
Returns the member key value. The type depends on the mapped column binding.
Example
Sales for "Red" members only, else 0.
IIF([Color Dimension].[Color].CurrentMember.MEMBER_KEY = "Red",[Measures].[salesamount1], 0)