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
Krishna
1 year agoValued Contributor
Finance BR. GetDataCell is not working
All, I have a form populated with data & I am trying to retrieve the data through the Finance BR under calculate. It is not displaying the data in the error log. Sample Data. I am trying to retriev...
- 1 year ago
Thanks, Victortei. I found the solution. I have to include the cube name, and it is working now.
api.Data.GetDataCell("cb#CubeName:E#" & Parent & ":I#" & entity & cellPOV).CellAmount
Thanks
Krishna
victortei
1 year agoNew Contributor III
Try using this instead
brapi.ErrorLog.LogMessage(si, "Message Here")
In your case, you can write:
brapi.ErrorLog.LogMessage(si, $"Ownership amount is {Ownership}")
You should at least see an entry in your Error Log.
Krishna
1 year agoValued Contributor
Thanks, Victortei. I found the solution. I have to include the cube name, and it is working now.
api.Data.GetDataCell("cb#CubeName:E#" & Parent & ":I#" & entity & cellPOV).CellAmount
Thanks
Krishna
Related Content
- 8 months ago
- 2 years ago
- 1 year ago