I am trying to create the following Saved Search Formula (Text) for a Purchase Order based search:
CASE WHEN {status} = "Rejected by Supervisor" THEN "Yes" ELSE "No" END
I keep getting the ERROR: Invalid Expression outcome for this field. I've tried variations of = or IS, and double and single quotes but nothing is working.
Any ideas?