mrmookster
Programmer
I have a report which shows transactions. Some of these transaction have been paired off by a corresponding -ve amount. I want to only show unpaired rows.
ie
19.00
19.00
19.00
-19.00
-19.00
would show 1 row 19.00
500
-500
would show no rows
500
-500
32.00
would show one row 32.00
can i do this through grouping / formulas
ie
19.00
19.00
19.00
-19.00
-19.00
would show 1 row 19.00
500
-500
would show no rows
500
-500
32.00
would show one row 32.00
can i do this through grouping / formulas