Enable a "Share" option for each screen/dashboard that allows users to share a custom view with all applied filters, without requiring them to click the "Save" button.
We would like the ability to quickly share a filtered view of a screen or dashboard with other users without needing to save it as a named view. This can be achieved by encoding the filter state in the URL as query parameters or using another method, such as generating a shareable link with the current filter context embedded.
Example Use Case:
A user applies several filters to narrow down data on a dashboard.
They click "Share," and a link is generated that preserves the current filter state.
They send the link to a colleague, who can open it and see the exact same filtered view.
This feature would enhance collaboration and improve usability by making it faster to share insights without requiring saved views.