Relevance query to retrieve the list of computers fixed

Hi,

I try to get the list of computers on which a specific fixlet has been applied successfully.

I tried something like that: names of applicable computers of it, names of taken actions of it, statuses of results of taken actions of it) of bes fixlets whose (id of it=98)

But it does not returned exactly what I want.
What I need is a list with: Fixlet name / Deployment status for each computer on which the action has been taken

1 Like

See if this gets closer…
( name of it, (name of computer of it, status of it )of results of it)of taken actions of bes fixlets whose (id of it=98)

You want to iterate only once through each taken action, and within that taken action iterate through the results to get the status for each reported computer right?

Yes, correct.
And your proposal does the trick! Thanks!