Notes on using multiple filters
You can define up to ten separate detail filters. When using multiple filters, a detail must meet all the search criteria to be found and displayed.
For example, if you have defined two timesheet filters (for example, for time codes and departments), the overall timesheet must include one or more details that include both of the specified search values.
Consider a single timesheet that contains these two work detail records:
Start Time | End Time | Time Code | Department |
---|---|---|---|
0900 | 1200 | WRK | 1234 |
1200 | 1500 | TRN | ABCD |
If your search values include WRK for one filter and ABCD for another filter, the day is not displayed. The day itself contains both values, but they are found on separate details.
Conversely, if the day has these details:
Start Time | End Time | Time Code | Department |
---|---|---|---|
0900 | 1200 | WRK | ABCD |
1200 | 1500 | TRN | ABCD |
The day is eligible for display since WRK and ABCD are found together on a detail.