2022.2

Table Of Contents
Properties
General Tab
Filter options
Filters are required for:
l
Start and end date (down to minutes)
l
Domain(s)
l
User(s)
l
Machine name(s)
Except for start and end dates, it is possible to pass a list of multiple search criteria, separated with
semicolons, containing:
l
Workflow variables
l
Job variables
l
Names.
Tip: No spaces are allowed around the listed names, respectively before or after a semicolon.
Operators
l
Searches are case-insensitive.
l
Multiple entries in one filter field are combined with: OR.
l
Entries in different filter fields are combined with: AND.
Example 1
A valid user name search string, entered in the Filter Users field, would be:
%\{global.User};helen;%1;george napier
This would look for all entries, where the user name is either:
l
as currently stored in the global Workflow variable User
l
"helen"
l
as stored in the job variable number 1
l
equals "george napier" (case insensitive).
These search criteria are combined with OR.
Page 484