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)
muliple charts exporting to one pdf
venky
Guys ,
currently i have 6 charts showing as dash board in jsp by calling them individually.
But we have a requirement to export all 6 charts in one pdf. So how can we do that ? is there anyway we can have one rpt design file calling all the 6 charts and display as whole ? if it is possible can i set each xml datasource to each of the chart separately in java servlet ?
any ideas would be appreciated ..
Find more posts tagged with
Comments
bhanley
Is each chart in its own report design right now? If so there is no easy way to do that. If you can consolidate your charts into a single design this clearly would be easy to handle.
One thing to consider along the lines of consolidating your charts into one design is to create one large design with all your charts. Assign a Bookmark to each chart. This bookmark allows each chart to be requested and loaded on its own. So your JSP layer could still request and load one or more charts as needed, even though the charts themselves are on one underlying design.
venky
Thanks for your response. The issue here is in order to consolidate to big design
is i have different xml datasources to be passed . So i dont know whether it supports through java to set individual datasources.
coming to one rptdesign file is there any way i can link as 6 urls . so they run individually in onload and dumps the output to the one rptdesign.. ( if so many i know sample code for loading the urls ? )