SimpleLove
7 months agoNew Contributor III
Calculated Data lost after I run consolidation
Hello OneStream Experts:
I created an account called MyAcct to store calculation. I run the business rule in Data Management step and put Net Income to MyAcct.
api.Data.Calculate("A#MyAcct = A#NE...
- 7 months ago
Hi
You need to set the isdurabledata boolean on the api e.g api.Data.Calculate("A#MyAcct = A#NETINC", True)
Otherwise your data is not durable and will get cleared each time you consolidate
Hope this helps