Hi, I have a base for scheduling volunteers. Tables are:
- Calendar
- Volunteers
- Shifts
I have a matrix block configured using the Shifts table and a view which filters to shifts within the next month. (We schedule a month at a time)
However, the columns shown in the matrix are not filtered. One column displays for every event in my Calendar table, regardless of how far in the future the event is.
I have checked the Shift table view itself and the grid filters correctly within the Upcoming Events view.
What am I missing? Is there a way to filter the columns to display just the events within the next month?