Search found 4 matches
- Mon Nov 30, 2020 1:50 pm
- Forum: IBM TM1, Planning Analytics, PAx and PAW
- Topic: Multi threading in planning analytics
- Replies: 4
- Views: 4200
Re: Multi threading in planning analytics
Thank you ByronB and tomok for your responses. I did find these articles. Yes, parallel processing and multi-threading are different. Multi-threading applies while reading or processing the data from the source. Parallel processing applies to loading of the data into TM1 to increase the processing t...
- Mon Nov 30, 2020 10:22 am
- Forum: IBM TM1, Planning Analytics, PAx and PAW
- Topic: Multi threading in planning analytics
- Replies: 4
- Views: 4200
Multi threading in planning analytics
Hi, I am trying to find more information related to multi-threading in Planning analytics. Did not find any great examples to implement this in TM1. I want to load the data from source (csv file with 500,000 records) to a staging cube in TM1 using multi-threading feature to improve performance. Any ...
- Tue Nov 24, 2020 1:42 pm
- Forum: IBM TM1, Planning Analytics, PAx and PAW
- Topic: Remove duplicate elements from the subset
- Replies: 7
- Views: 5700
Re: Remove duplicate elements from the subset
Hi Wim Gielis, Thank you for your reply. I used the similar logic. Your code and my code produces distinct list of elements. But I want to delete all the elements that are appearing more than once. If you look at the example I provided in my original post, elements "Banana" and "Orang...
- Mon Nov 23, 2020 6:07 pm
- Forum: IBM TM1, Planning Analytics, PAx and PAW
- Topic: Remove duplicate elements from the subset
- Replies: 7
- Views: 5700
Remove duplicate elements from the subset
Hi, I have a requiement where dimension (pProduct) and subset name (pPorductSubset) are being passed as parameters to a TI process. The subset contains duplicate elements as shown below. How do i delete all the duplicate elements (not distinct) ? In the below example, the requirement is to remove th...