Wildcard Characters
Wildcard characters are supported in report/inquiry selection criteria, lookups, and in other search functions. Wildcard characters take the place of one or more characters. Strings used with search characters are not case sensitive.
Using Wildcard Characters
Wildcard |
Matches |
* |
zero or more characters; examples:
|
? |
a single character; examples:
|
# |
any single digit (0-9); examples:
|
[list] |
any single character in list; examples:
|
[!list] |
any single character not in list; example:
|
\ |
enables you to search for a wildcard character in a string; example:
|
Tips for Using Wildcard Characters With Numeric Values
You can use wildcards to select positive or negative values as these examples illustrate:
*8.00* finds numeric values that end in 8.00 regardless of sign
*8.00 finds numeric values that end in 8.00 (positive)
*8.00- find all numeric values that end in 8.00- (negative)