I am putting together a training document for List Manager and Extraction Manager.
Does anyone have an easy, lay-man terms way to explain (and maybe give examples) the difference between HAS and IN operators?
Thanks in advance.
Jessica
I recently had it explained to me in a way that made it incredibly clear -- I'll see if I can translate my notes for you.
IN/NOT IN: Inclusive. Use "IN" when the two criteria options are both looking at the same back-end data table - criteria that must be evaluated together.
HAS/DOES NOT HAVE. Each criteria is evaluated separately. Use for criteria that does not need to, or cannot, refer to the same data point.