Executing a BIRT report using JavaScript

rmurphy
edited February 11, 2022 in Analytics #1
This example uses the Ajax.Request call from prototype.js to submit a request to execute a BIRT report on an iServer or iServer Express. Once report execution is complete check the status returned by the HTTP Response. On success, use the Actuate JSAPI DataService component to extract the data from the report instance.<br />
<br />
The attached HTML file was tested against Actuate iServer version 10 SP1 and points to a sample BIRT report that is shipped with iServer. This will also work with the BIRT Deployment Kit.