@ISLEV
The @ISLEV calculation function for Essbase returns TRUE if a member is in a specified level of the specified dimension.
Syntax
@ISLEV (dimName, levName | levNum)
Parameters
Example
In the Sample Basic database:
@ISLEV(Market,0)
Returns TRUE if the current member of Market is New York, California, Texas, or Illinois.
@ISLEV(Year,1)
Returns FALSE if the current member of Year is Jan, Feb, or Mar.
See Also