Hi,
We have a query to get the data for the current day and we are getting this error:
error @15:29-15:30: record is missing label windowPeriod
The query is the following:
from(bucket: “Monitorizacion”)
|> range(start: today())
|> filter(fn: (r) => r[“_measurement”] == “NuevaZIS”)
|> filter(fn: (r) => r[“_field”] == “Abrir barrera BREA”)
What does the error mean? What are we doing wrong?
Thanks in advance.