<?Relevance trs of (
td of (tuple string item 0 of item 0 of it) &
td of (tuple string item 1 of item 0 of it) &
td of (item 1 of it)
) of
( (it, (multiplicity of it as string) )) of unique values of (((concatenation "," of (unique values of values of result (it, bes property "computer name") ) ),
(concatenation "," of (unique values of values of result (it, bes property "Installed Applications - Windows") ) whose (it as lowercase contains "adobe acrobat")) ) as string )
of bes computers whose
(exists (value of result (it, bes property "Installed Applications - Windows")) whose (it as lowercase contains "adobe acrobat") AND
exists (value of result (it, bes property "computer name")))
?>
I would like to modify it even more to not pull computers with the property value that we created is server (name of operating system = “Win2003”) OR (name of operating system = “Win2000” AND exists key “HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\ProductOptions” whose (value “ProductType” of it != “WinNT”) of registry
Try using the standard web reports filter in the top-left of the web reports. Create a filter for the property that you have and for the computer group and see if it meets your needs.
That is expected because the filters filter the computers and note the properties… so if you filter on “MS Office Versions” and you pick “Office 2007”, you will now be filtered to see all the applications installed on any computer that has Office 2007.