Hello,
I’m using Grafana for displaying point-in-time test data. That’s why I use the TimePicker Button Panel plugin to select the time range of a test.
I’m using an Influxdb database and I’m querying in the panels in Flux language.
However, I’d like to modify a dashboard variable ($test_number) from a Flux query.
I know that it is possible to use a variable in queries using ${test_number}, but I haven’t found a way of modifying it from a query ?
Best regards,
Florent.