You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@superset.apache.org by GitBox <gi...@apache.org> on 2019/09/26 05:43:18 UTC

[GitHub] [incubator-superset] graceguo-supercat commented on issue #8102: Dashboard filters do not persist on page refresh

graceguo-supercat commented on issue #8102: Dashboard filters do not persist on page refresh
URL: https://github.com/apache/incubator-superset/issues/8102#issuecomment-535346300
 
 
   I just saw this thread. Max is right: 
   1. apply filter on your dashboard,
   2. open dropdown menu and choose `Share dashboard`, it will generate a shorten url. this url encode current selected filter values.
   This way you don't have to save another copy of dashboard, but your users need to keep a copy of shorten url, otherwise they will lost the filter values in the url parameters.
   
   Or you can 
   1. apply filter on your dashboard,
   2. open dropdown menu and choose `Save as` => save as another copy. 
   This way the selected filter values are stored in dashboard's meta data. Dashboard users can open dashboard by id, and it will load preselected values.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org
For additional commands, e-mail: notifications-help@superset.apache.org