Filtering Transactions > Special Search Characters for the Transaction Filter
  
Special Search Characters for the Transaction Filter
Use the following search characters in a transaction list filter:
Character
Use
Example
Example Result
text
Finds the specified text anywhere
CLCK
100ECL_CLCK_01
MAIN_CLCK_RESET
*
(Wildcard) Finds one or more other characters
CLCK*1
CLCKA_01
CLCK_B1
?
Finds any single character (can be used multiple times for multiple characters)
CLCK???A
MAIN_CLCK010A_200
RESET_CLCK201A_300
[ ]
Finds a character within the specified range
CLCK[0-2]
CLCK0
CLCK1
CLCK2
\
When placed before a reserve character, this finds any reserved character: * ? [ ] \
GND\$01
GND$01A
GND$01_MAIN