KonaKart Community Forum
Welcome,
Guest
. Please
login
or
register
.
1 Hour
1 Day
1 Week
1 Month
Forever
Login with username, password and session length
News:
KonaKart v6.0.0.0 - Released Jan-2012 - see KonaKart website for details
Home
Help
Search
Login
Register
KonaKart Community Forum
»
Installation / Configuration
»
Reporting
»
How to implement pagination in reports.
« previous
next »
Print
Pages: [
1
]
Author
Topic: How to implement pagination in reports. (Read 3251 times)
ramesh
Jr. Member
Posts: 24
How to implement pagination in reports.
«
on:
September 10, 2009, 01:56:07 AM »
Hi Friends,
Any body would tell me How to implement pagination in reports?
Logged
greg
Administrator
Sr. Member
Posts: 142
Re: How to implement pagination in reports.
«
Reply #1 on:
September 10, 2009, 02:00:18 AM »
I suggest you look in BIRT forums for the answer: eg:
http://www.birt-exchange.org/forum
Logged
Sony George
Full Member
Posts: 87
Re: How to implement pagination in reports.
«
Reply #2 on:
November 22, 2009, 08:32:08 AM »
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
Logged
Print
Pages: [
1
]
« previous
next »
KonaKart Community Forum
»
Installation / Configuration
»
Reporting
»
How to implement pagination in reports.