Loading cube from other cube with different number of dims

Post Reply
itsme_maverick
Posts: 2
Joined: Wed Aug 10, 2011 5:26 pm
OLAP Product: TM1
Version: 9.5
Excel Version: 2007

Loading cube from other cube with different number of dims

Post by itsme_maverick »

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
User avatar
mattgoff
MVP
Posts: 518
Joined: Fri May 16, 2008 1:37 pm
OLAP Product: TM1
Version: 10.2.2.6
Excel Version: O365
Location: Florida, USA

Re: Loading cube from other cube with different number of di

Post by mattgoff »

What sorts of things have you tried so far and/or how do you think you could solve the problem? Illustrating that you've at least tried is going to get you more help around here.

Matt
Please read and follow the Request for Assistance Guidelines. It helps us answer your question and saves everyone a lot of time.
itsme_maverick
Posts: 2
Joined: Wed Aug 10, 2011 5:26 pm
OLAP Product: TM1
Version: 9.5
Excel Version: 2007

Re: Loading cube from other cube with different number of di

Post by itsme_maverick »

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 for 'dummy' element in target dimension.
User avatar
Martin Ryan
Site Admin
Posts: 2003
Joined: Sat May 10, 2008 9:08 am
OLAP Product: TM1
Version: 10.1
Excel Version: 2010
Location: Wellington, New Zealand
Contact:

Re: Loading cube from other cube with different number of di

Post by Martin Ryan »

How is TI supposed to know which customer the data goes to?
Please do not send technical questions via private message or email. Post them in the forum where you'll probably get a faster reply, and everyone can benefit from the answers.
Jodi Ryan Family Lawyer
User avatar
mattgoff
MVP
Posts: 518
Joined: Fri May 16, 2008 1:37 pm
OLAP Product: TM1
Version: 10.2.2.6
Excel Version: O365
Location: Florida, USA

Re: Loading cube from other cube with different number of di

Post by mattgoff »

If you really want to load the same data to every customer, you can use DIMSIZ and DIMNM to loop through every element in your customer dim in each run of your Data tab.

Matt
Please read and follow the Request for Assistance Guidelines. It helps us answer your question and saves everyone a lot of time.
David Usherwood
Site Admin
Posts: 1458
Joined: Wed May 28, 2008 9:09 am

Re: Loading cube from other cube with different number of di

Post by David Usherwood »

I think it's very likely your design isn't right. If you need to use the discount in the target cube just write a rule. DONT feed the rule from the source cube, just use it in your calculations.
Post Reply