LastSibling (MDX)
Returns the last child of the parent of the specified member.
Parameters
Name | Type | Cardinality | Default value |
member-expression | one |
Return
member
Description
The function returns the last child of the parent of the specified member.
Equivalent to : [specified-member].Parent.LastChild
If the specified member has no parent, returns the last member of its level.
Equivalent to: Tail( [specified-member].Level.Members )
See Also
Examples
Special Examples (errors, null, ...)
XMLA Properties
Find here the value of the XMLA properties when not specified otherwise.