For 3 days I have been trying to get my head around this problem. I am trying to get a count on distinct records on a multi-value field. Here is what I have:
Year: Record# Date1 Date2 Date3
2008 AAAAA 01/01/2008 02/01/2008 03/01/2008
2008 BBBBB 01/01/2008 02/01/2008 03/01/2008
2008 BBBBB 05/01/2008 06/01/2008
2008 BBBBB 07/01/2008
2008 CCCCC 01/01/2008
2008 DDDDD 01/01/2008 02/01/2008
2008 DDDDD 06/01/2008
Total: 4 4 3 2
The totals are correct. I need a unique count for each record# per date count.
The record# total needs to tell me how many unique records there are.
Date 1 needs to tell me how many dates per unique record. Same goes for Date2 and Date3.
I have very little hair left and I would like to keep the little that I have left. Can anyone help with this?
