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 make service call whlile clicking on next in pagination in BIRT report
sivasubramanian
<p><span style="color:rgb(36,39,41);font-family:Arial, 'Helvetica Neue', Helvetica, sans-serif;font-size:15px;">I had a problem in Birt report, when large number of datas available I receive "Read timeout error". to avoid that I need to call a service each time next is clicked in pagination. is it possible to do that? can anyone suggest any solutions.</span></p>
Find more posts tagged with
Comments
Virgil Dodson
<p>If it makes sense, you could create a Master Detail style report where users can get a summary list and use the URL feature in BIRT to pass a parameter to a detail report. A simple example is at:</p>
<p><a data-ipb='nomediaparse' href='
http://developer.actuate.com/community/forum/index.php?/files/file/520-sample-drill-down-birt-reports/'>http://developer.actuate.com/community/forum/index.php?/files/file/520-sample-drill-down-birt-reports/</a></p>
;
<p> </p>
<p>...or if it is just one big list, then use a parameter to pass in the desired start row and pass that along to the query using the LIMIT or FETCH commands depending on your database. So the first page will have 20 rows for example with a link at the bottom to get page 2, that runs the report again passing 21 as a parameter so 21-40 can display.</p>