Find
- Last UpdatedAug 11, 2025
- 2 minute read


The Find button allows the current grid to be filtered. Clicking the Find button opens the Find box, where the text to be found can be entered. Text matching what you have typed is highlighted in the grid. Matching is not case sensitive.
Note: For some grids the Find box is always visible, and there is no Find button on the ribbon.
Type a string to find rows with the matching contents:

Use quotes to find exact text:

Exclude matches by using the - character to remove items:

|
Search criteria |
Description |
|---|---|
|
shipment |
Finds rows that contain shipment in any column. |
|
regular shipment |
Finds rows that contain shipment OR regular in any column. |
|
"regular shipment" |
Finds rows that contain regular shipment in any column. |
|
"regular shipment" +terminal |
Finds rows that contain regular shipment AND terminal in any column, but not necessarily the same column. |
|
Name:shipment terminal |
Finds rows that contain shipment in the column called Name AND also contain terminal in any column. |
|
shipment -premium |
Finds rows that contain shipment in any column AND do NOT contain premium in any column. |
|
terminal -Grade:premium |
Finds rows that contain terminal in any column AND do NOT contain premium in the column called Grade. |