You need to sign in to do that
Don't have an account?

CONTAINS Function AND/OR In Same Statement
I am attempting to use the following but it does not seem the AND is being looking at separately after the OR. For example, I am still getting a TRUE result for records with "DRIVE" in the shipping address:
((CONTAINS(Ship_To_Address_1__c,"cruise ") || CONTAINS(Ship_To_Address_1__c,"INTERCRUISES") || CONTAINS(Ship_To_Address_1__c,"CRUISE ")) && ((NOT(CONTAINS(Ship_To_Address_1__c,"ST") && (NOT(CONTAINS(Ship_To_Address_1__c,"DRIVE" )I even tried using the OR( AND( tags.
Give this a shot !
All Answers
Give this a shot !