The use of wildcards within the text boxes for a Filter enables the use of complex filter strings. The following wildcards are supported:
| Wildcard | Description |
|---|---|
| Exclamation mark (!) | Not equal to |
| Percent (%) | Fuzzy matching (equivalent to a SQL LIKE %) |
| Plus sign (+) | Greater than or equal |
| Hyphen (-) | Less than or equal or delimits a ranges of values to match |
The example below shows what would be matched when this is entered into the Endpoint field:
Matching endpoints: 1000, 1001, 1002, 1004, 1005, 1040, any that start with 18 and end with a 5, any with a value greater or equal to 2000.