
I have 2 cubes with source Data - ProductionPlan and Technology.
ProductionPlan cube defines which product will be produced by each plant, and the Quantity to be produced:
Tecnology cube defines the numer of Components of each type required to produce 1 product of each type:
My Target cube is ComponentDemand. I want TI to check, wich product will be produced, take it's Tecnology data, multiply it by Quantity to be produced and put it into cube:
How do I do it in the best possible way?
I have a reason not to use rules here, TI is essential. I need my target cube to remain editable after data transfer.
I would also like to avoid creating extra cubes, those listed above will be huge and require a lot of resources to calculate.