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
AtharvaKabade
8 months agoNew Contributor
How to looping Through Cube View Rows to Read Amount and Text Value Using Business Rule?
- 8 months ago
If you want to replicate that CubeView data set in its entirety, you may want to consider using the FDX CubeView BRApi
There is an example here
This method uses your CubeView to derive the data set and returns the output as a DataTable.
You can then interact with this DataTable to retrieve the values you want e.g. loop through DataRows or use .Select, etc
So less overhead for development since you can read your variables directly from the CubeView itself (including Commentary and / or Dynamic Calcs)
Hope this helps
Sam
AtharvaKabade
8 months agoNew Contributor
Hey Dsebenaler,
Thank you.
Related Content
- 2 years ago
- 3 years ago
- 4 years ago