Hello,
is it possible to count multiple different values with the function
Group:Number:COUNT("OFFLINE")
Thanks,
Alex
Hello,
is it possible to count multiple different values with the function
Group:Number:COUNT("OFFLINE")
Thanks,
Alex
Like count how many are “OFFLINE” and “DISABLED” for example? No, that’s not possible except through using a rule.
It is a regex so you CAN count different values
Group:Number:COUNT("OFFLINE|DISABLED")
Great, thank you! It works fine!