Hello,
I have to do a business rule and I need to copy specific account only for one dimension. I have a business rule that aggregate all dimensions and works fine.
That account is configured at Plan Type: Never.

My dimension is called PeriodDay, has 31 members and is separated by to halfs. So I have this structure:
FirstHalf:
D1..D15
SecondHalf:
D16..D31
My value is always on D1 until D31 (not Halfs).
My requeriment is copy value of base member (D1 to D31) on First Half or Second Half depends of value stored.
For example:
I have a value in D10 and D12, I should see sum of this values on FirstHalf.
I have value in D9 and D26, I should see D9 on First Half and D26 on SecondHalf.
I can't aggregate because only I want to aggregate with these dimension not other...and that account is configured plan type: Never.
Any help???
Thanks!!