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.

Combining values of rows

Ayaanarjun-5885
8 - Asteroid

Hi, I have below data and I wanted to combine the values of "Conclusion ID" row according to the cluster as shown below. How Can I do it. I have provided desired output as well

 

Cluster IDRecord IDConclusion IDOutput 
AppleABCClassClass vs Object
AppleXYZObjectClass vs Object
Pine applePQRClassClass vs Subject
Pine appleGHISubjectClass vs Subject
GuavaMNOObjectObject vs Subject
GuavaEFGSubjectObject vs Subject
1 REPLY 1
griffinwelsh
12 - Quasar

@Ayaanarjun-5885  see the steps below and attached solution

1. Use a summarize tool. Group by Cluster ID concatenate Conclusion ID. Use a separator of " VS "

2. Join the summarize tool output with the data set on cluster id.

2079.png

Labels
Top Solution Authors