Search is a great tool for finding something on a report preview without manually searching the entire document. Click the Search button to open the Find screen.
Search Word
Enter a keyword you wish to search for in the Look for field.
|
Case
This returns only results that exactly match the case the letters entered in the search field.
|
Wildcards
This allows you to use wildcards to broaden your search results.
Here are some commonly used wildcards:
* returns words containing any combination of characters in place of the wildcard. For example, c*t returns cat, cost, coat, court, credit, etc.
? returns words containing any single character in place of the wildcard. For example, b?g returns big, bug, bag, big, and beg.
[ ] returns words containing any of the enclosed characters. For example, p[ae]t returns pat, peat, and pet.
[( ) returns words beginning with the enclosed string of characters. For example, [(per) returns person, but it does not return camper.
( )] returns words ending with the enclosed string of characters. For example, (per)] returns camper, but it does not return person.
|
Regex
This allows you to use regular expressions to generate more complex search queries.
|
|