Ayno
1
Hello,
in a graph x y I would like to have two queries :
One for the current year’s data and one for the previous year’s data to make a comparison.
These queries come from the same measurement and field influxdb.
I’d have to rename them to differentiate them because the second one takes precedence.
How can I do this?
Thanks in advance.
you can add an organize fields transformation and rename them there
Ayno
4
I have 4 queries, half are for the current year and the other half for the current year.
There are two pairs that will query the same fields.
But I can’t modify more than 2, since they were originally named the same.