Alteryx Designer Desktop Discussions

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

Merge multiple Columns into one keeping uniques

espinobj
5 - Atom

Good afternoon,

 

Very new and still learning Alteryx.

 

Here is the data I have. I have 4 columns pulling data from different places. I want to end up with the "Result" Essentially merge any uniques into one. And in the last row note it kept both values but still merged the unique values into one. There is a lot of other data after these fields. 

 

All 4 NODE ID's could be empty or could be 4 unique values. 

I tried some complicated If then statements and gave up. I couldn't get Summarize to work as mentioned HERE

This is also what I'm looking to do. This was a feature request. Concatenate Unique  

 

 

Running Alteryx Designer 2023.1.1.123

 

NODE IDNODE ID 2NODE ID 3NODE ID 4RESULT
123ABC123ABC123ABC123ABC123ABC
789CDE 789CDE 789CDE
   789CDE789CDE
ABC123ABC123ABC123ABC123ABC123
HIK678L9999LHIK678HIK678HIK678 ; L9999L
5 REPLIES 5
nagakavyasri
12 - Quasar

Screenshot 2023-06-22 173602.png

FrederikE
13 - Pulsar

Hey @espinobj,

 

This is how I'd do it. 

Spoiler
FrederikE_0-1687469846432.png

 

espinobj
5 - Atom

This worked great. I'm trying to understand your choice. What is the need of "trim" in the multi field formula?

espinobj
5 - Atom

Your solution is exceptionally simple and more in my skills to be able to manipulate. Both worked great thank you!

nagakavyasri
12 - Quasar

To remove whitespaces if you have any.

Labels