Session Relevance that adds - is member of computer group "name"

I am trying to filter session relevance of below statement of bes computers to only include bes computers in the Patches for Windows site. I am testing using the session relevance tester.

This currently works. Windows endpoints that are applicable . Results are 773 items returned.

(source id of fixlet of it as string,source severity of fixlet of it as string,source of fixlet of it as string,category of fixlet of it as string,name of fixlet of it as string,name of computer of it as string,
last became relevant of it as string, (value of client settings whose(name of it = "Department") of it | "None") of computer of it )of results from (bes fixlets whose (fixlet flag of it and display name of site of it contains "Patches for Windows")) whose (exists first became relevant of it and relevant flag of it = true) of bes computers

However now I would like to add a filter that inludes members of computer group “Name of computer group” which includes the same endpoints in the automatic group that is in the above example. However using the session relevance below has Results : 0 items returned

(source id of fixlet of it as string,source severity of fixlet of it as string,source of fixlet of it as string,category of fixlet of it as string,name of fixlet of it as string,name of computer of it as string,
last became relevant of it as string, (value of client settings whose(name of it = "Department") of it | "None") of computer of it )of results from (bes fixlets whose (fixlet flag of it and display name of site of it contains "Patches for Windows")) whose (exists first became relevant of it and relevant flag of it = true) of members of bes computer groups whose (name of it =
"windows")

Solved - statement does work correctly.