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.
GELÖST

Filtering Multiple rows

sgaryali
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 ANTWORTEN 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
Polaris

@sgaryali One way of doing this

binuacs_0-1667202803331.png

 

Beschriftungen
Top-Lösungs-Autoren