Display cases in case list by question value[Year]

Hey Guys, I have create recruitment app last year, and now I want to display only cases for this year on case list, is there any way I can do it?

There are a few ways to accomplish this.

If any previous data is now irrelevant, I'd strongly advise Automatically Closing cases which are older, since it'll reduce the scope of data for individual users and make sure they have a consistent data pool over time.

Otherwise, you should be able to create a filter on a date property (like date(opened_on)) to filter out cases created before 2022-01-01.

Thanks Clayton, it is working now.
much appreciated.