Number of relevant fixlets

(imported topic written by TommyG91)

I want to create a property, that outputs a number of relevant fixlets of a baseline. I have tried all these and nothing works:

number of results from (fixlets whose (baseline flag of it = true AND name of it = “Microsoft-Critical-Patches-Qualsys Level 5 2009”))

number of results from (component groups whose (name of it contains “Microsoft-Critical-Patches-Qualsys Level 5 2009”) of bes fixlets whose (baseline flag of it is true))

number of elements of (set of source fixlets of components of component group of bes fixlets whose ((baseline flag of it AND name of it = “Microsoft-Critical-Patches-Qualsys Level 5 2009”) AND relevant flag of it = true))

number of elements of (set of source fixlets of components of component group of bes fixlets whose (name of it = “Microsoft-Critical-Patches-Qualsys Level 5 2009”))

Help! I bet you’re going to tell me you can’t count up stuff in a property?

Thanks

Tom

(imported comment written by BenKus)

Hey Tom,

That is correct… This info isn’t easily accessible on the agent in this form (and even if we could do it, there would be a performance issue while the agent was reassessing the baselines for the report)…

You can get this data in a custom report though…

Ben