@ISSIBLING

The @ISSIBLING calculation function for Essbase tests whether a member is a sibling of another member.

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

Syntax

@ISSIBLING (mbrName)

Parameters

mbrName

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

Example

In the Sample Basic database:

@ISSIBLING("New York")

Returns TRUE for Florida, New Hampshire.

@ISSIBLING(Sales)

Returns FALSE for Margin.

See Also

@ISISIBLING