It certainly could be something there…I’m trying to get down to the simplest case I could hand off to a developer. Trying to zero-on on whether it’s a problem with group membership, or the remediation flags
If we stop looking for a specific group, do you get anything?
q: number of (results (item 0 of it, item 1 of it)) of (elements of item 0 of it, item 1 of it) of (item 0 of it, elements of item 1 of it) of ( set of bes fixlets whose (name of it as lowercase contains "" and display name of site of it contains "Patches for Windows" and fixlet flag of it = true), set of bes computers )
Also, have any been remediated? ‘remediated flag of it’ should give the same result as ‘exists last became relevant of it and relevant flag of it = false’
q: number of (results (item 0 of it, item 1 of it)) whose (remediated flag of it) of (elements of item 0 of it, item 1 of it) of (item 0 of it, elements of item 1 of it) of ( set of bes fixlets whose (name of it as lowercase contains "" and display name of site of it contains "Patches for Windows" and fixlet flag of it = true), set of bes computers )
(edit: in the post I deleted, I said I was going to go simpler by removing the computer group…and then I didn’t )