Forum Discussion

SimpleLove's avatar
SimpleLove
New Contributor III
7 months ago

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...
  • sameburn's avatar
    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