@SIBLINGS

Function

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.

Syntax

@SIBLINGS (mbrName)

mbrNameAny valid single member name or member combination, or a function that returns a single member or member combination.

Notes

Examples

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).

See Also

@ISIBLINGS, which includes the specified member.
@ISISIBLING
@ISSIBLING
@LSIBLINGS
@RSIBLINGS


Copyright (c)1991-2000 Hyperion Solutions Corporation. All rights reserved.