Is there a way to choose multiple values in Dropdown filter? (v0.46 RC3)
As I see, now is possible to choose only one value in the dropdown.
For example for SQLs like:
SELECT * FROM table WHERE first_name IN ({{first_name_list}})
Is there a way to choose multiple values in Dropdown filter? (v0.46 RC3)
As I see, now is possible to choose only one value in the dropdown.
For example for SQLs like:
SELECT * FROM table WHERE first_name IN ({{first_name_list}})
By the way, there is such feature for Field Filter.
It would be nice to have it with Dropdown FIlters
you can do this in the dashboard, why is it that you want it on the question?
I get it. Thanks.
Sorry for weird questions. I'm newbie in metabase
when using Text Filter Dropdown instead of Field Filter Dropdown, you cannot select more than 1 value from the dropdown.
if you want to ask why Text Filter instead Field Filter, it's a completely different question. Some of us might have a really huge Fact table, and would prefer to use a Dim table for faster dropdown selection.
this issue is still here in v0.49
I agree. The field filter doesn't work in my use case. I have an event code table that stores all events types for all objects. I want a drop down that allows for multiple selections and only includes the events that are related to a specific object. With field filter, you can choose multiple values but you cannot filter the Field Filter to only include values you want in the drop down. Conversely, although you can create a model or question to filter the values in a Text Filters you want in the drop down, you cannot select multiple values. Running v.49 as well.
Other related questions: