03-04-2019 09:54 AM
I created an advanced lookup and it did not perform the way I expected. Thought I understood Boolean, but maybe not. Here's the lookup:
( | Type | Field Name | Operator | Value | ) | And/Or |
Contact | Last Results | Starts With | Selected For Project A | And | ||
Contact | Contains Data | Nothing | And | |||
Contact | Time Zone | Starts With | Central | And | ||
( | Contact | Does Not Contain | OptOut | Or | ||
Contact | ID-Status 2 | Does Not Contain | OptOut | Or | ||
Contact | ID Status | Does Not Contain | OptOut | ) | End |
The above fails.
When I changed the last three rows to And, then the test worked.
In other words, do not select a contact if e-Mail doesn't contain "OptOut". The same for ID-Status 2 and for ID-Status.
Why does changing the last three to "End" ?
Many thanks
03-04-2019 12:35 PM
Yep, it's been at least 60 years since taking a class in Boolean logic.
Thank you.
03-04-2019 10:46 AM
03-04-2019 12:35 PM
Yep, it's been at least 60 years since taking a class in Boolean logic.
Thank you.