Hi, i am using below session relevance query to find out action status which is working fine.
(IDs of Actions of it, Names of Issuers of Actions of it, Names of Actions of it, States of Actions of it, Times Issued of Actions of it, start date of action of it, end date of action of it, Names of Computers of it, Operating Systems of Computers of it, IP Addresses of Computers of it, Last Report Times of Computers of it, Detailed Status of it,Status of it,Names of member actions of actions of it) of results whose (((Name of Action of it as lowercase starts with "p10"))) of bes actions whose ((start time_of_day of it as string >=("01 oct 2018 00:00:00"))and (end time_of_day of it as string <=("13 nov 2018 23:59:59")))
Now i want to see the fixlet ID as well for the member action , for this i am tring to use the below query but unable to merge both of them
((id of it) of bes fixlets whose (name of it contains "MS14-057"))
Not working ??
((id of it) of bes fixlets whose (Names of member actions of actions of it) of results whose (((Name of Action of it as lowercase starts with "p"))) of bes actions whose ((start time_of_day of it as string >=("01 oct 2018 00:00:00"))and (end time_of_day of it as string <=("13 nov 2018 23:59:59"))))
Please suggest.