Returns the level number of the specified member.
Syntax
@LEV(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:
| Function | Level Returned |
|---|---|
| @LEV(Margin) | 1 |
| @LEV("New York") | 0 |
See Also