Hey, I’d like to create a segment of users with multiple WHERE clauses that are connected with an OR operator. This is what I’m looking for
Administrators
WHERE ADMIN = true
OR
WHERE APPROVER = true
But apparently only AND is possible? I’m not sure how I can create a segment with both user properties.