Search found 3 matches
- Fri Sep 21, 2012 2:26 pm
- Forum: IBM TM1, Planning Analytics, PAx and PAW
- Topic: Attribute create thru TI is only working on last element
- Replies: 4
- Views: 3813
Re: Attribute create thru TI is only working on last element
Thanks Delcanr...now it works !
- Tue Sep 18, 2012 6:55 pm
- Forum: IBM TM1, Planning Analytics, PAx and PAW
- Topic: Attribute create thru TI is only working on last element
- Replies: 4
- Views: 3813
Re: Attribute create thru TI is only working on last element
Indeed, I just make an error copy/paste the code.
For Data, i'll write this one:
vAttr = vCode | ' - ' | Store;
AttrPutS(vAttr, DimName, vElem, 'Full Name');
The point is that it doesn't work in my code whatever I concatenate or not. And all the ID for the store are unique.
For Data, i'll write this one:
vAttr = vCode | ' - ' | Store;
AttrPutS(vAttr, DimName, vElem, 'Full Name');
The point is that it doesn't work in my code whatever I concatenate or not. And all the ID for the store are unique.
- Tue Sep 18, 2012 4:02 pm
- Forum: IBM TM1, Planning Analytics, PAx and PAW
- Topic: Attribute create thru TI is only working on last element
- Replies: 4
- Views: 3813
Attribute create thru TI is only working on last element
Dear all, I am currently working wwith version 10.1. I'm trying to create a dimension thru a TI, and based on a csv file (list of store, represented with an ID, with a hierarchy by region and by country - attribut should be concatenation of the store ID and the store name). Everything is perfectly w...
