ELEMENT
Returns the element from the dimension specified in the cube cell intersection which is presently being evaluated by the rules engine.
js
ELEMENT(dimension)
Parameters
dimension
- The name of the dimension.
Examples
js
ELEMENT("Time")
Note: Assuming the cell being calculated is against the time element 2018 - January
, this will return 2018 - January
.