(imported topic written by SystemAdmin)
I would like to add (not error flag) to the following relevance so that it will skip any possible errors and not kill the report mid run
<?relevance (concatenations
"; " of (ip addresses of computer of it as string) , name of computer of it, (
if (it contains
";") then (preceding text of first
";" of it)
else it) of (concatenation
";" of values of (results (it, bes property whose (id of it = (2147495638,22,1))))) of computer of it, values of results from (bes property whose (name of it =
"_AgencyID")) of computer of it, values of results from (bes property whose (name of it =
"Endpoint Role")) of computer of it, id of fixlet of it as string, name of fixlet of it, categories of fixlet of it, source severities of fixlet of it, source release dates of fixlet of it) of (results of bes fixlets whose (display name of site of it contains
"")) whose (relevant flag of it and (date (local time zone) of now - source release date of fixlet of it) < 30 * day) ?>
I’ve tried adding it to the last line as such:
whose (not error flag of it and relevant flag of it and (date (local time zone) of now - source release date of fixlet of it) < 30 * day)
It gives the following error:
The operator
"error flag" is not defined.
Any help would be appreciated.