COGNOiSe.com - The IBM Cognos Community

Legacy Business Intelligence => COGNOS ReportNet => Report Studio => Topic started by: Srik on 06 Jun 2006 02:21:15 PM

Title: Integrate Java Script
Post by: Srik on 06 Jun 2006 02:21:15 PM
Can we integrate JSP in report studio ?
If yes how ?

Thanks,
Kanth.
Title: Re: Integrate Java Script
Post by: JoeBass on 07 Jun 2006 08:32:17 AM
Hi Kanth, If you mean JavaScript, then you can embed it within an HTML item.
Title: Re: Integrate Java Script
Post by: Darren12 on 17 Jul 2006 02:15:03 PM
Yes you can but it wont reflect in the output of Report Studio..you can embed the JSP code within the HTMLItem..and save the HTML type output of the report within a folder of you JSP Webserver which hosts your JSP pages..you can achieve this using a java code..i.e. generate the report asynchronously..using your JSP page call the HTML report..which can be saved as a .jsp file in the webserver using the java code..which will now act as a JSP page..hope this helps..

Darren