Using Table Filters

Introduction

Filtering table rows is accomplished by entering search text into a filter field.

You can use either strict text matching or regular expressions in the filter fields that are provided on various screens. Regular expressions are enabled by checking the "Advanced" box.

A regular expression is a sequence of characters that forms a search pattern, mainly for use in pattern matching with text.

Usage

The Filter Field

You can filter the content of tables by entering search text into the filter field. This field will remove any non matching rows from the view so that you can concentrate on just the rows that match.

The rows are not removed from the database; they are simply hidden them from view.

Controlling Text Matches

When using advanced filter mode, you can control where in the target text the matches should be made. The following is a list of metacharacters that affect the location of the filtered text:

Metacharacter

You can read more about Regular Expressions at the following sites: