When designing a dashboard, we want to disable multi-select for a specific filter so that end users can only select one value. The challenge is that we can’t preselect a single value during dashboard creation, since the valid values vary from user to user. Preselecting a value might result in -
- That value not being available for certain users.
- Confusion for end users if they see a value that doesn’t apply to them.
Ideally, we want the filter to force the user to choose a single value from their applicable options, without allowing multiple selections and without preselecting any default value.