Description
1) Data Viz currently only supports "multi-select" filters, this is not ideal for projects where you only want to select single values. For example, if you have a canvas designed to show data for a single year, the only way to change the Year on display is either:
- Add a 2nd Year to the filter and then remove the existing one (your project shows data temporarily for 2 years which is wrong)
- Remove the current Year selected in the filter and then add the new Year (your project temporarily tries to show data for all years which is wrong)
We need to have an option for a "single-select" filter so you can only have a max of 1 value selected.
2) There is no way to dynamically assign a default value to a filter e.g. "Current Month". Currently the filters have to be hard coded with an explicit value which is no use if you open a project in a new month
3) Provide an option to state that a filter is mandatory and cannot be left blank
Use Case and Business Need
With filters that are just "multi-select", the projects you make are not full-proof and can be easily broken by users you share with. They may not know that filters should contain a single value only or are mandatory
Original Idea Number: 22bb585802
