VolkovLabs / business-forms

The Business Forms panel is a conceptually new plugin for Grafana. It is the first plugin that allows inserting and updating application data, as well as modifying configuration directly from your Grafana dashboard.
https://docs.volkovlabs.io
Apache License 2.0
86 stars 10 forks source link

Select nested values based on the selection #352

Closed abrahammarco7 closed 8 months ago

abrahammarco7 commented 9 months ago

Hello, I needed to make nested select, so that depending on the option the user chooses in the first select that is filled with a query to the database, the second select is filled with another query to the database. I don't know how to obtain the result of the selection of the first select and use it in a variable for the query of the second select, I have tried to do it by adding the id of the first select to the second query, without obtaining results. I haven't seen anything similar in the documentation, I wonder if you can tell me if you have this documented somewhere or an example. Thank you so much. All the best.

asimonok commented 9 months ago

@abrahammarco7 we are preparing a blog post how to accomplish it. Please follow on the updates