Uneven Dimension # :Cube Transfer from 1 Cube to Another
Posted: Wed Oct 28, 2009 10:14 am
I'd like to ask how this can be done. I have a source cube with 4 dimensions like Position-Department, Year, Version and Measure. I have a destination cube with 6 dimension, Department, Shift, Month, Year, Version & Measure. I plan to link the data field, Shift & Time from the source cube to the destination cube. I'm having like issues as well on how to correctly do it since the element linking the Position-Department to Department is the ELPAR of the source dimension.
So I tried writing this command:
So I tried writing this command:
Code: Select all
['New Employees']=DB('New_Headcount_Cost',ELPAR('Title',!Title,2),DB('New_Headcount_Cost',ELPAR('Title',!Title,2),!Year,!Version,'Month')!Year,!Version,'Shift');