Support for nested drop downs is much needed! #6744
NielsKSchjoedt
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
This is a copy of: https://discuss.redash.io/t/observable-query-based-dropdown-list/3229
Redash is such a great tool 🎉 - however, one thing I really lack is nested query based drop downs. Basically the idea is, that if your database has two columns, say:
country, city
then those could be used to populate two nested drop downs. One for country, one for city. However currently, that is not possible because the queries powering drop downs cannot interdepend:Example of what we need
You could have a query like:
Then add a "Query Based Drop Down" with those countries
Then use the selected variable in another drop down query for city:
It is such a pain this functionality does not exist 😬
Beta Was this translation helpful? Give feedback.
All reactions