Search found 2 matches
- Thu Sep 08, 2011 4:26 pm
- Forum: IBM TM1, Planning Analytics, PAx and PAW
- Topic: TI code for identifying unique new elements
- Replies: 4
- Views: 2617
Re: TI code for identifying unique new elements
Or you can create a holding cube. Store them comma delimited in the cube for reference. (Do this by checking if there is a value already there. If not just store the PO number. If there is read the current value, append a comma then the new PO number.) If you do this based on the date that it ran. ...
- Wed Sep 07, 2011 4:42 pm
- Forum: IBM TM1, Planning Analytics, PAx and PAW
- Topic: TI code for identifying unique new elements
- Replies: 4
- Views: 2617
TI code for identifying unique new elements
I am trying to import a text file that contains multiple instances of Purchase order numbers. Before adding these to an existing dimension I want to create a text file that will show unique instances of the PO numbers that are not currently in the dimension. This file contains data that is not filte...