Won't work, can't figure out why.
"T3"=iif("T1"-"T2">0,"T2"+1,"T3")
"T88Qty"=iif("Overall@LAYOUT"<200,0,"T3"-2)
Everything before "T3" works fine, I have other equations with "Overall@LAYOUT" in them. I have taken the "T3" out of the "T88Qty" equation and it solves just fine. For some reason when I put it back in, I get the evil red exclamation mark.
Hey Tom,
The problem is in that "T1" - "T2" ....don't ask me why, but the solution would be to create a separate variable with that value...
Cheers