How "Created on Last 2 year Filter" worksSummaryThe filter condition "Created On Last 2 years, when run in 2021, will return records from 1st Jan 2020 to 1st Jan 2022. It means this year and last year. Steps to reproduce Hop to any Paris/ Orlando/New york instanceNavigate to "incident.LIST'Apply "Created On Last 2 Years" filter Observe that 2019 records are not present in the search results. Running the below query in the script background will return the exact date and time it considers: gs.print(gs.beginningOfLast2Years());gs.print(gs.endOfLast2Years()); Result: *** Script: 2020-01-01 08:00:00*** Script: 2022-01-01 07:59:59Related LinksValues for date/time fields