Setting element weight in processes

Joined
Feb 20, 2020
Messages
3
Likes
6
Points
3
#1
Optional parameter, currently not documented.

Code:
hierarchy.group("Test Dimension","Default", "Parent", "level2",-1);

blueprint.addChild("Default", "Parent", "Level2",-1);


Element weighting can be set via processes, it is an optional parameter passed to hierarchy.group or blueprint functions, notice the -1 at the end of the call.
This will add level2 element to the parent consolidation with negative 1 weight effectively resulting with the value stored in level2 being subtracted from the parent consolidation.