Hi Community,
I’m new to Grafana so I would need your help on below query
We are using sqlite datasource to build dashboards. we are getting data with below query but we want to filter it based on time range and also real time data. ex: every 6m the dashboard to be refresh and change the values. So, can some one help me to how we can pass the time interval of 6m in query to refresh it every time.
Select Date_n_Time, SensorID, Temperature from dht22_temperature_Data
Here’s the docs on how to incorporate the Grafana time picker into your SQL query. SQLite is not explicitly mentioned, but I believe it will be either WHERE $timeFilter or WHERE $__timeFilter