Dynamic dropdown lists (chaining) #6903
Unanswered
JonasTheGamer
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi! I'm trying to achieve something, but I don't know if it's possible somehow.
I have a dashboard with data from multiple companies. Every company also has employee groups.
I would like to have the first dropdown allow me to select one or multiple companies (already managed to do that). On the second dropdown, I want the selected companies' employee groups to be there as options, and, once again, be able to select one or more.
I tried passing a query which has a parameter already to the first dropdown list, but then the options just keep loading.
If possible, how would I achieve this? Thanks in advance!
Beta Was this translation helpful? Give feedback.
All reactions