I’ve got myself into a dead end. I’m trying to get a report that contains:
ID of fixlet, ID of action started with that fixlet, name of action, status of action
To explain in details: fixlet with its unique id, can be used to start actions from it. And I would like to see how many actions each fixlet started, where(computers) and its results from a given site (for the sake of argument, can be “Patches for Windows”). I’ve been playing with this relevance:
(id of actions of it, name of actions of it, names of computer of it, detailed statuses of it) of results of bes actions
Which shows to me almost everything I need except the Id of the fixlets, and from results of BES actions, I don’t seem to be able to get this info.
On other hand, this one:
(id of source fixlet of it , id of it , (if exists names of it then names of it else “no name”) , names of computers of results of it , state of it) of bes actions
give me all I want, but its not working on 9.5.8, albeit works on 9.2.3
Does anyone have an idea on how to solve this?