Hi All, i am new to bigfix and started to learn the relevance language. I want to filter the different status from the results of bes actions based on the action id and time. Below is an example where i am trying to filter only the failed status but it gives the below error:
Q: (id of action of it , name of action of it , name of computers of it ,status of it) of results of bes actions whose (id of it =642 and name of status of it =“Failed”)
E: The operator “status” is not defined.
this is what i used to filter out the action on the particular fixlet.
(name of computer of it, ids of action of it, detailed status of it,name of action of it) of results of bes actions whose (id of source fixlet of it = “+fixletid+” AND now - time issued of it < 5 * day )
(id of action of it , name of action of it , name of computers of it ,status of it) of results whose (status of it as string = "Failed") of bes actions whose (id of it = 642)
In terms of filtering by time, can you provide a bit more detail on your specific requirement, as there are a few different times in this general context?