Counting Unique Value of Endpoints

Looking for some approach advise relevance wise on how to obtain the total counts of the number of endpoints who have a specific value of a custom property.

For example,
Custom Property such as “CPU Version”

  • What is the best approach relevance wise to obtain total number of endpoints that have a specific CPU Version value of the CPU Version property?
(it, multiplicity of it) of unique values of values of results of bes properties whose (name of it = "CPU Version")

Later, if you find the “CPU Version” property gets duplicated in multiple Analyses, you may need to make your whose() filter more selective. Some common ones might be

bes properties whose (
 name of site of source analysis of it = "My Custom Site"
 and name of source analysis of it = "My Analysis"
 and name of it = "CPU Version"
)
3 Likes

Thanks Jason! Much appreciated!

1 Like