Hi,
I have 2 tables, Application and AgentByApplication. They are both linked by timestamp and applicationID fields. I need to get the total number of callsOffered(from application table). but the total doesnt tally with the expected result as there are duplicates in the timestamp field.
eg. AT 9.15 Agent1 gets 2 calls offered and Agent2 gets 2 calles offered. At 9.30, Agent1 gets 1 calloffered. The total should be 3 calls offered but it generates as 5 calls.
I have tried grouping with AgentByApplication.timestamp..but it still get the same value.
I urgently need to solve this. And i'm not using SQL db.
regards,
I have 2 tables, Application and AgentByApplication. They are both linked by timestamp and applicationID fields. I need to get the total number of callsOffered(from application table). but the total doesnt tally with the expected result as there are duplicates in the timestamp field.
eg. AT 9.15 Agent1 gets 2 calls offered and Agent2 gets 2 calles offered. At 9.30, Agent1 gets 1 calloffered. The total should be 3 calls offered but it generates as 5 calls.
I have tried grouping with AgentByApplication.timestamp..but it still get the same value.
I urgently need to solve this. And i'm not using SQL db.
regards,