KonaKart Community Forum

Installation / Configuration => Reporting => Topic started by: ramesh on September 10, 2009, 07:56:07 am

Title: How to implement pagination in reports.
Post by: ramesh on September 10, 2009, 07:56:07 am


Hi Friends,
 
Any body would tell me How to implement pagination  in reports?
Title: Re: How to implement pagination in reports.
Post by: greg on September 10, 2009, 08:00:18 am
I suggest you look in BIRT forums for the answer:   eg:  http://www.birt-exchange.org/forum
Title: Re: How to implement pagination in reports.
Post by: Sony George on November 22, 2009, 01:32:08 pm
Konakart is using the servlet named "run" provided by BIRT to show the birt report inside the konakart admin app

ie : birtviewer/run?__report=reports/stores/store1/ProductList.rptdesign&storeId=store1&r=2093290880

instead of this if you use another servlet which is provided by BIRT, u will be able to see the paging  which is done by BIRT itself

that servlet name is frameset

if you use the following url to view your report, you can see paging that is already created by BIRT

http://localhost:8087/birtviewer/frameset?__report=reports/stores/store1/ProductList.rptdesign&storeId=store1&r=2093290880

regards