(imported topic written by CCupit91)
OK I’ve been trying to create some custom reports to report on failures but something’s getting confused somewhere :
trs of (td of name of computer of it & td of (value of result (computer of it, bes property “Property1”)) & td of name of action of it & td of (status of it as string)) of results whose (status of it = bes action status failed) of bes actions whose (name of site of source fixlet of it = “Enterprise Security” and name of it contains “Vulnerability”)
Works however this only returns failed machines for patches with the word Vulnerability in the title.
trs of (td of name of computer of it & td of (value of result (computer of it, bes property “Property1”)) & td of name of action of it & td of (status of it as string)) of results whose (status of it = bes action status failed) of bes actions whose (name of site of source fixlet of it = “Enterprise Security” and name of it contains “MS06”)
Returns
Singular expression refers to nonexistent object.
However
trs of (td of name of computer of it & td of (value of result (computer of it, bes property “Property1”)) & td of name of action of it & td of (status of it as string)) of results whose (status of it = bes action status failed) of bes actions whose (name of site of source fixlet of it = “Enterprise Security” and name of it contains “IceCream”)
Returns no results or errors.
Am I going mad?