Returns TRUE if the current member is the specified member or a sibling of the specified member.
Syntax
@ISISIBLING (mbrName)| Parameter | Description |
|---|---|
mbrName | Any valid single member name or member combination, or a function that returns a single member or member combination. |
Example
In the Sample Basic database:
@ISISIBLING(Qtr2)
Returns TRUE for Qtr1, Qtr2, Qtr3, and Qtr4.
@ISISIBLING(Actual)
Returns FALSE for Scenario.
See Also