Filter express entry list by past or future date

Hi,

Is there a way to filter an entry list and keep only the ones having a specific date attribute in the future, or in the past ?
I’m building an express object for events, and I’d like to display only future, or past events.

Thank you for your help !

You could look at building the same using a calendar and attributes. Then you will get all the calendar date filtering, sorting and display options.

Thank you for your answer !
I will look into using a calendar. But this express object is related to other express objects and I’m not sure it’s possible to have relations between express and calendar.

Worst case scenario, I can always filter future dates within a custom entry list template, but I was wondering if there’s a cleaner alternative.

Thanks !

I find it best to avoid Express relations. They are particularly fragile and often a source of issues on these forums.