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.
SOLVED

Duplicating values in a table after union with additional table

NickO117
5 - Atom
 

Screenshot 2023-12-11 162101.png

I have two tables that I am attempting to join with a union. However, I am getting a duplicate record in one table for every record in the second table.

 

Is there any way to eliminate this and only have unique rows in each table?

 

Output is shown below; the table with aging buckets is the table I would like to display only a single unique record.

Screenshot 2023-12-11 162419.png

2 REPLIES 2
putu_w_erata
8 - Asteroid

Union between two tables should not result in duplicates unless there are already duplicates in your tables. I can't see any duplicates from your sample data, can you show us the actual data? 

 

In any case can you just use "Unique" tool to remove the duplicates?

NickO117
5 - Atom

You are correct,

 

I used a formula to calculate and append the total to each record.

 

I used a unique filter before my table, and it corrected the error.

 

Thank you for pointing me in the right direction.

Labels
Top Solution Authors