The @ILSIBLINGS() function returns the specified member and all of the left siblings of the member. Left siblings are children that share the same parent as the member and that precede the member in the database outline.
This member set function can be used as a parameter of another function, where that parameter is a list of members.
@ILSIBLINGS(mbrName)
mbrName | Any valid single member name or member combination, or a function that returns a single member or member combination. |
In the Sample Basic database:
@ILSIBLINGS(Florida)returns New York, Massachusetts, and Florida (in that order). New York and Massachusetts appear above Florida in the Sample Basic outline.
@ILSIBLINGS(Qtr3)returns Qtr1, Qtr2, and Qtr3 (in that order). Qtr1 and Qtr2 appear above Qtr3 in the Sample Basic outline.
@LSIBLINGS, which excludes the specified member.
Copyright (c)1991-2000 Hyperion Solutions Corporation. All rights reserved.