A
Al
Hi,
Is it possible to do the following:
I need to be able to count the unique number of people who've called within
a given year/month who've only called once and also count unique number
who've called more than once, by Customer Type.
So for example I'd like the output to look like the following (Note:
Customer Type can only contain two options of Internal or External):
Year Month Customer Type # Called once # Call > Once
2008 10 External 180 15
2008 10 Internal 79 11
tblRemedy
- CaseID
- CallerID
- CreateMonth
- CreateYear
- CustomerType
Thanks in advance.
Al.
Is it possible to do the following:
I need to be able to count the unique number of people who've called within
a given year/month who've only called once and also count unique number
who've called more than once, by Customer Type.
So for example I'd like the output to look like the following (Note:
Customer Type can only contain two options of Internal or External):
Year Month Customer Type # Called once # Call > Once
2008 10 External 180 15
2008 10 Internal 79 11
tblRemedy
- CaseID
- CallerID
- CreateMonth
- CreateYear
- CustomerType
Thanks in advance.
Al.