I have a schedule table for a church band.
Another table is used for setlists that are connected to every church service.
Every record in the setlist table is linked to the schedule table through the datefield.
In the setlist table I want to filter the view that every user will see this way:
show me the record that is
- after yesterday
- before one week from now
This filter works fine with a regular Date field, but appearantly not with a date field that is retrieved by linking to another table.
The options for filterin this date are very limited:
contains / does not contain
is / is not
is empty / is not empty
My question: is there a formula that I can use so the filter will treat this linked Date field as a regular Date field?