C
|
cgphp 11/10/2011 |
In the "Before display" event of the Report enter this code: $xt->assign("groupJahr_totalAge_avg", round($xt->getvar("groupJahr_totalAge_avg"))); |
S
|
sumo author 11/10/2011 |
In the "Before display" event of the Report enter this code: $xt->assign("groupJahr_totalAge_avg", round($xt->getvar("groupJahr_totalAge_avg")));
|
C
|
cgphp 11/11/2011 |
Remove the code from the "Before display" event and in the Visual editor set the Age field as custom and enter this code: $value = number_format(round($value,2),2,'.','');
|