What's new Download Reportworq
⬇ Guide PDF

ELPAR function#

ELPAR returns the name of the parent of an element at a given parent index - the roll-up navigation function.

ELPAR is a native TM1 / Planning Analytics function.

Signature#

=ELPAR("Server:Dimension", element, index)

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.
3 index Integer Yes The parent to return, 1-based. Must be a whole number of at least 1.

ELPAR takes exactly three arguments. The default result is an empty string.

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 three arguments Hard error
Fewer than three arguments Warning, blank
index is not numeric or cannot be parsed Hard error
index is less than 1 Warning, blank
The element is a string element Warning, blank - a string element has no parents
index is greater than the number of parents Warning, blank
Dimension or element not found Warning, blank

Examples#

=ELPAR("PlanTM1:Region", "Northeast", 1)

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 page

Or write to support@reportworq.com directly.