Forum Discussion
JackLacava
10 months agoHonored Contributor
The immediate suggestion would be to use FilterMembers instead of looping through accounts and ICs:
Dim sourceBuffer as DataBuffer = api.Data.GetDataBufferUsingFormula( _
"FilterMembers(RemoveZero(A#All:O#Forms:U1#Whatever:etcetc), A#account1, A#account2, I#ic1, I#ic2, [etc etc]")
If you really want, you can then loop through the records in that buffer to set all cells to zero.
Related Content
- 3 years ago
- 8 months ago
- 9 months ago