Hello,
Stuck on this problem. I am trying to group my data based on my tag .
My Flux query is as follows :-
from(bucket: “”)
|> range(start: -2d)
|> filter(fn: (r)=>r._measurement==“agrovet-sensors”)
|> group(columns:[“”])
I get an error message as follows:
schema collision: cannot group float and integer types together.
Stuck at this point and need help. Thanks in advance