Hey there,
I'm having some trouble with my filter query. I tried adding "Contain eq 'Support'" to it, but it didn't work. Then I attempted to list the Owner role on the Power query, but that didn't work either. I used the "or" operator, but it didn't filter anything closely related; instead, everything showed up. I'm not sure how to fix this. Could someone please help me by either adding the "contain" condition or showing me how to list them? I tried using brackets for the case owner list and the substring of, but none of them seem to work.
The owner list is longer, but only a few add
Status ne 'Closed' and
Status ne 'Delete' and
Status ne 'Archive' and
Status ne 'ETC Delete' and
Owner_Role__c eq 'III Support Engineer' and
Owner_Role__c eq 'Tier III Support Engineer' and
Owner_Role__c eq 'Tier II Support Engineer'
Thank you