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