I am new to relevance. I have been searching this forum for a solution that I thought would be simple, but I just cannot figure it out. How do I get a list of the distinct values of bes property “x” and its count?
I understand this information is available in the Console. I am trying to obtain this information via SOAP as I have to automate the export of the data into another (non-BigFix) database.
I looked at the thread that cstoneba suggested and it looks like that is what I am looking for, however I get stuck in modifying it for my purpose. So far I have:
(it, multiplicity of it) of unique values of values of results (bes property whose (name of it = “X”), computers of results whose (relevant flag of it = true) of (bes fixlets whose (name of it starts with “” and fixlet flag of it = true)))
This lists the unique values of property “X”, but still lists the count of relevant fixlets. How do I modify the last bit where it will list the count of computers?