Currently, if users want to filter/view a table in a particular way without affecting other users, they need to create their own table view. This approach does not scale well.
I’d like users to be able to create their own table filters/views such that:
The filter/view doesn’t affect the appearance of the source table, and
The filter/view doesn’t create a new table view in the doc which is visible to/editable by other users.
Using Google Sheets terminology…
Coda currently has the equivalent of the Google Sheets filter function:
All users with access to a Coda table will see the table as it is currently filtered
Users with permission to edit the table will be able to change the filter
If a user changes the filter, all other users will automatically see the update to the table
Coda currently does not have the equivalent of the Google Sheets filter view function. If that function were added:
Users with access to a Coda table would be able to create and/or edit their own filter views
If a user applies a filter view to a table, other users will not see the update to the table
While waiting for a native user-based controls, if you need something similar, there is a workaround (already covered in some previous posts).
It implies a simple background structure and some filtering code, but it does its job.
Have a look at this example and let me know if this fits your needs:
Feel free to ask if something is not clear.
Cheers
So, basically, each logged in user can create one filter which only they would see, and that filter will update a view that also only they would see. Is that right?
This is definitely something we see a need for and it shows up in discussions and notes in internal meetings. It’s not a project yet, but it’s something that would make a great addition and we’ll be keeping it in mind.
For the moment, what @Federico_Stefanato posted is a great way to go. And yes, it will allow each person to see their own filtered set without affecting the view of others.
Here’s another doc I posted of various table search solutions and a few of these are per-user as well.
Another similar example is Salesforce list views. When you create a list view in Salesforce, you can choose between Only I can see this list view and All users can see this list view:
Hi all! We’re collecting more feedback in this area. We’d love to hear more about how you use canvas controls in Coda, and the behaviors you prefer. If you have examples you can share or describe, let our team know here!
Hello, I am trying to configure permissions so that users can only see some rows and assign it by groups, this works, but when I activate the “allow multiple selection” box in the groups lookup, to be able to assign several options. stops working. any ideas? Thanks a lot
In this case, it doesn’t make much sense to activate multiple selection, but I would like to filter by work groups and I need to be able to assign several users to the filter.
Thanks