C
Caleb
I am having troubles designing a report to sort a customer database first by
email (because this is the only unique field) then by a total spent by the
customer (calculated by adding up all the total fields for that user and
subtracting to not adding in records that have been refunded, which is marked
by a seperate field). So far Ive gotten the report to sort by customer emails
and display the totals for each customer but I am having troubles getting it
to subtract or ignore records that have been refunded.
email (because this is the only unique field) then by a total spent by the
customer (calculated by adding up all the total fields for that user and
subtracting to not adding in records that have been refunded, which is marked
by a seperate field). So far Ive gotten the report to sort by customer emails
and display the totals for each customer but I am having troubles getting it
to subtract or ignore records that have been refunded.