J
JoeL
Hello.
I am attempting to have an expression that looks at a
value and if it's >59 then output "High", between 29-60
then "Medium" and if between 0-30 then "Low". This is
what I've written in the Field field:
Rating: If([PWT Score]>59,"High",If([PWT Score]
Any help would be appreciated.
Thanks,
Joe
I am attempting to have an expression that looks at a
value and if it's >59 then output "High", between 29-60
then "Medium" and if between 0-30 then "Low". This is
what I've written in the Field field:
Rating: If([PWT Score]>59,"High",If([PWT Score]
29,"Medium",If([PWT Score]>0,"Low")))
Any help would be appreciated.
Thanks,
Joe