When displaying a report, the report summary displays many decimal places and I only want two in the column in which I am averaging a field . How do I round to two decimal places in the report summaries?
You might look at: If using MySql or ?.... did you setup the field as decimal with 2 decimals in DB? like 9,2 OR did you setup field for 2 decimals in php runner editor for the table you are using for report?