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.
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:
|
In Alphanumeric Fields:
Some alphanumeric fields that only contain numbers (e.g., customer, vendor, employee or sales rep number) store the numeric value right-justified with leading spaces. In such fields, you can restrict your search to number-only values by using *<space> at the start of the search pattern. For example, entering * 2* in a customer search finds number-only customers that start with 2 (e.g., 20, 21, 235, etc.).
In Numeric Fields:
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)