How to use stat values without new querry

Hi there,

I’d like to use values that are displayed in multiple individual stat visualisations. Those values are a result of queries from influxdb.

I simply like to sum up the values of some of the stat visualisations. I’d like to do this without querying the data again. Is there a way do to this? Maybe the stat values have an id or something similar so that I can address them?

Thank you and best regards

Hi jangaraj,

that’s the right direction. I can now get values from one stat visualisation panel with the queries A and B - like in the example you provided.
But when I add a second stat visualisation panel from the same dashboard (also with the queries A and B) nothing changes. The second stat visualisation input is ignored. Two stat visualisation inputs with each two queries should result in a total of four queries/results. But that doesn’t happen. I’ve attached a screen shot.

From each stat visualisation panels I’d like take one of the queries and calculate the sum of those.
Thans again for your help.
Best regards