Output each Client Setting value from the list of computers printed

I have selected a list of computers related to Fixlet as below.
After this, I am going to print out the Client Setting value of this computer.
What should I do?

The value I want to get is the number of Client Setting values on each computer that contain a specific string.

For example)
You are trying to obtain a count that contains the string ā€œTestā€ in the Client setting value.

Look at the ā€œclient settingsā€ inspectors, here are few examples with the string ā€œhttpā€ from my test system:

Q:exists setting whose (value of it contains ā€œhttpā€) of client
A: True

Q:number of names of settings whose (value of it contains ā€œhttpā€) of client
A: 1

Q:names of settings whose (value of it contains ā€œhttpā€) of client
A: _WebReports_HTTPServer_HostName

Hello
Thank you for helping me.
However, I entered as you told me, but there is an error as shown below.

The three above are all the same.

You are using the QnA from the webreports, which runs ā€œsession relevancesā€. Please test the relevance from the Fixlet Debugger (QnA) available on your BigFix console. Once it works as expected, I guess you have to create an analyses to retrieve the wanted data from your computers. Eventually you can go to the Webreports and create a report that shows the properties of your analyses.

If you do so, is it only applicable to the columns below?
Filter tried to apply it, but it affected the entire table.

Properties are applicable to the entire table. Another options is to create a ā€œcustom reportsā€ which offers more flexibility. But I am not sure what you are trying to achieve

The above table is made with the code below.
I want to print out the number of computers that contain the value of the client corresponding to the fixlet where I emphasized.
I donā€™t know how to put it.

6ģ›” ķŒØģ¹˜, ģ ģš© ź°€ėŠ„ķ•œ Fixlet List - ģ ģš© ź°€ėŠ„ķ•œ Fixlet 0 ģ“ˆź³¼ źø°ģ¤€ <?relevance (tr of concatenation of ( th of "Site" & th of "Category" & th of "Source Severity" & th of "ID" & th of "Fixlet" & th of "Source Release Date" & th of "Add column"& th of "Number of computers applicable" & th of "Number of computers treated"& th of "application rate")& concatenation of trs of (td of (item 0 of it as string) & td of (item 1 of it as string)& td of (item 2 of it as string)& td of (item 3 of it as string)& td of (item 4 of it as string)& td of (item 5 of it as string) & td of (item 6 of it as string)& td of (item 7 of it as string)& td of (item 8 of it as string)& td of (item 9 of it as string & "%25")) of (display name of sites of it,display category of it, source severity of it,id of it,name of it, source release date of it, **number of (value of it of client settings of bes computers) whose (it starts with "ģ˜ģ—…")**, Applicable Computer Count of it, (number of results whose (relevant flag of it = false) of it),(100*(number of results whose (relevant flag of it = false) of it)/(Applicable Computer Count of it + (number of results whose (relevant flag of it = false) of it)))) of bes fixlets whose ((source release date of it > current date - 60*day) and name of it as string does not contain "Mozilla" and name of it as string does not contain "Firefox" and name of it as string does not contain "Skype" and name of it as string does not contain "Notepad++" and name of it as string does not contain "iTunes" and (Applicable Computer Count of it > 0) and (display name of site of it contains "Patches for Windows"))) ?>

I now see what you what to doā€¦ I am not an expert with ā€œsession relevanceā€ thus I canā€™t give you the precise statement, you have to play with the ā€œclient settingsā€ of BES computers
See https://developer.bigfix.com/relevance/guide/session/

Here is an example (just for reference)

<?Relevance (value of client settings whose (name of it = "_APIServer_HTTPServer_IsEnabled") of bes computers) ?>

You may want to try a ā€œcustom reportā€ that contains only the wanted values and then attempt to change the existing report.
See https://help.hcltechsw.com/bigfix/9.2/platform/Platform/Web_Reports/c_creating_a_custom_report.html)

1 Like

Forgot to say, that the following works on Webreports QnA, it could help with your actual statements:

Q: names of client settings whose (value of it contains ā€œhttpā€) of bes computers
Q: number of names of client settings whose (value of it contains ā€œhttpā€) of bes computers
Q: exists client settings whose (value of it contains ā€œhttpā€) of bes computers

So I can print up to the applicable computer name of the corresponding Fixlet.
where you must output the number of computers that contain the ā€œTESTā€ character in the Client Value value.
The important point here is that you must find the Client Value value as shown above, including the corresponding Fixlet.

(Names of Applicable Computers of it as string) of Beth fixlets who (((source release date of it > current date - 60*day) and (Applicable Computer Count of it > 0) and (display name of site of business ā€œPagesā€)" for Windows."

This produces a list of computers, where it takes a long time to analyze the Client Settings Value values.

Iā€™m trying to follow exactly what youā€™re trying to do, but here is some sample session relevance that returns the Computer Name, as well as the number of Client settings containing a specific string for computers that are applicable to a given set of Fixlets (based on what I think youā€™re filtering on above):

(name of it, number of values whose (it as string as lowercase contains "test" as lowercase) of results from (bes property "Client Settings") of it) of unique values of applicable computers of bes fixlets whose (((source release date of it > current date - 60*day) and (Applicable Computer Count of it > 0) and (display name of site of it contains "Patches for Windows")))

1 Like

I wrote with the code below.
The results are output for each related fixlet in the Client.
What I want is to express the number of computers if there is a single Fixlet. Currently, even the same fixlet is expressed separately if the client is different.

Q: (value of client settings where (name of it = ā€œDHK_DEPTNAMEā€) of it | ā€œNoneā€) of computer of it, name of fixet of it as string, number of (name of computer of it as string) of results from (name of it as string) (name of computers of its results) Flag of it = true) of bet computers