There comes a time where numbers on a paper have more weight than the screen on your desk..
Reporting Advertising
What Pentaho Reporting can do for you |
Current Stable |
Previous |
In Development |
|
Pentaho Reporting allows you to refine your raw data into visually appealing reports that convey all the information you need to make better decisions and to get your job done faster. The open architecture of the reporting system and our Open-Source nature makes it a breeze to integrate the reporting engine into your existing systems. Many of the worlds leading enterprises already use our technology to gain a competitive edge. What are you waiting for? Download it now! |
Pentaho Reporting 3.8.3 |
Pentaho Reporting 3.8.2 |
Pentaho Reporting 4.0.0Development for this version has just started. Relax, it will take a while. Crosstabs are coming .. |
Thursday, March 31, 2011
An easy way of Printing Aggregations
Calculations are performed by functions and expressions (let me call it just functions). These functions are added in the data tab of the report designer. Each function gets a name under which its result can be referenced. And then it needs to be configured properly. Usually, you have to set at least the field it should work on and the group on which it should reset.
Doing it for one field is not exciting, but ok. Doing it for 10 fields is no longer fun.
If you just want to print the result of that calculation, without ever using it as part of another computation, then here's an easier way of aggregating data:
(1) Drag a number field onto your report and assign a field name to it (attribute common::fieldname).
(2) Set the aggregation you want to use via the attribute "wizard::aggregation-type".
(3) Optional: Define the group on which you want to reset. If not defined, the current group is used.
This way of defining aggregations is used by the Report Design Wizard. To see a working example - just generate a report with it and add a summary on the fields.
This blog is brought to you by
I am the software designer and lead developer for the Pentaho Reporting Engine and the Pentaho Report Designer. I started writing the reporting engine 10 years ago and with the help of a great community we formed it into a product that is used in large and small companies around the world.
View my complete profile
Hi,
ReplyDeleteIs there any way to get the report in a EXCEL way but having more than one sheet???
I mean, I've got a report with 3 su-reports, and I need that everyone is in a sheet into the excel file.
Thanks,
JESI