Search found 3 matches

by ival
Wed Jan 20, 2010 8:51 pm
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: Load cube data with WHILE loop
Replies: 4
Views: 5069

Re: Load cube data with WHILE loop

Thank you! It worked much faster than the loop!
by ival
Wed Jan 20, 2010 6:26 pm
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: Load cube data with WHILE loop
Replies: 4
Views: 5069

Re: Load cube data with WHILE loop

I already completed this part. I create dimension elements in metadata, and I have CellGetN inside CellPutN function. My problem is that a dimension element in the second cube is the same as a value in the description element in the first cube. How do I match them? How should I command TM1 to load t...
by ival
Tue Jan 19, 2010 10:29 pm
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: Load cube data with WHILE loop
Replies: 4
Views: 5069

Load cube data with WHILE loop

Hello, I have an issue with the following task. I have a cube with a description element in month dimension, so when I open it, I see data in the following format: Item Jan Feb Mar ....... Dec Description 1 100 100 Chairs 2 50 50 Pens I want to load data from this cube to another one where descripti...