|
Hello and thanks for helping me in advance!
I have worked before with Planning and now started learning TM1 which is whole different world.
I'm having probably a simple problem which I haven't yet worked out myself even though tried many times and wasted hours.
PROBLEM is that I have two cubes,
1. first cube got time dimensions separated as Months (Jan, Feb, ...) & Years (2008, 2009, ... 2020), and
2. second cube is formed with only one time dimension Years/Months (2008-01, 2008-02, ... 2016-12).
They both share the same item from which I'm bringing the data.
I have to bring calculated data back from cube one to cube two in this way (Jan, 2008) goes to (2008-01)
and so forth whole package all the way to the end of year 2016 with lots of data. Of course I could write single
code for every cell but I was hoping there was a more decent way to handle this.
Problem sorted here in matrix,
(1,1) (2,1) (3,1)
(1,2) (2,2) (3,2) CONVERSION ==> (1,1) (2,1) (3,1) (4,1) (5,1) (6,1) ... (9,1)
(1,3) (2,3) (3,3)
In my situation theres 156 cells of data.
Any suggestions gratefully received
J |
|