Forum Discussion
JackLacava
12 months agoCommunity Manager
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
- 11 months ago
- 11 months ago