Agrregation Excluding one of the Child member
Hello,
I am trying to aggregate to the parent level by excluding one of its children. I tried with Exclude and @Remove but it is not working. Can anyone help me with this problem.
Below is the example of Account dimension What I am trying to achieve
Parent
Child1
Child11
Child12
Child 2
Child 21
Child 22
What I am trying is the value of Child 2 has to be assigned to Parent during aggregation. Any Suggestions how can it be done?
Thanks in Advance
-Sowmya