TM1 Function for Rules,​ ELEMENTATTRS

ELEMENTATTRS returns the string attribute value of the specified element of a dimension.   

Where can the ELEMENTATTRS function be used?

Rules and TurboIntegrator

What is the ELEMENTATTRS function?

ELEMENTATTRS returns the string attribute value of the specified element of a dimension.   

What is the syntax for ELEMENTATTRS?

ElementAttrS(dimension, hierarchy, element, attribute)​
​Dimension =  Dimension name.​
Hierarchy = The name of the hierarchy.​
Element = The name of the element within dimension.​
Attribute = Attribute name which we want to retrieve.

A demonstration on how to use ELEMENTATTRS

Use ElementAttrS function to retrieve Employee Hierarchies dimension string attribute value and apply it in the rule to populate in the Employee Salaries cube.​