Overview
Filters let you narrow a contacts or companies list down to the records you care about. Each filter has a column, an operator, and a value.Building a Filter
For each filter, you choose:- A column to filter on.
- An operator, appropriate to the column’s type (for example, date columns get date-specific operators).
- A value to compare against.
If the server rejects a filter, RevyOps shows the server’s error message inline so you know what to fix.
AND / OR Logic
Between any two filters you can choose AND or OR. Consecutive filters joined by AND are grouped together, and each group is joined to the next by OR, so you can build conditions like “(Title contains VP AND Company Size > 50) OR (Title contains Director).”Filtering Companies by Contact Attributes
On the companies list, a filter on a contact-level field (rather than a company field) gets an extra quantifier: any contact or no contact. This lets you filter companies by whether any of their contacts match the condition, or by whether none of their contacts do.Saved Views
The Saved Views page lists every saved view in the workspace. From here you can search views by name, and filter the list by:
Each saved view shows its name, type, description, filter criteria, sharing, creator, and last updated time.

