Enable Interactivity in Your BIRT Viewer

BIRT Interactive Viewer(IV) is an end user tool that enables you to analyze and modify BIRT reports on the web using just your browser. It…

OpenText profile picture

OpenText

December 20, 20112 minutes read

Descriptive text explaining the contents of the image.

BIRT Interactive Viewer(IV) is an end user tool that enables you to analyze and modify BIRT reports on the web using just your browser. It is implemented as a viewing service of BIRT iServer and can be turned on for all the reports or for each report. This article explores different ways this can be achieved. 

You can enable IV for an individual report by selecting “Enable Interactivity” option when you launch Actuate BIRT Viewer as shown in the screen shot below:
Posted Image
There might be cases where you may want to skip though the above step and enable interactivity for all the reports by default when they are launched. This can be achieved by setting the configuration variable “AutoEnableIV” to true defined in file “[Install Dir]iServerservletcontaineriportalWEB-INFiv_config.xml”. This configuration variable is defined for each role and so you will find multiple matching entries . Choose the role for which you want to apply this setting. Role “All” would enable this for all the users. This change requires a restart of BIRT iServer.

If you just want a specific report to open with IV enabled, and don’t want to use the global approach described above, then you can add the following code to the individual report design in onContentUpdate handler method:
if (!this.getViewer().isInteractive())
this.getViewer().enableIV();

Actuate JSAPI (AJAX-based JavaScript library) is another popular way of embedding BIRT reports within your composite web application and offers APIs to enable or disable interactivity. To enable it by default, use enableIV() API as a callback to submit() function call as follows (Download complete source code):
viewer.submit(function(v){
v.enableIV();
});

Learn more about Interactive Viewing or download BIRT iServer with Interactive Viewer for a 45 days free trial from hereand experience its rich internet application platform

Share this post

Share this post to x. Share to linkedin. Mail to
OpenText avatar image

OpenText

OpenText, The Information Company, enables organizations to gain insight through market-leading information management solutions, powered by OpenText Cloud Editions.

See all posts

More from the author

How Pick n Pay plans to transform software test cases with AI

How Pick n Pay plans to transform software test cases with AI

Beta tester reports OpenText DevOps Aviator delivers fast, accurate results

April 5, 2024 5 minutes read
Manutan combines digital services with the human touch to delight customers

Manutan combines digital services with the human touch to delight customers

At Manutan, we equip businesses and communities with the products and services they require to succeed. Headquartered in France, our company has three divisions, serving…

January 31, 2024 4 minutes read
Reaching new markets in Europe and beyond

Reaching new markets in Europe and beyond

How information management specialists at One Fox slashed time to market for innovative products with OpenText Cloud Platform Services At One Fox, we’ve driven some…

January 18, 2024 4 minutes read

Stay in the loop!

Get our most popular content delivered monthly to your inbox.