influxdata / influxdb-client-java

InfluxDB 2 JVM Based Clients
https://influxdata.github.io/influxdb-client-java/
MIT License
431 stars 129 forks source link

How to combine the privot() and count() functions? #768

Closed ZiyRims closed 1 week ago

ZiyRims commented 1 week ago

What should I do to obtain the total number of records converted by the privot() function?

image

bednar commented 1 week ago

Hi @ZiyRims,

please take a look to count function documentation. You should probably set correct value for column parameter.

Best Regards