Alteryx Designer Desktop Discussions

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

Alteryx IF Logic

czjames87
8 - Asteroid

Good afternoon. 

 

I am trying to create a new column with the logic below. However, I keep getting the malformed if statement error when i try to use the existing (At fault groups) column. Essentially, I want the column to read like below.

 

If (at fault groups) says "carrier related" or Ryder Related" than "NO" else "YES" endif. Any help would be greatly appreciated. Below is what i am currently using and what i am seeing as a result. 

 

 

czjames87_0-1598990071932.png

 

2 REPLIES 2
MarqueeCrew
20 - Arcturus
20 - Arcturus

Hi @czjames87 ,

 

IIF([field] in ("This", "That"), "True", "False")

 

cheers,

 

mark

Alteryx ACE & Top Community Contributor

Chaos reigns within. Repent, reflect and restart. Order shall return.
Please Subscribe to my youTube channel.
czjames87
8 - Asteroid

that did it. thank you!

Labels