Forum Discussion
dsebenaler
7 hours agoNew Contributor III
Hey Atharva. I think some of the key OneStream API functions/subs you could try using include:
- Api.Data.GetDataCell().CellAmount - can be used to get a cell's amount/decimal value
- Api.Data.GetDataCellEx().DataCellAnnotation - can be used to get a cell's annotation/text value
For the loop itself I would recommend trying to use data buffers to grab slices of the data units that are represented in your cube view. You can use a "for each...next" loop to loop through the cells in each required data buffer and utilize (1) and (2) for each cell in the loop to drive additional logic within the finance business rule.
Related Content
- 2 years ago
- 3 years ago
- 2 years ago