Free Trial

Alteryx Designer Desktop Discussions

Find answers, ask questions, and share expertise about Alteryx Designer Desktop and Intelligence Suite.

Filter out all rows if one has an error

Travis_Ratliff
8 - Asteroid

Hi,

 

I am looking for a way to filter out all rows for one counterparty if one of its rows has an error. Using the example data all of Mcdonalds and Burger Kings rows would be filtered out because at least one row has an error, but Subways would not be filtered out.

Example Data:

 

CounterpartyStart DatePriceError
McDonalds06/02/202435.87N
McDonalds06/10/202412.45Y
McDonalds06/15/202416.78N
McDonalds06/22/202492.8Y
Burger King06/05/202445.76Y
Burger King06/08/202423.77N
Burger King06/28/202423.32N
Subway06/02/202467.89N
Subway06/12/202410.01N
1 REPLY 1
cjaneczko
13 - Pulsar

You can use a filter and then join the data back to the original set and just take the left side of the join.

 

image.pngimage.png

Labels
Top Solution Authors