We are embedding dashboards into our application for our users. Each user has her/his own access_filter_feilds. However, users apply additional filters on the dashboard. They would prefer to not set up the filters each time they come back.
I’d like to
- Get the filter values
- Save the values
- Create the embed link with the filters applied the next time the user comes back
OR
- I could write my own filter setting html/javascript
- Create the dashboard with the filters set.
Let me know your thoughts.