We are celebrating the 10-year anniversary of the Alteryx Community! Learn more and join in on the fun here.
Start Free Trial

Alteryx Designer Desktop Discussions

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

concatenate by uid unique fields

Ksisterhen
8 - Asteroid

Hi trying to get the output from the below input

input    output   
providerfarodfacility providerfarodfacility
joe smithjan doejohn smithColumbia joe smithjan doe, Alex Johnsonjohn smith, Donald DuckColumbia, Washington
john alexandersmith andersontom cruiseDenver john alexandersmith anderson, Alex Johnsontom cruise, Taylor SwiftDenver, Houston
michelle jamesjan doeKeith urbanIsland michelle jamesjan doe, Betsy RossKeith urban, Phil WilliamsIsland, Dayton, Cleveland
maggie tracesmith andersonMicky MouseForest maggie tracesmith anderson, Luke GramMicky Mouse, Kristen ElizabethForest, Austin
joe smithalex johnsonDonald DuckWashington     
john alexandergrant lylesTaylor SwiftHouston     
michelle jamesjan doePhil WilliamsDayton     
maggie traceluke gramKristen ElizabethAustin     
michelle jamesBetsy RossPhil WilliamsCleveland     
8 REPLIES 8
binuacs
21 - Polaris

@Ksisterhen One way of doing this with the summarise tool

image.png

OllieClarke
15 - Aurora
15 - Aurora

Hi @Ksisterhen 

In a summarize tool, group by [Provider] and concatenate the other 3 fields with ", " as the separator
image.png

Ksisterhen
8 - Asteroid

how can i remove the duplicates related to a unique ID aka a provider. i..e how can i have the output not show Jane Doe twice for Michelle James? And Phil Williams twice as a ROD

binuacs
21 - Polaris

@Ksisterhen updated workflow attached

image.png

Ksisterhen
8 - Asteroid

thank you! And for my knowledge does the summarize tool do anything in this workflow if it does not have an output connected to it?

binuacs
21 - Polaris

@Ksisterhen you can ignore the summarise tool, it was part of the initial workflow

Ksisterhen
8 - Asteroid

nvm

binuacs
21 - Polaris

@Ksisterhen can you upload your excel input file?

Labels
Top Solution Authors