I want to combine sixteen queries into just one if this is possible. I am trying to achieve this through the panel editor in influxdb. Where X = cell number, all sixteen raw queries looks like this:
SELECT mean(“value”) FROM “battery/Voltages/CellX” WHERE $timeFilter GROUP BY time($__interval) fill(null)
I am also aiming to rename the displayed name from, “battery/Voltages/CellX” to simply, “Cell_X”. Do I need to do an override for each of the sixteen queries? This is the reason I want to amalgamate all my queries into one if that is possible.
4 posts - 2 participants