@ISISIBLING

The @ISISIBLING calculation function for Essbase tests whether the current member is a sibling (or a match) of the specified member.

This function returns TRUE if the current member being calculated is the specified member or a sibling of the specified member.

Syntax

@ISISIBLING (mbrName)

Parameters

mbrName

Any valid single member name, or a function that returns a single member.

Example

In the Sample Basic database:

@ISISIBLING(Qtr2)

Returns TRUE for Qtr1, Qtr2, Qtr3, and Qtr4.

@ISISIBLING(Actual)

Returns FALSE for Scenario.

See Also

@ISSIBLING