I’ve searched the web on how to add the results for all computers In an action but came up empty.
How could I add that to the following query?
(ids of it, name of it, time issued of it, name of issuer of it) of items 0 of (elements of it, it) whose (time issued of item 0 of it = maximum of times issued of elements of item 1 of it) of set of bes actions whose (name of it contains “ActionName”)
(ids of it, name of it, time issued of it, name of issuer of it, (name of computer of it | "n/a", status of it) of results of it) of items 0 of (elements of it, it) whose (time issued of item 0 of it = maximum of times issued of elements of item 1 of it) of set of bes actions whose (name of it contains "ActionName")
Thanks Aram, that works nicely. Question: I see the result as “fixed” for those computers that successfully received the deployment and those that didn’t as “failed”. Is “fixed” synonymous with “completed” which I see in the BigFIx console?
actually if when I added detailed status I get “The action executed successfully” which works better for me. What resources are you using to write your queries? I am starting to get this but have a long way to go. Thanks again!
check out the tools section of developer.bigfix.com as well…for instance Presentation Debugger, or QnA for Web Reports to help build this sort of session relevance
At the link Aram posted for https://developer.bigfix.com/tools/ , check the ‘Presentation Debugger’. That describes how to enable the debugger in the Console to run session relevance queries directly.
Session Relevance won’t evaluate in the Fixlet Debugger - because it’s pulling results from other computers, Session Relevance has to run in Web Reports, REST API, or Console Dashboard/Console Debugger.
There’s also a standalone ‘Session Relevance Tester’ tool or the Excel connector, I think those are both linked off the developer.bigfix.com/tools page.