Session Relevance for extracting data

I want computer names with below query.

(id of it as string , names of it, name of issuer of it , (if exists (names of sites of source fixlets of it) then name of site of source fixlet of it else “”) , time issued of it as string , exit codes of results of it as string ,unique values of (statuses of results of it as string), “”) of bes actions whose (state of it = “Open” and (if exists parent group of it then state of parent group of it = “Open” else true)

Well I am not sure if that is possible, coz I feel for that bes computer object need to be created.

can we do it , if yes then how.

Thanks.

Try adding names of reported computers of it in the first parentheses.

Hi Jason,
I have tried to add “names of reported computers of it” in first parentheses but I got below error:

Error: The operator “reported computers” is not defined.

Sorry about that, try names of elements of reported computer set of it instead…

(id of it as string , names of it, names of issuers of it, names of elements of reported computer set of it) of bes actions whose (state of it = "Open" and (if exists parent group of it then state of parent group of it = "Open" else true))

Thanks for help. :slight_smile: