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.

Remove rows in data set based on values within fields as well as running totals

monilpatel89
5 - Atom

I have a dataset with many records and some numeric fields:

 

Pre-calculated variables: A, B, C, D

Calculated variables: E = A+C, F= D+B

 

I want to remove rows based on certain criteria. i.e

if C<10,000 AND B<20,000 AND if the new value of E (after removing the row) would be <10,000 AND if the new value of F (after removing the row) would be <20,000

 

A bit stumped on how to do this, can anyone offer any advice please?

1 REPLY 1
Yoshiro_Fujimori
15 - Aurora
15 - Aurora

Hi @monilpatel89 ,

 

I don't see "Running Total" in your description, but if you want to remove rows, Filter tool would be the first choice.

Yoshiro_Fujimori_0-1682726271182.png

If I miss anything, please point it out.

Labels
Top Solution Authors