Search found 2 matches

by daniel.pinto
Wed Aug 28, 2013 3:55 am
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: Need help on reading tm1 cube through Java API
Replies: 1
Views: 2779

Re: Need help on reading tm1 cube through Java API

Naveen,

Can u paste the sample code you have used to read the view?.
by daniel.pinto
Wed Aug 28, 2013 3:47 am
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: Java API com.applix.tm1.TM1Val@1a93a0d8
Replies: 6
Views: 7428

Re: Java API com.applix.tm1.TM1Val@1a93a0d8

Hi i'm new to TM1,I'm trying to read a cube with two dimension below example i can read the cube values. TM1Val elemTitles = TM1Val.makeArrayVal (2); TM1Element elerow; TM1Element elecol ; elerow = oCube.getDimension(0).getElement(1); elemTitles.addToArray(elerow); elecol =oCube.getDimension(1).getE...