I have a simple if / else formula, which i wish to expand on.
Please can some one point me in the right direction
what I have already
is
if {priority} ='medium' and {business hours} >8.00 then "Fail"
else
"Pass"
This works fine, but my report has 3 possibilities
Fail, Pass and Unassigned
How do I if / else the 3 possibilities
I have tried multiple else statements but I ended up with 4 catergories, of Fail , pass, Unassigned, and blank.
Help, b4 if Throw my Crystal machine out the window.
Please can some one point me in the right direction
what I have already
is
if {priority} ='medium' and {business hours} >8.00 then "Fail"
else
"Pass"
This works fine, but my report has 3 possibilities
Fail, Pass and Unassigned
How do I if / else the 3 possibilities
I have tried multiple else statements but I ended up with 4 catergories, of Fail , pass, Unassigned, and blank.
Help, b4 if Throw my Crystal machine out the window.