AuctionLamb
Programmer
Hi guys!
I have a bit of a problem, here it is, remember I am using CR 8.5:
I have a report that first group by CUSTOMER, then by INVOICENUMBER. The INVOICENUMBER has different PONumbers for that invoice. I just want to add up the amounts of the INVOICENUMBER. For example the report looks like this:
CUSTOMER_1
INV000123 250
PONumber1
PONumber2
PONumber3
CUSTOMER_2
INV000789 750
PONumber8
PONumber6
PONumber7
PONumber5
PONumber4
TOTAL 3210
The main problem is that it adds up all the amounts and not just the "INV000" groups.I need to see 1000 as the TOTAL. The reason for the wrong toal is that it uses the all the PONumbers also to give the total, how do I exclude that so that it only counts the INV numbers?
Help much appreciated!!
I have a bit of a problem, here it is, remember I am using CR 8.5:
I have a report that first group by CUSTOMER, then by INVOICENUMBER. The INVOICENUMBER has different PONumbers for that invoice. I just want to add up the amounts of the INVOICENUMBER. For example the report looks like this:
CUSTOMER_1
INV000123 250
PONumber1
PONumber2
PONumber3
CUSTOMER_2
INV000789 750
PONumber8
PONumber6
PONumber7
PONumber5
PONumber4
TOTAL 3210
The main problem is that it adds up all the amounts and not just the "INV000" groups.I need to see 1000 as the TOTAL. The reason for the wrong toal is that it uses the all the PONumbers also to give the total, how do I exclude that so that it only counts the INV numbers?
Help much appreciated!!