Using Crystal 10 & SQL database:
This should be simple. My first group is on employee name. My second group is on transaction date (with the by month option). I have a summary count of the date details (how many transactions) but I also need to count the number of distinct months/year for each employee. For instance, I need a count of 5 total months and 54 total transactions:
Smith
January 2004 14
May 2004 10
November 2004 5
February 2005 9
January 2006 16
5 months 54 transactions
Anyone? Thanks!
This should be simple. My first group is on employee name. My second group is on transaction date (with the by month option). I have a summary count of the date details (how many transactions) but I also need to count the number of distinct months/year for each employee. For instance, I need a count of 5 total months and 54 total transactions:
Smith
January 2004 14
May 2004 10
November 2004 5
February 2005 9
January 2006 16
5 months 54 transactions
Anyone? Thanks!