Global Setting
|
Description
|
Default Value
|
||
---|---|---|---|---|
FILTERS_USE_WILDCARDS
|
This is a true/false setting.
• When set to True, the wildcard functionality is enabled.
• When set to False, the wildcard functionality is not enabled.
|
True
|
||
FILTERS_WILDCARD_CHAR
|
This is the character that represents the wildcard.
|
%
|
Filter Value
|
Action
|
Result
|
||
---|---|---|---|---|
%949
|
Filters all records with field values ending with 949
|
123949
|
||
949%
|
Filters all records with field values beginning with 949
|
9490949123
|
||
949
|
Filters all records with field values beginning with 949
|
9490949123
|
||
9%49
|
Filters all records with field values beginning with 9 and ending with 49
|
9123499049
|
||
%949%
|
Filters all records with 949 in the middle of field values
|
79490123949123
|