Search found 2 matches

by Ohgo
Tue Feb 05, 2013 10:38 am
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: Setting numerous cell values using TM1 Java API
Replies: 5
Views: 4638

Re: Setting numerous cell values using TM1 Java API

Hi yyi, lazarus, Yes I am aware that TI has a much better perfomance. Unfortunately in my case creating flat files is not an option, so I am looking for another way to speed this thing up. Hi ykud, Thanks for sharing your experience. The data could get as large as tens thousands of cell values.. and...
by Ohgo
Fri Feb 01, 2013 5:28 am
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: Setting numerous cell values using TM1 Java API
Replies: 5
Views: 4638

Setting numerous cell values using TM1 Java API

Greetings! We have developed a Java application to write cube data using the TM1 Java API. The application receives inputs in XML Format, parse them into TM1Val arrays, and repeatedly calls setCellValue() to write the values to a cube. This way the data in TM1 can be synchronized real time. However ...