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)
bursting report into multiple pdf reports in Birt 3.7.2 Open source
boulos
<p>Hello,</p><p> </p><p>is there a way to burst a report into multiple pdf reports based on a certain key in birt 3.7.2 (open source)</p><p> </p><p>thanks and regards</p><p>Boulos</p>
Find more posts tagged with
Comments
kclark
<p>Take a look at <a data-ipb='nomediaparse' href='
http://developer.actuate.com/community/devshare/_/designing-birt-reports/1029-burst-pdf-report-using-script'>this
devshare</a>, it shows how you can burst a report from some JavaScript inside the report. I'm not sure what key your going to base your reports off of but the example in that devshare should be pretty close to what you're needing.</p>
boulos
<p>Hi Kclark,</p><p> </p><p>thanks of this but i already found this devshare in a previous topic and tried it but it didnt work.</p><p>the one you shared, consists of 2 rptdesigns. isnt possible to burst pdfs when executing a single rptdesign?</p><p> </p><p>Regards</p><p>Boulos</p>
kclark
<p>You could do this a few different ways if that solution won't work for you. If you can use a Java class for the project you're working on then you can use the Design Engine API to split the report into different temporary reports and bust it that way. Can you explain your project a little more so I might be able to write an example.</p>