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

Removing data

vivian123
7 - Meteor

Hi all, 

 

What is the best way to remove rows based on a values in another column in this situation?

If there is more than one purchased item per customer then I want all data for that customer removed. 

 

Input table

Customer IDPurchased item ID
123666
123999
234111
456888
789555

 

Output table

Customer IDPurchased item ID
234111
456888
789555

 

Thanks

2 REPLIES 2
Qiu
21 - Polaris
21 - Polaris

Maybe something like this.

Capture1A.PNG

vivian123
7 - Meteor

Thanks!!

 

Labels
Top Solution Authors