Hi query experts,
I am attempting to gather Computer information from Actions that have been targeted with custom relevance. Unfortunately it is not plug and play between the Client relevance and Session relevances.
For example, with given client relevance:
(exists values whose (it as lowercase = “Value1b”) of settings “Setting1” of client)
This session query can be used:
(ids of computers of it) of results whose (exists value of it AND exists computer of it AND set of (“value1b”) contains value of it as string as lowercase) of bes properties “Setting1”
With simple examples the translation to a session query is fairly trivial; however, things get much more complex when things like this are introduced:
(exists values whose (it as lowercase = “value1b”) of settings “Setting1” of client) and ((exists (substrings separated by “,” of (values of settings “Setting2” of client)) whose (it as lowercase = “val2a”)) or (exists (substrings separated by “,” of (values of settings “Setting2” of client)) whose (it as lowercase = “vale2a”)))
I have looked through the reference and cannot seem to find a way to get targeted machines from relevance.
Is it possible?
If not, is it on a road map?
I see a similar question (which looks to have been imported) was asked and went unanswered here: Names of computers based on targeting relevance
Any help is appreacited!
Thank you,
Patrick