Im using crystal 8.5 and in my report im trying to count up or get a sum number, of my total amount of samples that fall within a certain date. The sample group is what im trying to count, but there are duplicate groups sometimes for the same date, and what is happening is that in my count it is counting more than once because of the dups, when all i want is a 1 count for each group as a whole, not the mulitple groups. I then want to be able to sum up those groups that fallen in a certain date range. An example:
Sample Group Date
1199 1/1/06
1199 1/1/06
1120 1/3/06
1120 1/3/06
1120 1/3/06
1121 1/3/06
--> I want to be able to count the groups within a date range, and i want to have a count/sum of "3" for the groups, but instead im getting a count/sum of "6" is there a way to make a distinct, so it only counts each group once. Thanks.
Sample Group Date
1199 1/1/06
1199 1/1/06
1120 1/3/06
1120 1/3/06
1120 1/3/06
1121 1/3/06
--> I want to be able to count the groups within a date range, and i want to have a count/sum of "3" for the groups, but instead im getting a count/sum of "6" is there a way to make a distinct, so it only counts each group once. Thanks.