Filter transactions within a dataset by supporting items, match items, specific fields, or entering a clause. The available field filters change based on the dataset you select.
After you have used global filters to filter transactions based on their Match Status, Match Type, Confidence, and Variance, filter them based on their data columns.
Supporting item filters
Filter transactions based on the supporting or support match items they have:
| Filter option | Description |
| All | View transactions with all support and support match items. |
| Has support | View transactions with support or support match items. |
| Has open support | View transactions with support or support match items that are in progress or unresolved. |
| Has closed support | View transactions with support or support match items that are matched and resolved. |
| Does not have support | View transactions without any support or support match items. |
Field filters
Filter transactions based on their various data columns, such as Trans_Date, Trans_ID, Trans_Description, Description_Parsed, Ref_Number, Trans_Amount, Debit_Credit, Account_Desc, and Account_ID.
| Filter option | Description |
| All | View all entries. |
| Starts with | View entries that start with a specific value. |
| Ends with | View entries that end with a specific value. |
| Contains | View entries that contain a specific value. |
| Does not contain | View entries that don't contain a specific value. |
| Between | View entries within a specified range. |
| = | View entries that are exactly equal to a specific value. |
| <> | View entries that aren't equal to a specific value. |
| Empty | View entries that are empty. |
| Not empty | View entries that aren't empty. |
Add a clause
You can add SQL syntax clauses to filter the SELECT statement and apply additional filters. If the syntax is invalid, a message will display.
For string and date-type columns, enclose them in single quotations. Ensure the date format matches the specified format, such as 'MM/DD/YYY' for the date column. To get column names, select Select fields.
Example of a clause statement filter (case-insensitive):
(Amount > 500 AND Amount < 3000) AND (Date BETWEEN '09/18/2022' AND '09/21/2022')