Hello!
I was assigned a task: in all views of the resource reservations database, only show the reservations that have been in place for 2 days in the past as well as all future ones. Eliminate those old ones from the view selection.
It looks very simple. But when I tried to add something like: & @date(StartDate) >= @Date(@Today), & @Date(@StartDateTime) >= @Date(@(@Today), and & @Date(ReserveDate) >= @Date(@Today), at the end of the view selection, They neither don’t change anything at all in the views, nor don’t include all the reservations created in the past even there are repeated items in the future.
Which date field I should use in the view selection to get the current reservations OR what I should do differently to only show the current reservations in all views.
Is there anyone here can help me out?
Thanks!