StandardSanders
New Member
- Joined
- Oct 17, 2014
- Messages
- 15
I am trying to track what is essentially call dodging in my call center. To do this I am looking for any instance where +/- 1 minute from when a call comes in to our queue one of the agents goes to an unavailable state.
Here is what data I have
Table 1 Inbound Calls:
Agent Name/Time
Table 2 Agent State:
Agent Name/State/Time
The way the data comes out of our program it is split between day/month/hour/minute so I have concatenated the four of these so it comes out as 330651 for a timestamp of March 30th at 6:51 AM. What I need is a way to simply count/track when that The time fields are within 1 minute plus or minus of each other and give me a count of occurrences by agent.
Thanks
Here is what data I have
Table 1 Inbound Calls:
Agent Name/Time
Table 2 Agent State:
Agent Name/State/Time
The way the data comes out of our program it is split between day/month/hour/minute so I have concatenated the four of these so it comes out as 330651 for a timestamp of March 30th at 6:51 AM. What I need is a way to simply count/track when that The time fields are within 1 minute plus or minus of each other and give me a count of occurrences by agent.
Thanks