Forum Discussion
HemantGhosh
8 months agoNew Contributor
How do we write a BRApi code for SetDataCells?
Hello Community! I am trying to write a BRApi SetDataCells code but cant get the syntax right. Can someone please share an example? I am not sure how to get the "dataCellExs" in the below code: BR...
- 8 months ago
There is a good example and explanation by Henning here:
https://community.onestreamsoftware.com/t5/Rules/Rule-to-write-to-Cell-Details/td-p/36303
sameburn
OneStream Employee
8 months agoHi HemantGhosh
Try searching in the Snippets from a Finance Rule or Member Formula instead (it is context specific) and you will get a much more user friendly version. That is because Cube Data interactions are generally handled exclusively by The Finance Rules Engine.
api.Data.SetDataCell(memberScript, amount, isNoData, isDurableCalculatedData)
Hope this helps
Sam
Related Content
- 2 months ago
- 7 months ago