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

Limit output in time

$
0
0

Hello,

My values are output normally via:

from(bucket: “iobroker_all”)
|> range(start: v.timeRangeStart, stop: v.timeRangeStop)
|> filter(fn: (r) => r[“_measurement”] == “Gastaeglich”)
|> filter(fn: (r) => r[“_field”] == “value”)

However, I would like to limit the display of the values to half a year (“2022-10-01 00:00:00 to 2023-03-31 23:59:59”)

How can I install this above?

3 posts - 2 participants

Read full topic


Viewing all articles
Browse latest Browse all 201

Trending Articles