Free Trial

Alteryx Designer Desktop Discussions

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

Filtering Multiple rows

sgaryali
8 - Asteroid

Hi

 

I want to filter out rows for employee Name

 

Sagar

Mahesh

 

Because they have Peer In and and Peer out in Type Column

But I want to filter out all the rows for them for other type as well

 

How to do this? I am adding Sample Input and output both for reference

 

Thanks in advance.

2 REPLIES 2
DataNath
17 - Castor
17 - Castor

@sgaryali is this what you're looking for? We first apply a filter to find the 'offending' employees, before summarizing to just leave the name and then conducting a join based on that. We take the results from the L (Left) join anchor as these are results that haven't found a match and therefore don't belong to these employees:

 

DataNath_0-1667202616725.png

 

If you want the inverse of this i.e. when you said filter out, you meant you wanted to isolate them, then just look at the J anchor:

 

DataNath_0-1667202929526.png

binuacs
21 - Polaris

@sgaryali One way of doing this

binuacs_0-1667202803331.png

 

Labels
Top Solution Authors