I have a problem here.
I am working on an invoice template using BIRT. I have a table column qty, unit price and amount (unit price * qty). At the table footer, I want to compute the total amount like how excel does its column sum of values. How do I go about doing this?
In the table footer, add a Data. Then, in Data Binding, on Expression:
Total.sum(dataSetRow["yourRow"])