Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [birt-dev] Separate Reports in BIRT

Hello,

You can add two report parameters "startrecord" and "endrecord" and make your report design filter by record number / row number.
Then you can generate different report documents by specifying parameter values like startrecord=1, endrecord=1000 for the first one, startrecord=1001, endrecord=2000 for the second one, etc, and save the report document using different names.

Thanks,

-  

Vincent Petry

Actuate Software Shanghai Center
Tel: (86)21-58826388
Fax: (86)21-58826002
Email: vpetry@xxxxxxxxxxx


On Mon, 2009-09-28 at 17:23 -0700, remya wrote:
My application necessitates that each 1000 records be grouped together to one
report. Like, when the user clicks on a button to generate report and
suppose there are totally 10,000 records to be displayed in the report, it
must produce 10 separate reports, with 1-1000 records in 1st report,
1001-2000 in the second report and so on.

Is such a provision available in BIRT?

Back to the top