Remediated computer of a fixlet

(imported topic written by Harald.Zarakowitis)

Hi,

I´m making a custom report and would need the number of remediated computers of a fixlet, like it is done in the detailed report. However I need the relevance clause how to do this.

Best regards,

Harald

(imported comment written by Harald.Zarakowitis)

Ok, I found the answer:

number of results whose (last became nonrelevant of it < (now)) of bes fixlets whose (name of it starts with 
"MS07-036")

(imported comment written by BenKus)

Hi Harald,

This might work a little better:

number of results whose (relevant flag of it = false AND last became nonrelevant of it < (now) ) of bes fixlets whose (name of it starts with “MS07-036”)

This way will prevent you from counting computers that had the patch fixed but then became unrelevant.

Ben