Here is a simplified version of what I’m trying to do through an expression.
if response_time > response goal, “colour”, but if response_time > response_goal * 0.25, “colour#2”
Can this work through an expression?
At the beating my head against the wall stage…
I would refine this expression from Nick somewhat because the first condition would evaluate true even if the second condition is true. It would also be easier to read if you use the Switch function. So try something like this:
UPDATE: Nick was right in order of operations – I was keyed in on the greater than sign and not the math operation. I still prefer the Switch function, but just to correct the record – the expression should look like this: