Total applicable computers reported to Individual Analysis

(imported topic written by Tiffy91)

Hi,

I’m looking for a custom report will show the Analysis name with total number of reported computers on this Analysis.

I’m trying to get the fixlet like

number of (applicable computers of Bes Analysis whose (name of it = “” ))

but I couldnot find any bes analysis in Session Inspector Reference.

Please advice how can i get the number of applicable computer from that particular Analysis.

thanks.

Tiffy

(imported comment written by arnaud91)

Hi Tiffy,

You were very close to your goal. A BES Analysis is considered as a BES Fixlet. To identify that a BES Fixlet is in fact a BES Analysis, there is a specific property named “analysis flag of it”.

So the following relevance will give the list of BES Analyses, followed by the number of applicable computers:

(name of it, number of applicable computers of it) of bes fixlets whose (analysis flag of it)

And if you want the number of applicable computers for a specific BES Analysis, it could be something like:

number of applicable computers of bes fixlets whose (analysis flag of it and name of it = 
"<Analysis Name>")

Arnaud