Custom BES Web Reports

(imported topic written by BenKus)

Starting in BES 6.0, you can create completely customized web reports. More information is available at:

http://support.bigfix.com/bes/misc/customreports.html

I recommend you look at the “Cool Facts” report as an example.

Ben

(imported comment written by rad.ricka91)

Ben,

when do you expect to have the documentation (or its beta) for WebReports 6.0 available?

Tks,

rad

(imported comment written by BenKus)

Hey Rad,

The standard documentation is available at:

http://support.bigfix.com/product/

The documentation for the Session Inspectors (which is how you make custom reports) is available at

http://support.bigfix.com/fixlet/documents/BESSessionInspectors-2006-06-07.pdf

.

Ben

(imported comment written by CCupit91)

That link does not work… Has it been updated?

(imported comment written by BenKus)

The URL incorrectly uses the final “.” Try this:

http://support.bigfix.com/fixlet/documents/BESSessionInspectors-2006-06-07.pdf

(imported comment written by dcheah)

Is it possible to have the export to csv option enabled for a custom web report?

(imported comment written by BenKus)

Hey Dominic,

In the general case, no. The problem is that the custom web reports are unstructured format and don’t necessarily fit into csv format.

You have two options if you want csv:

  1. Copy from an HTML table into Excel – fast and easy.

  2. Build a form into your custom report that will convert it to CSV. See the attached example.

Ben

(imported comment written by CCupit91)

I tried that code but it seemed to export as a html page…

(imported comment written by rharmer91)

You guys should really work on more “cool” stuff from that first link. You are certainly headed in the right direction.

Rich

(imported comment written by BenKus)

Hey CCupit,

You mentioned the “export to CSV” code I posted wasn’t working. I just tried it again and it appeared to work fine. Can you tell me what it is doing in your deployment?

Ben

(imported comment written by dcheah)

Hi Ben,

I’m attaching a sample of the csv file that it generated for me.

It did render the table correctly on the web reports page though.

Brgds,

Dominic

(imported comment written by BenKus)

I think I see the issue with the csvtest function… Looks like it isn’t going to work like we thought… Back to the drawing board… Sorry about that.