In case you missed the announcement: Alteryx One is here, and so is the Spring Release! Learn more about these new and exciting releases here!

Alteryx Designer Desktop Discussions

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

Need to group invoices with Invoice total and # of items per invoice

ppatane
8 - Asteroid

I have tried the Union and Append fields joins but the results weren't even close (I ended up with 126 rows for each invoice...there are 126 rows in the original data.)  I have attached the starting data file, and the desired output file.

I want to get from the first screenshot to the second

Question file.jpgQUestion desired file.jpg

2 REPLIES 2
cjaneczko
13 - Pulsar

Use a summarize tool that is grouped by invoice number. Then use a join tool to join the summarized data back to the main set. 

ppatane
8 - Asteroid

Thanks cjaneczko! I see my error, I was renaming the Grouped by Invoice numbers and wasn't seeing where to join

Labels
Top Solution Authors