I have a report which has two fields: amount and currency. The currency varies, (i.e USD, GBP etc.) I need to add a footer to each page with the total from each currency. eg :
Total in USD : 1200 | Total in GBP : 1890
There can be 100s of currencies. And I need to display each currency like the above in the footer of each page. There is no way to pre-determine the currency, therefore need to get the total in the Jasper Report itself.