Summary
Hiding multipe rows in a for loop
Content
Hi All,
I have a requirement where in the report if there are similar "Transaction Ref ID" across multiple rows and if the sum of their "Monetary Amount" is 0, then it should not be displayed in the report.

So in the above example the "Transaction Ref ID" 000015 and 000016 should be hidden as their sum is 0.
Please can you tell me if there is a way to do this in the for loop of the RTF file?
I had seen a similar discussion in the community but it was based on sum of multiple rows, whereas I have to check if the values are similar in multiple columns and then check their sum.