The OneStream Community is temporarily frozen until June 29th due to the ongoing maintenance. Please read the blog post here to learn more.
Forum Discussion
giutor73
1 year agoNew Contributor III
SetDataCellsUsingMemberScript writes only the last record
Hello folks,
Is there an explanation why SetDataCellsUsingMemberScript() writes to the cube only the last value from a list? If the list is formed by 10 records only the last one is written. It see...
- 1 year ago
I suspect this has to do with the way you're looping through the cells. Post your code and we can take a look.
RobbSalzmann
1 year agoValued Contributor II
I suspect this has to do with the way you're looping through the cells. Post your code and we can take a look.
- giutor731 year agoNew Contributor III
Thanks for the reply. It was indeed. I moved the call to setdatacell inside the for loop clearing the list just immediately after before the next iteration and it worked!
Related Content
- 2 months ago