Adding a New Report to Web Reporting

To add a new report to web reporting, edit the file index.jsp found in the webapps\datamart folder.

<summary><big><b>ChangeRequest<b></big></summary>
<p>
<a href="/datamart/run?__report=ChangeRequestByPriorityReport<%=db%>.rptdesign">
<img src="CRCumulativeReport.png" alt="ChangeRequest priority report " style="width:300px;height:180px;border:solid black">
</a>
<a href="/datamart/run?__report=CRStatusReport.rptdesign">
<img src="CRStatusReport.png" alt="ChangeRequest Status Report " style="width:300px;height:180px;border:solid black">
</a>
<!-- To add a new Change Request report created using BIRT: -->
<a href="/datamart/run?__report=CRResponsibilityReport.rptdesign"> <!-- (Name of the BIRT report file.) -->
<img src="CRResponsibilityReport.png" alt="Change Request Responsibility report" style="width:300px;height:180px;border:solid black">
</a>
</p>