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.
Start Free Trial

Alteryx Designer Desktop Discussions

Find answers, ask questions, and share expertise about Alteryx Designer Desktop and Intelligence Suite.
解決済み

Alteryx IF Logic

czjames87
アステロイド

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件の返信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
アステロイド

that did it. thank you!

ラベル
トップのソリューション投稿者