Is it possible to filter rows of table without changing the view for everyone that's looking at the page?

I have a page with a table with multiple columns. I want to filter the table by a specific value in one of the columns. When I add that filter, everyone that’s viewing the page sees the filtered table. Is there a way to change the view just for myself?

Hi @Edwin_Chau,
Please, have a look at this post:

As suggested, you can easily expand that example by adding a user column that will be filtered with the current user (User()).

Do let me know if you need further info.

Cheers.

1 Like