All Topics
Can we do “or” smart filters?
Is it possible to filter records with “or” logic instead of everything being “and”?
For example if I wanted to run a filter that would return:
Users with name “John”, who are “administrator” role OR “subscriber” role.
Right now the only way we can find to do that is to add a filter for name = “John” and role IS NOT x/y/z (listing all the roles besides administrator and subscriber)
You must be logged in to reply to this topic.