I have inherited a model which includes a rule that puzzles me and wondered if anyone may know of a use case for what I am seeing.
In a dimension there is a consolidation called "Parent" which comprises 3 children, "Element 1", "Element 2" and "Element 3", all with weight 1.
There is a cube which includes the above dimension, with the following rule:
Code: Select all
['Parent'] = ['Element 1'] + ['Element 2'] + ['Element 3'];
Maren