I'm creating a report in pentaho report designer. I have a sub report in my main report where it gets some values. I want to display the sum of those values from the subreport in the main report.
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
|
Use the function |
|||
|
|
|
Or even better, if you JUST want to display it on the report and not use it in any further functions, simply drag the field you want total'd into the group footer or report footer section, click on the wizard-aggregation attribute and set that to Sum. The function should be used if you want to refer to the total in other ways, i.e. in additional formulas etc. Because this "wizard aggregation" attribute is only a display attribute really. |
|||||||||||
|