Loading cube from other cube with different number of dims
Posted: Wed Aug 10, 2011 5:40 pm
Hello All,
We are planning to load a target cube with 4 dimension from a source cube of 3 dimensions.Example shown below
Source_cube
Dimensions - Product, Period, Discount
P1,2010Q1,10
P2,2010Q2,25
Target_cube ( Data required)
Dimensions - Customer, Product, Period, Sales
Cust1,P1,2010Q1,10
Cust1,P2,2010Q2,25
Cust2,P1,2010Q1,10
Cust2,P2,2010Q2,25
In target, every element of customer dimension should get the entire set of source data.
Can you please suggest as how we can achieve this?
Thanks in advance
We are planning to load a target cube with 4 dimension from a source cube of 3 dimensions.Example shown below
Source_cube
Dimensions - Product, Period, Discount
P1,2010Q1,10
P2,2010Q2,25
Target_cube ( Data required)
Dimensions - Customer, Product, Period, Sales
Cust1,P1,2010Q1,10
Cust1,P2,2010Q2,25
Cust2,P1,2010Q1,10
Cust2,P2,2010Q2,25
In target, every element of customer dimension should get the entire set of source data.
Can you please suggest as how we can achieve this?
Thanks in advance