We recently created a new filter in your “agents” tab for interactive reports.
...
Formula:
(TRUNC(Y) IS NULL OR TRUNC(Y) > to_date('2020-08-31','YYYY-MM-DD'))
AND NOT (TRUNC(V) >= to_date('2020-08-01', 'YYYY-MM-DD') AND
TRUNC(Y) <=to_date('2020-08-31','YYYY-MM-DD'))
Duplicate:
...
Select Actions > Filter
Filter Type: Row
Name: Agents active for a period (month or year) → Add a specific title to easily identify it
Paste the formula:
(TRUNC(Y) IS NULL OR TRUNC(Y) > to_date('2020-08-31','YYYY-MM-DD'))
AND NOT (TRUNC(V) >= to_date('2020-08-01', 'YYYY-MM-DD') AND
TRUNC(Y) <=to_date('2020-08-31','YYYY-MM-DD'))
Modify the month and the year if needed
Apply
Actions
Save Report
Do not change modify the title, then “Apply”
→ Follow these steps for every additional filters