Hello,
I am working with Crystal 7.5.
This report I have to make for a Call Center was easy to esstamblish. Just one thing does is not right.
Example: At a weekly report, there has to be Abandoned Calls within 5 sec. and Abandoned Calls after 5 sec.
In the report it is given that the number of abandoned call are 96. 95 After 5 sec. so there will be 1 abandoned call within 5sec. The issue is that the within 5 sec. does not appear in the report.
The following formule for this: if {@Abandoned}=0 then 0
else
if {@Wait before Abandon}<5 then 1
else 0
For the after 5 sec. it is the same formule but then with">5"
Is there anyone who knows what is wrong with it.
Regards,
Ronin71
- Ronin71 - R>F>> SNAP!
I am working with Crystal 7.5.
This report I have to make for a Call Center was easy to esstamblish. Just one thing does is not right.
Example: At a weekly report, there has to be Abandoned Calls within 5 sec. and Abandoned Calls after 5 sec.
In the report it is given that the number of abandoned call are 96. 95 After 5 sec. so there will be 1 abandoned call within 5sec. The issue is that the within 5 sec. does not appear in the report.
The following formule for this: if {@Abandoned}=0 then 0
else
if {@Wait before Abandon}<5 then 1
else 0
For the after 5 sec. it is the same formule but then with">5"
Is there anyone who knows what is wrong with it.
Regards,
Ronin71
- Ronin71 - R>F>> SNAP!