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.

Help Removing Duplication

maddoxs
7 - Meteor

Hello all! 

I have a spreadsheet with multiple lines with the same invoice number. Is there a way that if an invoice number has a "1" then all invoice numbers that are duplicates of it are removed as well? So like below, all of the same invoice numbers and there is a "1" on a line. I would want to remove all of those lines. Kind of hard to explain!

Example.JPG


Thank you!

1 REPLY 1
chuckleswk
11 - Bolide

The easiest way is to add a filter and filter for Normal Payment = 1.

 

2025-02-27_12-21-21.jpg

A more complicated way would be to

  1. use the summarize tool
  2. group by the Invoice Number
  3. Find the minimum Normal Payment Number
  4. Join the original data and the summarized data together on Invoice Number and Normal Payment

2025-02-27_12-24-20.jpg

Labels
Top Solution Authors