Alteryx Designer Desktop Discussions

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

Filter Email Addresses based on a string exists or not in another field

Mert
Alteryx
Alteryx

Hi, 

I have a table like the following:

 

EmailValue
a@b.comActive

a@b.com

History
a@b.comHistory
c@d.comHistory
c@d.comHistory
e@f.comActive
g@h.comHistory
k@l.comActive
m@n.comHistory

 

I want to look at each email (sometimes as a  group if exists more than once) and keep those rows if either value is history and the email repeats only once or that email repeats multiple time however value is never active.

 

I hope the above sentence is not too complicated :) In case it is, sorry and below is a illustration of what I want to achieve for simplicity:

 

EmailValue
c@d.comHistory
c@d.comHistory
g@h.comHistory
m@n.comHistory

 

Thank you very much in advance for your help!

1 REPLY 1
Raj
16 - Nebula

@Mert 
find workflow attached
mark done if solved.

Labels