Group:Number:COUNT with multiple values?

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")

1 Like

Great, thank you! It works fine!