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)
Interactive Dashboard in BIRT using Iportal
Umahajan
Hi,
I need to create one application using iportal in which i want to create dashboard. In this dashboard i want interactivity between different report lets.
e.g. first reportlet is bar chart showing population according to country
second population according state
and i want when i will click on any country poulation according to state for that country should be disply
Can any one please give me some idea regarding to this
currenly i m just able to create dashdoard but clicking on bar opens new report in new window
Find more posts tagged with
Comments
rmurphy
The best way to accomplish this will be to use the new JSAPI that is part of Actuate 10.
You mention iPortal, which leads me to believe you are working with Actuate 9. iPortal is a web UI used to access iServer content, and alternatively as a standalone web application to generate and view report content.
Is Actuate 10 a possibility for you?
Rob
bhattinilesh
Hello,
What are the steps to create actuate v10 dashboard?
I am using Actuate BIRT (Commercial) and enterprise iServer 10.
Regards
rmurphy
Probably the most effective way to create a dashboard would be to build a web page that leverages the JavaScript API (JSAPI) to pull in report content. This report content can be individual pieces of a report, entire reports (with or without the viewer navigation), parameter collection capabilities, etc.<br />
<br />
I would suggest taking a look at the following section of the wiki which will help you get started using the JSAPI<br />
<br />
<a class='bbc_url' href='
http://www.birt-exchange.com/wiki/GSG:Getting_Started_with_BIRT_JavaScript_API/'>GSG:Getting
Started with BIRT JavaScript API - BIRT Wiki - BIRT Exchange</a><br />
<br />
Rob