davidoco2010
Technical User
I am reporting on an access database. I am extremely restricted in the number of fields I can use (UCCX cra-db and custom call variables).
The following is a sample table
Year Agent Type
2009 B 23
2009 B 26
2008 C 1
2009 A 5
2009 B 3
2009 C 21
The numbers can come in any order so IF > 1 etc will not work.
How do I count the number of occurances of each number in the column Type field. For example I want to see (from above)
Type Occurances
1 2
2 3
3 2
4 0
5 1
6 1
Thank you
The following is a sample table
Year Agent Type
2009 B 23
2009 B 26
2008 C 1
2009 A 5
2009 B 3
2009 C 21
The numbers can come in any order so IF > 1 etc will not work.
How do I count the number of occurances of each number in the column Type field. For example I want to see (from above)
Type Occurances
1 2
2 3
3 2
4 0
5 1
6 1
Thank you