Hi, I am using Info Desktop 7.5
The following occurs:
I made a formula to calculate the "Average Handle Time"
This is the formula:
NumberVar ISDN_Duration:= Sum ({Daily Agent.Incoming Call Duration}, {Daily Agent.Extension Number});
NumberVar INTER_Duration:= Sum ({Daily Agent.misc2}, {Daily Agent.Extension Number});
NumberVar ISDN_Calls:= Sum ({Daily Agent.Number of Incoming Calls}, {Daily Agent.Extension Number});
NumberVar INTER_Calls := Sum ({Daily Agent.misc1}, {Daily Agent.Extension Number});
if (ISDN_Calls+INTER_Calls)<>0 then
HrsMinsSecs((ISDN_Duration+INTER_Duration) / (ISDN_Calls))
else
HrsMinsSecs(0)
Now this works fine but I need to summarize the outcome of this. And there is where it is going wrong. It will not summarize.I tried the "Sum" option in the formula as well the summary option "Grand Total" but the report fails every time I schedule this.
It seems a new formula has to been made. But in a new formula I cannot summarize a formule which I do not understand.
Is there someone who can and is willing to help me out with this?
Many thanx in advance.
- Ronin71 - R>F>> SNAP!
The following occurs:
I made a formula to calculate the "Average Handle Time"
This is the formula:
NumberVar ISDN_Duration:= Sum ({Daily Agent.Incoming Call Duration}, {Daily Agent.Extension Number});
NumberVar INTER_Duration:= Sum ({Daily Agent.misc2}, {Daily Agent.Extension Number});
NumberVar ISDN_Calls:= Sum ({Daily Agent.Number of Incoming Calls}, {Daily Agent.Extension Number});
NumberVar INTER_Calls := Sum ({Daily Agent.misc1}, {Daily Agent.Extension Number});
if (ISDN_Calls+INTER_Calls)<>0 then
HrsMinsSecs((ISDN_Duration+INTER_Duration) / (ISDN_Calls))
else
HrsMinsSecs(0)
Now this works fine but I need to summarize the outcome of this. And there is where it is going wrong. It will not summarize.I tried the "Sum" option in the formula as well the summary option "Grand Total" but the report fails every time I schedule this.
It seems a new formula has to been made. But in a new formula I cannot summarize a formule which I do not understand.
Is there someone who can and is willing to help me out with this?
Many thanx in advance.
- Ronin71 - R>F>> SNAP!