Search found 1 match
- Fri Jul 01, 2011 10:49 am
- Forum: IBM TM1, Planning Analytics, PAx and PAW
- Topic: How can i insert attribute with Java API?
- Replies: 1
- Views: 3052
How can i insert attribute with Java API?
Hi All, I got some troubles when i insert attribute for a dimension with Java API. The java source code and the output as below: Java source code: package HMI; import com.applix.tm1.TM1Attribute; import com.applix.tm1.TM1Bean; import com.applix.tm1.TM1Dimension; import com.applix.tm1.TM1Element; imp...