Hide Old Dates in detail view

Hi,

I am looking for a solution to just show today and future dates in Detail UX. I attempted to run a ShowIF on the data table, but that doesn’t affect the UX only the form. let me know if anyone has a solution.

Thanks,

Brendan

create a slice with the date formula

1 Like

If you are referring to hiding rows with old dates, the easiest way to handle that is to create a Slice that filters to Today and Future dated rows. then create a view using that Slice.

1 Like