Filter Rows

Updated by Steven Garand

Filter options available depend on specific grid.
Only data rows that meet the specified criteria are displayed.
Header Filter Button allows filtering from a drop down.
Filter Row Button shows the Filter Row Menu to define how to compare the row data with the text entered in the filter row. See the list of comparison operators below.
Save all changes before filtering. Pending changes will be lost if a new filter is specified.

Comparison Operators

  1. Begins with
  2. Contains
  3. Doesn't contain
  4. Ends with
  5. Equals
  6. Is greater than
  7. Is greater than or equal to
  8. Is less than
  9. Is less than or equal to
  10. Doesn't equal
  11. Like ('%', '_')


How did we do?