Advanced search dialog (Report contents)

To open the Advanced search dialog, do one of the following:

  • Click the arrow button for "More search options" and select Advanced search.
  • Select Tools menu> Search> Advanced search.

The Advanced search dialog enables you to perform any of the following word searches:

You must enter something in at least one of the fields.

Pattern searching may also be provided. The following wildcard patterns are supported:

Character

Description

%

Any string of zero or more characters.

_ (underscore)

Any single character.

[] (square brackets)

Any single character within the specified range ([a-f]) or set ([abcdef]).

[^]

Any single character not within the specified range ([^a-f]) or set ([^abcdef]).

Examples

Pattern

Match

%computer%

"computer" anywhere in the field text.

_ ean

4-letter field text ending in "_ean" (Dean, Sean, etc.)

[C-P]arsen

Field text ending in "arsen" and starting with any single character between C and P (Carsen, Larsen, Karsen, etc.).

De[^|]%

Field Text starting in "De" where the following character is not "|".