@ISSAMELEV

The @ISSAMELEV calculation function for Essbase tests whether a member is in the same level as another member.

This function returns TRUE if the current member being calculated is in the same level as the specified member.

Syntax

@ISSAMELEV (mbrName)

Parameters

mbrName

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

Example

In the Sample Basic database:

@ISSAMELEV(Sales)

Returns FALSE for Total Expenses.

@ISSAMELEV(Jan)

Returns TRUE for Apr, Jul, Oct.