Let’s talk Alteryx Copilot. Join the live AMA event to connect with the Alteryx team, ask questions, and hear how others are exploring what Copilot can do. Have Copilot questions? Ask 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