Hi @MaxJ,
Welcome to the community! You can just remove the filter altogether:
data = from(bucket: "bucket")
|> range(start: v.timeRangeStart, stop: v.timeRangeStop)
|> yield(name: "_editor_composition")
Hi @MaxJ,
Welcome to the community! You can just remove the filter altogether:
data = from(bucket: "bucket")
|> range(start: v.timeRangeStart, stop: v.timeRangeStop)
|> yield(name: "_editor_composition")