Yes, many similar topics do exist.. I'd need to write a rule to pull data from a source cube with three dimensions to a target with six. Two of the target dimensions have elements which are defined in the attributes of one of the source dimensions. One target dimension is Measures. Measure A should be populated with data in the intersections of the source IF measure B is flagged.
If it is NOT flagged a whole different set of rules should take over to populate measure A. This part works already on it's own, but there's a need to put these together. The target areas would not be overlapping. So I'm thinking if this would work
- check the flag of measure B
- if flagged populate according to mentioned attributes (the rule I'm asking help for..)
- if not flagged populate according to following rows in the rules (function "CONTINUE"?)
Target cube:
- Measures (populate measure A if B is flagged (this could be numeric or string whichever suits the rule best))
- Cost center
- Grouping A
- Accounts
- Grouping B
- Months
Source cube:
- Months
- Cost center (attributes holding exactly the Grouping A and Grouping B elements above)
- Accounts
How to write the rule..? Please..
