Search found 2 matches
- Thu Aug 11, 2011 4:04 am
- Forum: IBM TM1, Planning Analytics, PAx and PAW
- Topic: Loading cube from other cube with different number of dims
- Replies: 5
- Views: 2833
Re: Loading cube from other cube with different number of di
I created a TI process to load the target cube with 4 dimensions from source cube of 3 dimensions. In Variables tab, I defined a extra parameter to avoid the error of inconsistent number of dimensions. The extra variable had a formula defined ='dummy'. But it does not seem to work as it is looking f...
- Wed Aug 10, 2011 5:40 pm
- Forum: IBM TM1, Planning Analytics, PAx and PAW
- Topic: Loading cube from other cube with different number of dims
- Replies: 5
- Views: 2833
Loading cube from other cube with different number of dims
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...