Filter Operators (
s)The operator in a filter is like the verb in a sentence. Operators specify how filter criteria relate to one another. Refer to this list of filter operators when setting filters on
s. This article shows you how operators work and how to use them.Filter Operators
Below are some common operator symbols and their use cases for filtering and searching data.
Operator |
Symbol | Use Case |
Example to Display |
---|---|---|---|
Equals |
LIKE 'value%' | Exact match |
Only Accounts |
Not Equal to |
!= | Excludes matches |
All Accounts except of the ones that are from the city Chicago. |
Less than |
< | Values less than entered |
Only Accounts with Annual Revenue below 100.000USD. |
Greater than |
> | Values greater than entered |
Only Accounts with Annual Revenue from 100.000USD. |
Less or equal |
<= | Values less than or equal to entered |
Only Accounts with Annual Revenue less or equal 100.000USD. |
Greater or equal |
>= | Values greater than or equal to entered |
Only Accounts with Annual Revenue greater or equal 100.000USD. |
Contains |
LIKE '%value%' | Field includes search string |
If Account contains "Chicago” results would find Chicago Travel, Chicago Pro Shop, and Tour Chicago. |
Does not contain |
NOT LIKE '%value%' | Field excludes search string |
Mailing Address Line 2 does not contain P. O. Box. |
Starts with |
LIKE 'value%' | Matches starting characters |
If you enter “Account starts with Chicago,” you find Chicago Travel and Chicago Pro Shop, but not Tour Chicago. |
Multiple Filters
You can use multiple filter options when setting filters on
s to:- Add more than one filter
- Add Filter Logic
- Different Operators
If you want a specific range of Contacts A contact (or client contact) is the person who the recruiter is working with at a Company. In Talent Rover a Contact can be either a Client Contact or a Candidate Contact. Both types of Contacts are stored in the same object (Contact)., you can add multiple filters to your s. For example, if you want to see only your Illinois prospect s you would follow these steps:
- Navigate to the desired Object tab (EX: s tab).
- Once you select an Object (EX: Referrals), a list of Recently Viewed records displays.
- Select the tab's drop-down on the left and then click your desired
- Select the Filter
icon and choose Filter by Owner.
- Select My Accounts radio button.
- Click Done.
- Click Add Filter.
- Click the Field drop-down and select the field you'd like to filter by (EX: State/Province.)
- Click the Operator drop-down and choose what operation you'd like the filter to implement (EX: =).
- Enter a value you'd like to filter by (EX:“Hawaii”).
- Click Done.
- Click Add Filter.
- Click the Field drop-down and select the field you'd like to filter by (EX: Type).
- Click the Operator drop-down and choose what operation you'd like the filter to implement (EX: >)..
- Enter a value you'd like to filter by (EX: "Prospect").
- Click Done.
- To delete the filter, click X.
- To retain your changes, click Save.