Active Employees for Specific Dates Using Custom Filters

How to create a custom date filter on employee information report

Example below captures all the Active employees in the year 2023. Select TEAM > My Team > Employee Information
Select COLUMNS filter (upper-right of screen)
Click the Custom tab in the Filters window
Click Add Custom Filter to create the following filter structure.
  1. Click the ADD option and select Operator.
  2. Click the bottom-most ADD option and select Operator again
  3. Change the top-most ADD operator from AND to OR.
  4. The filter should look like this:
    Screenshot 2024-02-08 102419

5. Continue configuring each of the three AND branches of the filter tree to it resembles the following image:

Screenshot 2024-02-08 102348

       First part captures Active employees who are not Terminated or rehired
    1. Hire Date <= 12/31/2023
    2. Termination Date IS NULL
    3. Rehire Date is NULL

    Second part if for Terminated Employees who were active in 2023
    1. Hire Date <= 12/31/2023
    2. Term Date is NOT Null
    3. Termination Date > 01/01/2023

    Third part is for Rehired employees who were active in 2023
    1. Term Date IS NULL
    2. Rehire Date <= 12/31/2023

6. Click Apply on your filter and your report will show the employees that meet the criteria.

 

Note: You can add in columns for hired, re-hired and terminated dates to the screen view to confirm the data pulled.

Remember to save the report settings so it is available for the future. Click on the ellipsys and "save view as" and name your report.