Skip to main content

Desire for Concurrent Users to See Different Subsets of the Base

  • March 19, 2020
  • 2 replies
  • 43 views

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?

This topic has been closed for replies.

2 replies

kuovonne
Forum|alt.badge.img+29
  • Brainy
  • March 20, 2020

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.


  • Author
  • New Participant
  • March 20, 2020

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.


Thank you. I think that will do the trick. There are 6 of us, so adding 5 views is very simple.