Copying data between different dimensions

Post Reply
djarko
Posts: 9
Joined: Mon Dec 04, 2017 10:33 am
OLAP Product: Planning Analytics Express
Version: 2.0
Excel Version: 2016 Professional Pl
Location: Poland / Warsaw

Copying data between different dimensions

Post by djarko »

I have 2 cubes with different dimensionality. Both of tchem include „Client” dimension but with another granularity.
In „Cube 1” there is dimension „Client”.
Dim_Client.PNG
Dim_Client.PNG (17.79 KiB) Viewed 441 times
„Cube 2” has „Client_N” dimension.
Dim_Client_N.PNG
Dim_Client_N.PNG (6.62 KiB) Viewed 441 times
I would like to copy data from cube 1 to cube 2.


How should be such proccess written? Please help.
User avatar
Steve Rowe
Site Admin
Posts: 2417
Joined: Wed May 14, 2008 4:25 pm
OLAP Product: TM1
Version: TM1 v6,v7,v8,v9,v10,v11+PAW
Excel Version: Nearly all of them

Re: Copying data between different dimensions

Post by Steve Rowe »

Most cube to cube data transfers follow this sequence

Prolog tab
Define the Destination View and ViewZeroOut

Define the Source View and declare it to the datasource.

Data tab
Update dims if required (use the direct functions)
Write data

Epilog
Clean up objects
DimensionUpdateDirect if you used the direct functions.

So when you define the source you will set the set for the client dimension to be just the Group members as these are the N levels in the destination view.

This means that your view will only contain consolidations.

Depending on exactly how you have defined the view you will need to make sure that consolidations are not being suppressed (this is the default behaviour, usually)

HTH gives you an idea of the direction you need to head.

Cheers,
Technical Director
www.infocat.co.uk
Post Reply