Returns TRUE if the current member is the same level as the specified member.
Syntax
@ISSAMELEV (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:
@ISSAMELEV(Sales)
Returns FALSE for Total Expenses.
@ISSAMELEV(Jan)
Returns TRUE for Apr, Jul, Oct.
See Also