Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How can I have filter view load automatically upon opening Google sheet?

Looking to have my sheet automatically load a filter once it's opened. How can I have it do so?

like image 505
user1766427 Avatar asked Sep 03 '25 04:09

user1766427


2 Answers

Notice the query parameter fvid= at the end of sheet's url.

When you create a filter. That Filter View Id will appear. You can have many filter views in the sheet, yours or someone else's. The way to make sure you are opening the sheet with your filter on, is to append the fvid= param at the end of the url.

Example:

https://docs.google.com/spreadsheets/d/<YOUR-FILE-ID>/edit#gid=0&fvid=1781225551
like image 53
Aerials Avatar answered Sep 05 '25 01:09

Aerials


you need to use a global filter (the green one):

enter image description here

like image 29
player0 Avatar answered Sep 05 '25 01:09

player0