hi
i have data that will look something like
PO123
a -253
b 253
0
po124
a 122
b 0
122
what i want to do, is only show the records that have a grouped sum > 0
so the above report would now be as per below with PO 123 ignored
po124
a 122
b 0
122
is this possible?
mal