I’ve got a “main” query variable in a dashboard. That variable can be changed by the dashboard’s user to change the queries being performed by the panes.
I’ve got another variable - a datasource one - that is used to decide from which datasource to get the information. In most cases, when the user changes the “main” variable, I’d like the datasource variable to change as well (but not in all cases).
Is there a way to have the datasource variable depend on a a query variable?