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)
disply report in jsp page
purushdk
Hi,
i am using birt 2.3
I have requirement like this
in my web application i have home page.
In home page we need to display some charts
Example.
1. Blood group chart.
2. Qualification chart
while opening home page i need to display charts
If is possible
please provide steps
Thanks & Regards,
k.purushothaman
Find more posts tagged with
Comments
mwilliams
Hi k.purushothaman,
So, you're just wanting to display the charts from the report in your JSP page, not the entire report? Or is the chart the entire report?
purushdk
Hi
i need to display only charts.
Thanks & Regards,
k.purushothaman
mwilliams
k.purushothaman,<br />
<br />
To display just the chart from your report, you'd need to set a bookmark for your chart in your report and call the report with a URL something like:<br />
<br />
<a class='bbc_url' href='
http://.../run?__report=BIRTreport.rptdesign&__bookmark=birtchart&__isreportlet=true'>http://.../run?__report=BIRTreport.rptdesign&__bookmark=birtchart&__isreportlet=true</a><br
/>
<br />
This can also be achieved with the JSAPI in Actuate BIRT:<br />
<br />
<a class='bbc_url' href='
http://www.birt-exchange.org/wiki/Programming_with_the_JSAPI/'>Programming
with the JSAPI - BIRT Wiki - BIRT Exchange</a><br />
<br />
Hope this helps.