You are on page 1of 1

DimensionElementInsert('Region', 'Belgium', 'Netherlands', 'N');

This example adds the numeric element Netherlands to the Region dimension. Netherland displays
immediately before Belgium in the dimension definition.

DimensionElementComponentAdd('Measures', 'Net Sales', 'Expenses', -1);

This example adds the child Expenses to the Net Sales consolidation in the Measures dimension. The
child has a weight of -1 in the consolidation

You might also like