ElementAttrS
ElementAttrS returns a string attribute for a specified element of a dimension.
This function is valid in both rules and TurboIntegrator processes.
Syntax
ElementAttrS(dimension, hierarchy, element, attribute)
Argument |
Description |
---|---|
dimension |
A valid dimension name. |
hierarchy |
The name of the hierarchy within the dimension. |
element |
An element of the dimension. |
attribute |
The attribute for which you want to retrieve a value. This argument must be a valid attribute of the element. |
Example
In this example, the function returns the string value of the Currency attribute of the 10100 element in the expense hierarchy of the plan_business_unit dimension.
ElementAttrS('plan_business_unit', 'expense', '10100', 'Currency')