Is there a way to filter a row in an Explore query to exclude items using a wildcard?
Use case: We auto-create our Orgs from our customer system using an API. At the same time, we auto-create a default requester. That requester has "nouser" in the email address.
I have a simple query that pulls orgs and requesters, but I want to exclude the "nouser" requesters. I can filter the field by paging through ALL the nouser(s) and selecting them, but it would be so much easier to use some kind of wildcard.
Thank you,