Bring your best ideas to the AI Use Case Contest! Enter to win 40 hours of expert engineering support and bring your vision to life using the powerful combination of Alteryx + AI. Learn more now, or go straight to the submission form.
Start Free Trial

Alteryx Designer Desktop Discussions

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

Merging rows when column values (email) match

spilltime
5 - Atom

I am working with a set of data from multiple sources. I have developed a workflow that has provided me the answer I needed at a high level but now I want to look at it in a more detailed manner. (Below is my current workflow)

 

spilltime_0-1579635044345.png

 

Below is a screenshot of both what I am getting from the path on the bottom right and what I want my data to look like. When there are multiple matching email addresses, I need the columns to merge. I have gone through a few community posts but have not been successful at finding my answer. 

 

spilltime_1-1579635154406.png

2 REPLIES 2
CharlieS
17 - Castor
17 - Castor

Use a Summarize tool to "GroupBy" email and for TC1, TC2, TC3 use "Sum" or "Max", whichever is appropriate. 

 

Check out the attached workflow for an example. 

spilltime
5 - Atom

Charlie thank you. 

 

I cant believe I overlooked that. It works exactly as needed!

Labels
Top Solution Authors