Optional parameter, currently not documented.
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.
Rich (BB 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.