@ISSAMELEV
The @ISSAMELEV calculation function for Essbase returns TRUE if the current member being calculated is in the same level as a specified member.
Syntax
@ISSAMELEV (mbrName)
Example
In the Sample Basic database:
@ISSAMELEV(Sales)
Returns FALSE for Total Expenses.
@ISSAMELEV(Jan)
Returns TRUE for Apr, Jul, Oct.
See Also