The Filter option allows for precise sorting of contacts based on various criteria to streamline your search.
The AND and OR options in filters allow for exact criteria combinations.
AND
- The result is true only if all specified conditions are true.
- For instance, if both Condition 1 and Condition 2 are true, then the result will be true. If either or both conditions are false, the result will be false.
- If Condition 1 is true and Condition 2 is false, the result will be false. Both conditions must be true for the result to be true.
OR:
- The result is true if at least one of the specified conditions is true.
- If either Condition 1 or Condition 2 is true, the result will be true. The result is only false if both conditions are false.
- If Condition 1 is true and Condition 2 is false, the result will be true. At least one condition needs to be true for the result to be true.
The Combinations of:
Condition 1 AND Condition 2 OR Condition 3
- Evaluate records to see if they meet both Condition 1 and Condition 2. If a record satisfies both conditions, it qualifies under this part of the filter.
- And separately evaluate records to see if they meet Condition 3.
- The final record includes those meeting both Condition 1 and Condition 2, as well as those meeting Condition 3, evaluated separately.
Condition 1 OR Condition 2 AND Condition 3 OR Condition 4
- Evaluate records to see if they meet both Condition 1 and Condition 3. This subset of records satisfies the combination of these two conditions.
- Independently, evaluate records to see if they meet Condition 2 or Condition 4.
- Combine results using OR: The final result will be true if either the result of Condition 1 AND Condition 3 is true, or the result of Condition 2 OR Condition 4 is true, or both.
- The first condition's name will serve as the default field name. You can either modify it or leave it unchanged.
- Choose whether the filter Can View only or both Can View and Edit.
- You can control access using the Visible To field, which offers options such as Just Me, Everyone, or Selected users, teams, or territories. Selected items will be displayed below, with an option to remove them by clicking the remove icon.
- There is a checkbox labeled Prevent recipients from sharing this view with others. If unchecked, the filter can be shared further by the recipient.