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.

removing duplicates; no specific pattern

gduffy
7 - Meteor

I am trying to remove duplicates from an output that I have. Based on two columns I want to keep unique tax amounts. For example I know in this data set the number 14413855 has 4 tax amounts that total 1.97. There are 4 sets of this amount though and I only need one. Each number has a different amount of tax amounts. Is there a way that I can keep 1 single grouping for each number? Please see attached.

12 REPLIES 12
gduffy
7 - Meteor

 

apathetichell see above
apathetichell
20 - Arcturus

@gduffy --- hey -- -this isn't working --- see 14412649 --- there are multiple values for .98 .0005 --> why? there is a reason you want to keep these multiple values. This is probably because of other columns. I'm not a mind reader. @abacon  isn't a mind reader (probably --- again this is my a priori knowledge so it could be off). Here's the deal --> you figure out what columns you need and what are the determinants of a distinct entry. you feed them into the tile tool set up in UNIQUE VALUE mode. you click those buttons. you add a filter tool to filer only the situations where tile_sequence_number is 1. you look at the result.

 

Unique tool does the same but honestly --- I hate it - and I love the Tile tool.

gduffy
7 - Meteor

@apathetichell apologies, I can tell what I need to keep based off summing the tax amount column based on a the total of each grouping within the number column, if that makes sense. (ie 14413855 total is 1.97 in the tax amount column that needs to remain. in the example excel there are 3 additional groupings for this number group and I removed them in the example output.) I will continue to look into this. thanks for looking

Labels
Top Solution Authors