We are celebrating the 10-year anniversary of the Alteryx Community! Learn more and join in on the fun here.
Start Free Trial

Alteryx Designer Desktop Discussions

Find answers, ask questions, and share expertise about Alteryx Designer Desktop and Intelligence Suite.

if and with or statement

Ksisterhen
8 - Asteroid

I am trying to get this formula to work and am getting an error, why is that

 

IF [PLN_CD_ID]="MZCT_STR_001" and [mzct earliest day between first sig]<30 or [mzct days between last signed date]<30 THEN "signed prior to assessment date" ELSE [queue] endif

1 REPLY 1
Prometheus
12 - Quasar

@Ksisterhen Try putting "[mzct earliest day between first sig]<30 or [mzct days between last signed date]<30" all in parentheses so it's seen as a single condition.

Labels
Top Solution Authors