Function Input Filter Syntax
Function Input Filter Syntax
For certain functions, like the range functions, we allow various characters to be used as a method of filtering results to be included or excluded.
To understand the filter syntax that's available, review the below table:
| Function | Character(s) | Example |
|---|---|---|
| Multiple values | ^ | 1000^1010 |
| Range of values | - | 1000-2000 |
| Placeholder wildcard | ? | 10?0 |
| Standard wildcard for end only | * | 1* |