Guide Steps
There are many ways to find information in Fund Control
Here is the list of the Find Operators:
= match whole word (or match empty)
== match entire field
! find duplicate values
< > less/greater than
… range
// today’s date
? invalid date or time
@ any one character
# any one digit
* zero or more characters
\ escape next character
“” match phrase (from word start)
*”” match phrase (from anywhere)
1