Bring your best ideas to the AI Use Case Contest! Enter to win 40 hours of expert engineering support and bring your vision to life using the powerful combination of Alteryx + AI. Learn more now, or go straight to the submission form.
Managed to do this with one formula IF IsNull([Green Sign]) THEN IF [Value]>[Amber High] THEN 'Red' ELSEIF [Value]<=[Amber Low] THEN 'Green' ELSE 'Amber' ENDIF ELSE IF [Value]>[Amber High] THEN 'Green' ELSEIF Value<=[Amber Low] THEN 'Red' ELSE 'Amber' ENDIF ENDIF