How to hide dates on a calendar after today

Hello All!

I am looking for a solution to the calendar I use for employee scheduling. I am wanting to find a way to have it hide the entries on days that have passed so that in the detail view on the mobile app, you don’t have to scroll down to find the current date.

Thanks for any help/suggestions you can provide.

Hey Terry!

Whatever view those dates are in (a calendar view, a table view, etc) go ahead and filter that view to something like:

Date>=today()

That should always automatically hide any old dates!

If you need a bit more help, it’s always helpful to provide an example doc or screenshots!

1 Like

This worked perfectly thanks!!

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.