A knowledge base article about FIlters. Example 1 of Creating a Search with Multiple Conditions provided by the UC Berkeley IT Service Hub - Knowledge Portal
Users can follow this procedure to create a Filter that includes multiple conditions. In this example, we will search for documents with SIDs (Field 1) that start with characters typed on 3.e below and that were created in a specific period of time per 5.e below).
- In ImageNow Explorer, in the Views pane, choose the view you want to query or filter. In this example, let's use the All Documents View. Note that you can always use the specific view created for your implementation.
- In the right pane, on the Search tab, click the Add button
.
- In the Add Condition dialog box:
- Constrain by- select Document Key.
- Type list - select Prompted.
- Field list - select Field 1.
- Operator list - select "starts with".
- Message - type the following message to appear in the prompt: "enter SID"
- Click OK.
- While in the right pane, on the Search tab, click again the Add button
.
- Note that by clicking again the Add button the Search field will now add the "AND" logical operator at the beginning of the next Condition.
- In the Add Condition dialog box:
- Constrain by- select Date.
- Type list - select Prompted.
- Field list - select Created.
- Operator list - select "is between".
- Message - type the following message to appear in the prompt: "enter creation dates"
- Click OK.
- Note that the filter now reads: "Field1 starts with <<Prompt: enter SID>> AND Created is between <<Prompt: enter creation dates>>"
- Click the Go button.
- The Select a Search Value dialog box should look as follows: