DimensionElementComponentAdd
Description:
Adds a child element to a dimension element
Syntax:
DimensionElementComponentAdd(DimName, ConsolidatedElemName,ElemName, ElemWeight);
Arguments:
"DimName - Name of the dimension
ConsolidatedElemName - Element name into which you want to add child element
ElemName - Name you want to assign to the child element
ElemWeight - Weight of the child element."
Return Type:
Nothing
Example:
"DimensionElementComponentAdd('Months', 'Q1', 'Jan',1);
This will add a child element Jan to element Q1 in dimension Months."