system
1
(imported topic written by npeters91)
I know this should be easy but I can’t seem to get the syntax figured out on this one.
What I am looking for is the number of computers who do not have any “source severity = critical” fixlets relevant.
number of computers of results whose (relevant flag of it = false)
of bes fixlets whose (source severity of it = “Critical”)
Thanks!
Nathan
system
2
(imported comment written by npeters91)
This relevance works, but it returns a qty of non relevant fixlets.
I am looking for a total number of computers with 0 critical fixlets relevant.
Thanks!
Nathan
system
3
(imported comment written by jessewk)
Does this work for you?
number of bes computers whose (not exists relevant fixlet whose (source severity of it as lowercase = “critical”) of it)