Good afternoon,
I'm trying to retrieve individual call information for an agent group, and created this custom report with this query:
Select
CALLID, ANSLOGIN, SUM(ACWTIME), SUM(ANSHOLDTIME), SUM(TALKTIME), ROW_TIME, ROW_DATE FROM call_rec
Where
ACD=$acd AND ANSLOGIN IN (select value from...