Need the relevance output in a specific format

Hi All,

Get the all applicable fixlets for endpoint(hostname) from the custom site and list the result as computer ID, fixlets ID, fixlet name and default action.
Example: If we pass the hostname in to the query and get below result
hostname || Computer ID || Fixlet ID 1; Fixlet ID 2; Fixlet ID 3 || Fixlet name 1; Fixlet name 2; Fixlet name 3 || Default Action (for each fixlet).

@vk.khurava Need your expertise here.

@shabircse your previous post below seems closely related to this topic, and @JasonWalker provided an excellent solution there. I gave it a try myself, but I’m still learning and not yet comfortable with advanced relevance, still a student at BigFix University :blush:

Need relevance output in a desired format – Content Authoring – BigFix Forum

Tagging @JasonWalker , @Aram , and @brolly33 the true professors who always guide us in the right direction. :raised_hands:

1 Like

(name of it & " || " & (id of it as string) & " || " & (concatenation "; " of (id of it as string) of relevant fixlets whose (name of site of it = "Enterprise Security") of it) & " || " & (concatenation "; " of (name of it) of relevant fixlets whose (name of site of it = "Enterprise Security") of it) & " || " & (concatenation "; " of (content id of default action of it as string) of relevant fixlets whose (name of site of it = "Enterprise Security" and exists default action of it) of it)) of bes computers whose (hostname of it starts with "hostname")

2 Likes