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.
解決済み

How to check single value with multiple values ?

Sshasnk
アステロイド

How should I segregate the below data into two, where to check if city code is present in the code column

 

City CodeCode
NYNY,CA,LA,LN
INNY,CA,LA,LN
CKNY,CA,LA,LN
LNNY,CA,LA,LN

 

Below is the output:

Match:

 

City codeCode
NYNY,CA,LA,LN
LNNY,CA,LA,LN

 

Not a match:

City CodeCode
INNY,CA,LA,LN
CKNY,CA,LA,LN
2件の返信2
JosephSerpis
17 - Castor
17 - Castor

Hi @Sshasnk I mocked up a workflow that produces the output you describe  in a couple of ways. Let me know what you think?

grazitti_sapna
キャスター

Hi @Sshasnk,

 

Here is the solution to your problem:

 

contains.png

 

I hope it helps.

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