I have a table that looks like this:
Invoice# Amount
1234567 $25.00
1234567 $25.00
1234567 $25.00
7778657 $77.00
9998976 $44.00
I have a Crystal 8.5 report grouping by invoice so the invoice and amount only show once.
I also have a sum field adding all the invoice amounts.
The problem is the summed amount includes all three $25 amounts for invoive 1234567
What kind and where can I use a formula to only use one amount per Invoice?
It's not an ODBC so I do not have the select distinct records option.
Thanks for your help,
Tim
Invoice# Amount
1234567 $25.00
1234567 $25.00
1234567 $25.00
7778657 $77.00
9998976 $44.00
I have a Crystal 8.5 report grouping by invoice so the invoice and amount only show once.
I also have a sum field adding all the invoice amounts.
The problem is the summed amount includes all three $25 amounts for invoive 1234567
What kind and where can I use a formula to only use one amount per Invoice?
It's not an ODBC so I do not have the select distinct records option.
Thanks for your help,
Tim