The @SIBLINGS() function returns all siblings of the specified member. This function excludes the specified member.
This function can be used as a parameter of another function, where that parameter is a list of members.
@SIBLINGS (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:
@SIBLINGS (Washington)returns Oregon, California, Utah, and Nevada (in that order).
@SIBLINGS(East)returns West, South, and Central (in that order).
@ISIBLINGS, which includes the specified
member.
@ISISIBLING
@ISSIBLING
@LSIBLINGS
@RSIBLINGS
Copyright (c)1991-2000 Hyperion Solutions Corporation. All rights reserved.