Hello everyone,
I have a relevance statement that retrieves the names of computers, names of fixlets, and the relevant flag for a specific computer named “server1” within a custom site “CIS_checklist_windows.” The current relevance statement is:
(names of computers of it, names of fixlets of it, relevant flag of it) of (results (bes computers whose (name of it as lowercase = "server1" as lowercase) , (bes fixlets) whose (name of custom site of it as string as lowercase = "CIS_checklist_windows" as lowercase))) whose (relevant flag of it)
The issue I am facing is that the results include analyses, which I need to ignore. I want the relevance statement to exclude any analyses and only return results for fixlets.
How can I modify the relevance statement to achieve this?