Hi everyone,
My use case is the following :
- I have a database for Projects & Tasks (a single database that make the differences between project, sub-project & task by a "level" field)
- I have multiple views : Project / Sub-Projects / Tasks, each of these view have relevant filter to only show good entries
- The database is locked on theses filters
Now suppose I want to see my personal projects, sub-projects and tasks, I need to go in each view and set the filter "assign" to ME (three time). I found it very frustrating and so I'm looking for a way to just set the assign filter to Me (regardless on which view I am), and automatically broadcast this filter to others view in the database (only for me, the database is still locked in every case).
Is someone know the tricks ?
Thanks.