Filter values should be list of given values not automatically fetched from data #37835
Replies: 1 comment
-
|
Superset dashboards do not natively support configuring filter dropdowns to display a static or predefined list of values; filter values are always fetched dynamically from the dataset columns they are mapped to. This is a known limitation and there is an open feature request to allow manual configuration of filter values for dashboard filters, but it is not yet implemented (discussion, discussion). The SelectFilter component used in ListView pages (not dashboards) does support static lists, but this capability is not available for dashboard filters without custom development (code reference). Workarounds include creating a reference/static table in your database with all possible values, or developing a custom filter plugin, but there is no built-in UI or configuration for static filter lists in dashboards as of now. To reply, just mention @dosu. How did I do? Good | Irrelevant | Incorrect | Verbose | Hallucination | Report 🐛 | Other |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
In reports, the filter dropdown currently displays only the values that are associated with existing case data in the application. As per the requirement, the filter should display the complete list of possible filter values. Is it possible in superset?
Beta Was this translation helpful? Give feedback.
All reactions