I want to cout the distinct number of invoices from a table. Unfortunately, there are instances where the invoice id is repeated from venue to venue. Is there a way in Crystal to count distinct from 2 columns? In SQL I would write:
count(distinct v.VendorCode || ‘_’ || i.InvoiceID) so how can I modify this existing report to sum a column like this?
Thanks for your help,
Mike.
MikeHenshaw (BOB member since 2009-06-08)