Hi,
I have a simple formula that i want to return either red or blue as the font colour.
Here goes....(in normal speak first!)
If offered calls <1000 and ASA <20 then blue else red
If offered calls >=1000 and <2000 and ASA is <50 then blue else red
If offered calls >2000 and ASA <80 then blue else red
I have entered the following code into the Font Colour in the Format editor box...
if {PER_APPL.AP_CALLS_OFFRD} <= 1000 and {@AvgSpeedAnswer} <=20 then blue else
if {PER_APPL.AP_CALLS_OFFRD} > 1000 and {PER_APPL.AP_CALLS_OFFRD} <= 2000 and {@AvgSpeedAnswer} <51 then blue else
if {PER_APPL.AP_CALLS_OFFRD} > 2000 and {@AvgSpeedAnswer} <=80 then blue else red
But it doesnt work!!!
Can any one see why not and what do i do to get what i want??
Many thanks in advance
Steven
I have a simple formula that i want to return either red or blue as the font colour.
Here goes....(in normal speak first!)
If offered calls <1000 and ASA <20 then blue else red
If offered calls >=1000 and <2000 and ASA is <50 then blue else red
If offered calls >2000 and ASA <80 then blue else red
I have entered the following code into the Font Colour in the Format editor box...
if {PER_APPL.AP_CALLS_OFFRD} <= 1000 and {@AvgSpeedAnswer} <=20 then blue else
if {PER_APPL.AP_CALLS_OFFRD} > 1000 and {PER_APPL.AP_CALLS_OFFRD} <= 2000 and {@AvgSpeedAnswer} <51 then blue else
if {PER_APPL.AP_CALLS_OFFRD} > 2000 and {@AvgSpeedAnswer} <=80 then blue else red
But it doesnt work!!!
Can any one see why not and what do i do to get what i want??
Many thanks in advance
Steven