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 display the item count
jazz
I have developed a report related to a documents which are not processed.
i want to display the paging for my html report...currently it is displaying the total results in one page.i want to restrict it to 20 per page.
regards,
Jazz
Find more posts tagged with
Comments
mwilliams
Hi Jazz,
If I'm understanding your issues correctly, the standard HTML output will always show all the results. The BIRT web-viewer is an HTML output that uses the BIRT APIs to call HTML pages with a certain number of results. You could either create something like this yourself with the APIs or embed the already made sample viewer in your application.
Hope this helps.