This topic is locked

Report Average rounding

6/11/2009 6:21:23 PM
PHPRunner General questions
rsawchuk author

I have upgraded to PHPRunner 5.1 and like the new features. However, for a report I have created, the averages are displayed to 12 decimal places. How can I round these off to 1 or 2 decimals?
I have searched the forums, and none of the solutions suggested worked for me.
Thanks,
Russ

rsawchuk author 6/12/2009

Doing some more reports using PHPRunner 5.1, it appears that the "View as" features in the Editor do NOT work on report pages. They work fine on tables, but I could not get the same custom code to work on report pages.
Please confirm that this is a limitation that hopefully will be fixed in future releases.
Thanks,
Russ

J
Jane 6/16/2009

Russ,
you can change "View as" settings for all field except group fields on the reports.

If you want to change "view as" format for group fields switch to HTML mode, find this code:

{$FieldName_grval}



and replace it with this one:

{$FieldName_value}