Returns the last child of the input member's parent.
Syntax
LastSibling ( member [, hierarchy ])
member.LastSibling [(hierarchy)]
| Parameter | Description |
|---|---|
A member specification. | |
Optional. A specific hierarchy within the time dimension. |
Notes
If member is the top member of a dimension, then member itself is returned.
Example
Year.Lastsibling returns Year.
Qtr3.Lastsibling returns Qtr4.
See Also