Remove Row if 2 Properties !=?

I think the picture speaks for its self. I'd like only those in yellow to pass through and those in green to go out the fail port. I keep tripping myself up with the "if then" and whatnot statements.

Noname.jpg

if property('staff') EQ 'nonexpl' and property('enea') EQ 'admin' OR property('staff') EQ 'nonexpl' and property('enea') EQ 'nonexpl'

then true;

else false;

end if;

I had plan to just switch it around so I use what comes out of the fail port.... but EVERYTHING comes out of the fail port

Please help me tweak this.

Thanks,

jlalb