Home DevShare Ad Hoc & Interactive Reporting

See e.Reports in a BIRT 360 dashboard gadget

Share

by averma

Forum - 500 postsDevShare - 50 postsBlog - 25 postsPoll Voter
Posted 27 Jun 2011 - 04:42 PM

(0)  (0)   (409 views)

Here is a quick tip on how to display e.Report in a BIRT 360 dashboard gadget?

Birt Version:-Actuate 11

You can use HTML gadget to display e.Report in BIRT 360 dashboard.  The HTML gadget uses either a link (URL) to a HTML content OR HTML content itself. To display e.Report you can use either approach, but in each case you will need to format the URL differently.  For example, if an e.Report "sample.roi" is located in folder "/Home/administrator", the HTML content would look like:

   <script>
window.location="http://hostname:8900/iportal/servlet/ViewPage?fromDashboard=true&showBanner=false&name=/Home/administrator/sample.roi&fileType=roi&format=DHTML&page=1&scalingfactor=100";
</script>

 If you choose URL in HTML gadget, then you would need to escape the ampersand, so the URL would look like:

http://hostname:8900/iportal/servlet/ViewPage?fromDashboard=true&showBanner=false&name=/Home/administrator/sample.roi&fileType=roi&format=DHTML&page=1&scalingfactor=100

 In both cases update the "hostname" and "port" information to your specific instance of BIRT iServer.

 
Filter More