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

Summarize by common values

Apolloteryx
5 - Atom

Probably a pretty straightforward/simple question, but I am relatively new to Alteryx and haven't seen an answer to this in my initial googling or poking around here.

 

I have data that looks like this:

 

UIDCol1Col2Col3Col4
abcXYZX
defYZXY
ghiZXXX

 

I would like to summarize the data as counts of common values across the columns, so that it looks like this:

 

ValueCol 1Col 2Col 3Col 4
X1122
Y1101
Z1110

 

Have tried the summarize function and some of the other transform functions but not having any luck to this point. Any help is greatly appreciated!

3 REPLIES 3
atcodedog05
22 - Nova
22 - Nova

Hi @Apolloteryx 

 

Here is a workflow for the task.

 

Input:

atcodedog05_0-1602529156483.png

Output:

atcodedog05_1-1602529191243.png

Workflow:

atcodedog05_2-1602529211076.png

Hope this helps 🙂

 

If this post helps you please mark it as solution. And give a like if you dont mind 😀👍

 

 

Apolloteryx
5 - Atom

Yep, this is exactly what I was trying to do! Thank you.

atcodedog05
22 - Nova
22 - Nova

Happy to help 🙂 @Apolloteryx 

 

Cheers and Happy Analyzing 😀

Labels
Top Solution Authors