Hello everyone,
I hope you’re doing well.
I’m reaching out to seek your help regarding an issue I’m facing in Grist, as part of a biannual project review in a PMO context.
Context
The application is built around three main tables:
- PROJECT: Contains a list of 10 unique projects.
- DATE: Contains a list of 20 unique dates.
- DATA: Contains 200 columns (for simplicity, let’s focus on 14 key columns such as PROJECT, DATE, DESCRIPTION, RESPONSIBLE, RISKS, BUDGET, DURATION, etc.).
The data is displayed in different views (DESCRIPTION, CONTACTS, RISKS, BUDGET, DURATION), all filtered by two key criteria: PROJECT and DATE.
Objectives
- Allow users to select a PROJECT and a DATE from any view.
- Dynamically filter the displayed data based on the selected criteria.
- Ensure that the filter is synchronized across all views of the application.
Constraints & Requirements
Independent filters for concurrent users
- Each user should have their own independent filter.
- One user’s filter selection should not affect other users.
Dependency between PROJECT and DATE filters
- The DATE filter should dynamically adjust based on the selected PROJECT.
- Only the dates associated with the selected project should be available in the list.
Current issue: Persistent filtering across views
- Problem: When a user applies a filter on PROJECT and DATE in one view, the filter does not persist when switching to another view.
- Goal: Ensure that the selected filter remains active across all views until the user manually changes it.
If anyone has a solution or ideas on how to maintain filter persistence across pages, I would really appreciate your help.
Thanks in advance for your support!