Mar 19, 2020 02:28 PM
We have a base that is used by our team that includes 6 members. We access the table concurrently. We use filtering and sorting to restrict our view to the rows that each of us is working on. Unfortunately, we find that when one user sets up a filter or sort for the base, it applies to all people who are accessing the base concurrently. Are there plans to make the application of the view be browser instance-specific instead of base-specific? Until then, is there a workaround?
Mar 19, 2020 08:53 PM
Are all of the users sharing the same view?
If you create a new view for each user, and everyone alters only their own personal view, the filtering/sorting should not affect anyone else.
Mar 20, 2020 04:47 AM
Thank you. I think that will do the trick. There are 6 of us, so adding 5 views is very simple.