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

Time column - InfluxQL

$
0
0

Grafana V11.0

Hello. I am trying to sum values inside InfluxDB from Grafana using InfluxQL. I seem to have an issue with the time column. Using the following query in a table visual I get the expected time

SELECT sum("value") 
FROM "weight" 
WHERE ("tagName"::tag = 'Net_Weight_Head_2') 
AND time >= now() - 1h


The time on my PC is 14:42, 10th of Feb.

Using a query like the following, gives me no data.

SELECT sum("value") 
FROM "weight" 
WHERE ("tagName"::tag = 'Net_Weight_Head_2') 
AND time >= '2025-02-10T06:00:00Z'

Any suggestions as to what might be happening?

3 posts - 2 participants

Read full topic


Viewing all articles
Browse latest Browse all 203

Trending Articles