Pentaho Community Forums
>
Pentaho Users
>
Pentaho Reporting
> report group
PDA
View Full Version :
report group
Anonymous
05-11-2002, 02:53 AM
Does the data in the tableModel needs to be sorted properly before you create the group? Thanks
Anonymous
05-11-2002, 03:55 AM
JFreeReport will process the data in the order that it is supplied by the TableModel, so you should sort it into the order you require first.
Regards,
DG.