Need help with /frameset syntax in INDEX.JSP for reports with parameters. [message #759849] |
Wed, 30 November 2011 05:15  |
Eclipse User |
|
|
|
I've developed some BIRT reports in eclipse and they all work fine. I wanted to make the reports available to the users via the WebViewerExample web app. I've installed the WebViewerExample under tomcat 6.0.33 successfully. I've also customized the INDEX.JSP that comes with the wiewer to list my reports for selection to the users. The reports that do not have parameters set up are working fine, but the reports that are supposde to show the parm window are not working. I'm getting the following error:
The report file : C:\apache-tomcat-6.0.33\webapps\WebViewerExample/COSTCTR_MATCH_TO_PROCESS_parm_deptmgr.rptdesign does not exist or contains errors.[/color]
The code in the INDEX.JSP looks like:
<p>
<a
href="<%= request.getContextPath( ) + "/frameset?__report=COSTCTR_MATCH_TO_PROCESS_parm_deptmgr.rptdesign&__DEPTMGR=blank" %>">IS
Department Mgr. Report - Detail of Appian Process Hours Spent,
Select by Department Mgr.</a></p>
The above report is using one parm 'DEPTMGR'. I also need help with the syntax for a report with multiple parms, what is the syntax for the /frameset to enable the parm window to show. the code below is for a report with multiple parms:
<p>
<a
href="<%= request.getContextPath( ) + "/frameset?__report=COSTCTR_MATCH_TO_PROCESS_parm_ProcID_Prod_on_time.rptdesign" %>">IS
Department Mgr. Report - Detail of Appian Process Hours Spent,
Select by ProcID and Process On Time</a></p>
your assistance would be appreciated.
|
|
|
|
|
Powered by
FUDForum. Page generated in 0.07625 seconds