@ISSIBLING
The @ISSIBLING calculation function for Essbase returns TRUE if the current member being calculated is a sibling of a specified member. This function excludes the specified member.
Syntax
@ISSIBLING (mbrName)
Example
In the Sample Basic database:
@ISSIBLING("New York")
Returns TRUE for Florida, New Hampshire.
@ISSIBLING(Sales)
Returns FALSE for Margin.
See Also