I need to do a high precision sum in a footer of JasperReports's report. Usually if you have a Double field you can drag and drop the field in the footer group and a popup window will be show displaying what kind of calculation do you what, sum for example. But if you have a BigDecimal field this popup window does not show.
So how can I sum BigDecimal Field in a (footer) group of report?