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
Sweez
2 years agoContributor
DataBuffer Limitations?
Can anyone confirm if a GetDataBuffer function only pulls back real data? In other words it will not return dynamically calculated data (say from a dynamic account) or derived data? Trying to under...
- 2 years ago
Yeah, sorry, I had a brain fart. I was thinking of api.Data.GetDataCell, which will resolve dynamic accounts. GDBF will only contain real data, aggregated dynamically to parent accounts(/flows/origin/etc) if requested.
Krishna
2 years agoValued Contributor
Yes @ I agree with Jack. Here is an example
If Not srcDataBuffer Is Nothing Then
For Each srccell As DataBufferCell In srcDataBuffer.DataBufferCells.Values
If srccell.CellAmount <> 0 And srccell.CellStatus.IsRealData Then
End If
Next
End If
Related Content
- 2 years ago
- 3 months ago
- 8 months ago