(imported topic written by cstoneba)
For months, I had a report that worked that showed me OS counts within our environment. Today I looked at the report and it just shows “0” as the counts for each OS. The report wasn’t modified, so I’m confused as to what broke.
<?Relevance tr of ( td of (number of bes computers whose( exist (value of result(bes property "OS",it)) whose (it contains "WinNT")) as string) & td of (number of bes computers whose( exist (value of result(bes property "OS",it)) whose (it contains "2000")) as string) & td of (number of bes computers whose( exist (value of result(bes property "OS",it)) whose (it contains "WinXP")) as string) & td of (number of bes computers whose( exist (value of result(bes property "OS",it)) whose (it contains "2003")) as string) & td of (number of bes computers whose( exist (value of result(bes property "OS",it)) whose (it contains "Vista")) as string) & td of (number of bes computers whose( exist (value of result(bes property "OS",it)) whose (it contains "2008")) as string) & td of (number of bes computers whose( exist (value of result(bes property "OS",it)) whose (it contains "Win7")) as string) & td of (number of bes computers whose( exist (value of result(bes property "OS",it)) whose (it contains "AIX")) as string) & td of (number of bes computers whose( exist (value of result(bes property "OS",it)) whose (it contains "SunOS")) as string) & td of (number of bes computers whose( exist (value of result(bes property "OS",it)) whose (it contains "SuSE")) as string) & td of (number of bes computers whose( exist (value of result(bes property "OS",it)) whose (it contains "Red Hat")) as string) & td of (number of bes computers as string)) ?>