Oops, the post is missing the key number when you said "Where did it get a count of …"
What is the number you are referring to? The 15 Outstanding Fixlets for the first computer?
Maybe you can help me track down the discrepancy.
This is the Relevance used to provide the raw data, and report is showing a summary from this table. Can you please paste as a Custom Report and see if you can spot where you see might be problematic?
<?relevance (html "<table border=1 cellpadding=3 cellspacing=0 style=%22border: 1pt solid #000000; border-Collapse: collapse%22><th>Computer Name</th><th>Computer ID</th><th>Fixlet ID</th><th>Fixlet Name</th><th>Operating System</th><th>IP Address</th><th>Last Report Time</th><th>Applicable</th><th>Installed</th><th>Outstanding</th>" & it & html "</table>") of concatenations of trs of htmls (unique values of (it as string) of (td of (if exists name of computer of it then name of computer of it else "<none>") & td of (id of computer of it as string) & td of (id of fixlet of it as string) & td of (name of fixlet of it as string) & td of (if exists operating system of computer of it then operating system of computer of it else "<none>") & td of (if exists ip addresses of computer of it then concatenations (html "<br>") of (ip addresses of computer of it as string) else html "") & td of (if exists last report time of computer of it then (((year of it as string & "/" & month of it as two digits & "/" & day_of_month of it as two digits) of date (local time zone) of it & " " & (two digit hour of it as string & ":" & two digit minute of it as string & ":" & two digit second of it as string) of time (local time zone) of it) of last report time of computer of it) else ("<none>")) & td of (if (exists first became relevant of it) then ("1") else ("0")) & td of (if (exists Last Became NonRelevant of it and not relevant flag of it) then "1" else "0") & td of (if (exists Last Became Relevant of it and Relevant Flag of it) then "1" else "0")) of results of bes fixlets ) ?>