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.
SOLVED

Concat comparing

ntudev
8 - Asteroid

 

Hi Everyone.  Basically i need to group by PICID and then see if the Concat_Coding is different. if its different i need it to say its different in a new column. can this be done?

 

PICIDAccoutNumberConcat_CodingDifferent?
915182487067912CLEAN,TERMYes
915182487149046AMORTZ,CLEAN,TERMYes
915882489067912CLEAN,TERMNo
915882489149046CLEAN,TERMNo
1 REPLY 1
FinnCharlton
13 - Pulsar

Hi @ntudev , here is how to achieve this:

Screenshot 2023-08-21 172303.png

We group by PIC ID and count the number of distinct Concat_Coding values. If there is more than 1, we know to put 'Yes' in the Different column. Hope this helps!

Labels
Top Solution Authors