Discussions
Categories
Groups
Community Home
Categories
INTERNAL ENABLEMENT
POPULAR
THRUST SERVICES & TOOLS
CLOUD EDITIONS
Quick Links
MY LINKS
HELPFUL TIPS
Back to website
Home
Intelligence (Analytics)
How to implement pagination ?
Birt12
Hi Friends,
I created new report. But i have problrm with pagination. I do not to do
the pagination. In my report display the all records at at time. Client requiement is required
pagination.
Is there any way to achieve this. Please me.
Thanks in advance.
Find more posts tagged with
Comments
mwilliams
Hi Birt12,
What output are you using? Also, what is the criteria on which you need to page break?
Birt12
Thanks for reply Sir,
Output format is html and criteria is number of records per page(may be around 50 records per page). I want to know how to set number of records per page by default in birt viewer report.
please Help me. I have being searching past four days but I could not get result.
Thanks.
mwilliams
Birt12,
And you don't want to use the web viewer? It's a paginated HTML viewer.
Birt12
Thanks for reply,
I am new to birt viewer. I do not much about birt viewer and do not know how to use web viewer. Would you explain it.
And i want to ask how can generate serial number for each row for table row.
Serial number not in data base, that should be automaticaly generated.
Please guide me.
Thanks.
mwilliams
Birt12,
From the designer, you can run your reports in the web viewer. You can also deploy the web viewer example that comes in the BIRT runtime download to an application server like tomcat and run your reports via URL.
As for the unique "serial number" for each line. You can create a computed column in your dataSet to assign a value to each row based on row count, etc.
Let me know if you have questions.