ELWEIGHT
ELWEIGHT returns the weight of a child in a consolidated element.
This function is valid in both rules and TurboIntegrator processes.
Syntax
ELWEIGHT(dimension, element1, element2)
Argument |
Description |
---|---|
dimension |
A valid dimension name. |
element1 |
The name of a consolidated element within the dimension. |
element2 |
The name of a child of the consolidated element. |
Example
The element Variable Costs, which is a child of Gross margin, has a weight of -1.
The following example returns -1.
ELWEIGHT('Account1','Gross margin','Variable Costs')