I'm working on a dashboard that includes a dropdown and a table chart. I want to set it up so that users can see a default view based on a specific value selected from the dropdown, but I need them to be unable to modify the dropdown or filter the data themselves.
Can anyone guide me on how to achieve this? Specifically, I'm looking for advice on:
- How to set a default value for the dropdown that users can see but not change.
- Methods to disable user interaction with the dropdown.
- Configuring permissions so users can only view the dashboard without modifying any filters.
- Customized message as a title when the user accesses their default view.