souljacked
New member
- Local time
- Today, 10:47
- Joined
- Aug 6, 2009
- Messages
- 2
I have a bog standard crosstab query that looks like this;
Jan Feb Mar Apr
Area1 6 9 21 11
Area2 9 14 26 18
Column heading - [Call Date]
Row heading - [Area]
Value - [AgentName] which I am counting.
This data is being grabbed from a query called PULLCALL.
An agent name can have many calls in a month but I want to count them uniquely. For example Tom, Bill, and Rob all make 2 calls each in March - my crosstab shows 6, as thats the amount of calls made. I would like it to show 3 - the amount of agents that made calls.
Any idea how I would go about doing this?
Thanks in advance.
Tao
PS Sorry for the lame first post.
Jan Feb Mar Apr
Area1 6 9 21 11
Area2 9 14 26 18
Column heading - [Call Date]
Row heading - [Area]
Value - [AgentName] which I am counting.
This data is being grabbed from a query called PULLCALL.
An agent name can have many calls in a month but I want to count them uniquely. For example Tom, Bill, and Rob all make 2 calls each in March - my crosstab shows 6, as thats the amount of calls made. I would like it to show 3 - the amount of agents that made calls.
Any idea how I would go about doing this?
Thanks in advance.
Tao
PS Sorry for the lame first post.