ELLEV function#
ELLEV returns the level of an element within its dimension - useful for level-based indentation and formatting.
ELLEV is a native TM1 / Planning Analytics function.
Signature#
=ELLEV("Server:Dimension", element)
Arguments#
| # | Argument | Type | Required | Permitted values and notes |
|---|---|---|---|---|
| 1 | Server:Dimension |
String | Yes | "server:dimension". |
| 2 | element |
String | Yes | Element name. A numeric value warns but is accepted. |
ELLEV takes exactly two arguments. The default result is 0.
What happens when an argument is wrong#
For the shared error model and the Calc Mode effect, see how Reportworq handles errors.
| Situation | Result |
|---|---|
| More than two arguments | Hard error |
| Fewer than two arguments | Warning, 0 |
| Dimension or element not found | Warning, 0 |
Examples#
=ELLEV("PlanTM1:Region", "Northeast")
Related pages#
- IBM Planning Analytics functions - the function index and the shared error model.
- DNLEV function - the number of levels in a dimension.
Feedback on this page
Comments, questions, requests, or something missing or unclear? Email us - the page you are on is filled in for you.
Email feedback on this pageOr write to support@reportworq.com directly.