Search found 3 matches
- Wed Feb 18, 2009 12:10 pm
- Forum: IBM TM1, Planning Analytics, PAx and PAW
- Topic: Opening and Saving a .Xdi within a TI Process
- Replies: 8
- Views: 7486
Re: Opening and Saving a .Xdi within a TI Process
Hi, The reason for deleting the elements is that they are created from attributes elements have and then the elements are placed under them. Which is all well and good at first but in the event an element's attribute changes; it ends up being put under 2 contradicting parents and as such values agai...
- Tue Feb 17, 2009 12:32 pm
- Forum: IBM TM1, Planning Analytics, PAx and PAW
- Topic: Opening and Saving a .Xdi within a TI Process
- Replies: 8
- Views: 7486
Re: Opening and Saving a .Xdi within a TI Process
Thanks for the replies but i went with a different method; rather than reseting the dim from the .xdi sheet i added a line into the process which cause all the newly created elements from attributes to be rolled up under a new element called 'Delete'. I then have a process which will run before the ...
- Mon Feb 16, 2009 10:33 am
- Forum: IBM TM1, Planning Analytics, PAx and PAW
- Topic: Opening and Saving a .Xdi within a TI Process
- Replies: 8
- Views: 7486
Opening and Saving a .Xdi within a TI Process
In the past subsets were created manually where i work but then we moved on to using process' which use the SubsetElementInsert function in their epilog. We did this however by having an extra line for each element we wanted in the subset e.g SubsetDeleteAllElements('Dim','Subset'); SubsetElementIns...