This one has bothered me for long time and I'd like to see if anyone has the same problem and/or a workaround.
Most times after adding an existing node into a new consolidation, the node does not appear automatically in the consolidation. The node is infact in the consolidation but requires contracting and re-expanding the consolidation before it is visible in the subset editor.
For example, starting with:
Code: Select all
existing_element_A
+existing_rollup
existing_element_B
DimensionElementComponentAdd( 'Dimension', 'existing_rollup', 'existing_element_A', -1);
However, the subset editor will still only show:
Code: Select all
existing_element_A
+existing_rollup
existing_element_B
Ideas?
-- John