First of all, thank you for this great report tool.
Well, I have a problem when I try to generate the report on apex, because the chart values are being rounded...
I attached two pdfs: one is generated with iReports and it's working fine. The other is generated using apex and you will see that the values in chart are being rounded.
I tried to change the field class in iReport to BigDecimal, Number, Double, but I have the same result all time.
I attached the jrxml too.
Hi!
First of all, thank you for this great report tool.
Well, I have a problem when I try to generate the report on apex, because the chart values are being rounded...
I attached two pdfs: one is generated with iReports and it's working fine. The other is generated using apex and you will see that the values in chart are being rounded.
I tried to change the field class in iReport to BigDecimal, Number, Double, but I have the same result all time.
I attached the jrxml too.
Best regards,
Luis Ricardo Oliveira
Last edit: Luis Ricardo Oliveira 2017-11-30
?
Hi,
sorry for the late reply, i didn't have the time yet to check your problem.
Andreas
Hi,
at the barchart there is a property "Value Axis Tick Label Format". Set this to somethinge like "##0.00"
Andreas