Computer Property to Exclude Relevant Fixlet by Comments

(imported topic written by NathanW.)

I am trying to add a custom property that will return the number of relevant fixlets for each computer that meet the following criteria: Source Severity = Critial, Site = Updates for Windows Applications, Comments Exception.

RELEVANCE 01 below achieves the first two criteria, however, I can’t figure out how to reference the comments of the relevant fixlets, if that’s even possible in a computer based property. When I tried RELEVANCE 02 below it tells me that “comments” isn’t defined.

RELEVANCE 01: number of relevant fixlets whose (value of header “X-Fixlet-Source-Severity” of it contains “Critical”) of sites whose (name of it contains “Updates for Windows Applications”)

RELEVANCE 02: number of relevant fixlets whose ((value of header “X-Fixlet-Source-Severity” of it contains “Critical”) and (comments of it does not contain “Exception”)) of sites whose (name of it contains “Updates for Windows Applications”)

Any help would be greatly appreciated!

(imported comment written by NathanW.)

According to the IBM technical services rep I spoke with this morning, the comments field is not available when building a computer based property since the information resides on the server side and is not available to the endpoint machine.