How to use the Query Builder without any default aggregate function?

Hello,

When using the Query Builder in Data Explorer (InfluxDB 2.0.3), I would like to display all the raw data, without any Aggregate function activated by default.

After submitting each request, I have to go to the Script editor and remove the last 2 lines:

|> aggregateWindow(every: v.windowPeriod, fn: mean, createEmpty: false)
|> yield(name: “mean”)

I tried the Custom AggregateWindows with all the available parameters, but nothing really matches.

Would like to know this still. So far setting this up has been so much harder than it needed to be, seems a lot of effort has gone into making it available for every language etc, and it looks like it would be easy to work with, so hate to say it but it just doesn’t work like that because of vague errors and unintuitive ui in terms of handling the data