i have a field called callid,talktime,agentid
In the report i have group by agentid and i have duplicate callid's
i need the sum(agenttalktime) for that particular agentid.
if there is duplicate callid then the agenttalktime is adding up twice depending on the duplicates
i am trying to do something like this
talktime :if callid <> next(callid) then agenttalktime
and when i am trying to use sum function on agenttalktime its not coming up .
when i try to write the formula to calculate
sum(talktime,agentid)
getting error as field cannot be summarized
Please help me out!!
In the report i have group by agentid and i have duplicate callid's
i need the sum(agenttalktime) for that particular agentid.
if there is duplicate callid then the agenttalktime is adding up twice depending on the duplicates
i am trying to do something like this
talktime :if callid <> next(callid) then agenttalktime
and when i am trying to use sum function on agenttalktime its not coming up .
when i try to write the formula to calculate
sum(talktime,agentid)
getting error as field cannot be summarized
Please help me out!!