Quantcast
Channel: InfluxDB - Grafana Labs Community Forums
Viewing all articles
Browse latest Browse all 205

Dropdown menu in dashboards with "variables" where data are coming from InfluxDB v2.7.5 / InfluxQL

$
0
0

Hi Folks.

I use Grafana version v10.4.0.
I would like to generate a dropdown selection field in a dashboard where I can switch to other dashboards.
I assume that this can be done under Settings → Variables.
The problem is that I probably have a not quite usual configuration and combination of Grafana and an InfluxDB as data source. And that’s why I can’t find a suitable example in the documentation or on the Internet.
This is an example of what a query in Grafana Dashboard looks like for me:

SELECT mean(“Measured_values_house1”)
FROM “Temp_Dining_room”
WHERE $timeFilter
GROUP BY time($__interval) fill(linear)

But what should the query for an entire dashboard look like under Settings → Variables → Query?

regards

5 posts - 3 participants

Read full topic


Viewing all articles
Browse latest Browse all 205

Trending Articles