Unsolved

This post is more than 5 years old

2 Posts

133130

April 3rd, 2012 15:00

Change number format in custom report

I'm working on a custom report and would like to have the total CPU and Memory in a cluster returned in GHz and TB not the 12 digit numbers. Where do I modify the returned values to the format I'm looking for?

59 Posts

April 10th, 2012 15:00

It's the function of the Renderer to format values in dashboards and reports.

If your custom report is a WCF report, you can specify a Renderer like "/Hosts/Number: 1 Decimal, With Unit, Autoscale" to present the total CPU and Memory with large units.

If it's a drag and drop report, you may not have the option of selecting the Renderer.

Regards,

Brian Wheeldon

Top