- Contents
PureConnect Reporting Technical Reference
Report HTML Export Tool
The HTML export tool creates an HTML export file that contains a single running body of the report with a single footer and a single header section. Obviously, this type of export is applicable to certain applications.
The HTML Directory and File name are used to create a directory, and
an HTML file contains the body of the report. Also placed into the directory
are any related JPG files that must be generated to support graphics in
the report. The directory used must be unique to the report, as this is
the only way to guarantee that these supporting JPG files will not collide
with JPG files from other exports.
|
Report
HTML Export Tool |
||
|
Input |
Allowed Values |
Explanation |
|
Report Name |
Identifier Name of Report configured in Interaction Administrator |
This is the report definition that will be used to processes the requested report. |
|
HTML Output Type |
Valid HTML export type: HTML 3.2, HTML 4.0 (DHTML) |
Export type |
|
HTML Directory and File Name |
Valid file path name |
File name with path. The exact intent is dependent on export type. HTML export types will use the file name as the base name for the HTML, and will put any JPG file in the associated directory with the file. If no path is supplied, the file will be placed in the CIC work directory if one exits, or the temp directory, or the root of the C: drive. |
|
String Parameter Names |
List of Parameter Names |
List of strings specifying the names of the string user parameters for the report. |
|
String Parameter Values |
List of String values |
List of strings specifying the value for each of the parameters named in the String Parameter Values list. They must match 1 for 1 with the String Parameter Names list. |
|
Datetime Parameter Names |
List of Parameter Names |
List of strings specifying the names of the datetime user parameters for the report. |
|
Datetime Parameter Values |
List of Datetime values |
List of datetimes specifying the value for each of the parameters named in the Datetime Parameter Names list. They must match one for one with the Datetime Parameter Names list. |
|
Number Parameter Names |
List of Parameters Names |
List of strings specifying the names of the number user parameters for the report. |
|
Number Parameter Values |
List of Number values |
List of numbers specifying the value for each of the parameters named in the Number Parameter Names list. They must match one for one with the Number Parameter Name list. |

