Hello.
It is possible to create a graph with the sum of differents devices node response?
Per example im trying to create graph with devices connected on 2.4ghz and with 5ghz, i was triyed with sum but not luck, it throws error on graph. I dont really know if it count only boolean results from syntax.
WIFI_1:
label: “‘Station per radio’”
slices:
1_24:
color: “’#2994ff’”
filter: SUM(Device.WiFi.AccessPoint.7.AssociatedDeviceNumberOfEntries > 0)
label: “‘2ghz’”
2_5:
color: “’#ff29ff’”
filter: SUM(Device.WiFi.AccessPoint.8.AssociatedDeviceNumberOfEntries > 0)
label: “'5ghz”
Thanks and regards.
Happy hollidays for all.