I am having a bit of a block here
I need to write an if then formula (Which is easy, and I can do) but my problem is that there are multiple if thens within 1 perameter
eg
if {vect_ansprfle.calltypename}='MRC'and {vect_ansprfle.queuetime}> 10 then 0
else 1
this works a treat
and i can tell if a call take more than 10 secs or less so pass or fail accordingly
the problem is for some calls there are multiple targets, and this is what i cant do
I need to know how may calls were answered in 10 seconds, 20 seconds, 40 seconds and 60 seconds for the same contract.
My solution at the mo is to write 4 seperate reports.
please help before i loose whats left of my hair over this
ta
I need to write an if then formula (Which is easy, and I can do) but my problem is that there are multiple if thens within 1 perameter
eg
if {vect_ansprfle.calltypename}='MRC'and {vect_ansprfle.queuetime}> 10 then 0
else 1
this works a treat
and i can tell if a call take more than 10 secs or less so pass or fail accordingly
the problem is for some calls there are multiple targets, and this is what i cant do
I need to know how may calls were answered in 10 seconds, 20 seconds, 40 seconds and 60 seconds for the same contract.
My solution at the mo is to write 4 seperate reports.
please help before i loose whats left of my hair over this
ta