Creating Custom WebReport for any Analysis

Hello Folks,

Is there a way by which we can create a custom web report using html & bigfix relevance condition to get the total version of GRAPH.EXE property which is already enabled in bigfix

So, what I want is

- In 1 column we want total list of version.

- In next column we want the count of each version.

Example,

GRAPHE.EXE Count
16.0.19530.20226 100

Hi @Rishabh you might already have this capability via an analysis. If you’ve developed an analysis that is collecting this information. Go to the analysis and select “View as summary” and Show “All” option as depicted below:

Or via Web Reports, you can select the property (in this example it is called “Graph.exe Version”) and hide the individual computers which results in a count of this property:

From the “Edit Columns” menu:

When you select “Hide Individual Computers”, it modifies “Computer Name” to “Count”:

-Gus

1 Like

@gus Thanks buddy for this quick turn around. I was scratching my head to write a relevance condition to get the output.

Btw is I want a graphical report as well which i can schedule it so the trend can be seen over the email.