I am grouping providers by day, using DistinctCount of customer account number to arrive at a number of customers seen per day per provider. I chose DistinctCount because one customer may have several transactions within a day.
I want to total the daily count by the week, to arrive at a total number of customers seen for the week for the provider. DistinctCount no longer works, because a customer may return more than once per week.
I also want to Grand Total at the end. DistinctCount doesn't work here, either, for the same reason.
Any ideas?
Thanks
I want to total the daily count by the week, to arrive at a total number of customers seen for the week for the provider. DistinctCount no longer works, because a customer may return more than once per week.
I also want to Grand Total at the end. DistinctCount doesn't work here, either, for the same reason.
Any ideas?
Thanks