Template Reports

A Template Report is similar to an External Report, except that the base of the URL is assumed to be the Web Reports server.

These reports are essentially the same as the native Web Reports. The information in this section is included for completeness; in general you only need to use Custom or External reports.

The Data tag does not exist for this report. Instead, it passes all its information in the URLParameters tag.

For example, you might create this Issue Assessment report:

 <BESWebReport>
  <Name>Example Issue Assessment Report</Name> 
  <Description>
   An example report. Runs the Issue Assessment report with specific Fixlets, 
BES Support/129 and BES Support/173.
  </Description>
  <Type>TemplateReport</Type>
  <Category>Issue Assessment</Category>
  <Source>HCL, Inc.</Source>
  <URLParameters>
   FixletParam=BES Support%2f129&amp;FixletParam=BES 
Support%2f173&amp;page=VAReport
  </URLParameters>
 </BESWebReport>

In XML as in HTML, you need to escape the URL Parameter.