- Contents
Interaction Designer Help
Report HTML Export
This Reports 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 will only be applicable to certain applications.
The HTML Directory and File name are used to create a directory, with an HTML file contains the body of the report. Also placed into the directory are any of the 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.
Inputs
Report Name
This is the report definition that will be used to processes the requested report. It must be an Identifier Name of a report configured in Interaction Administrator.
HTML Output Type
The format of the HTML to be generated. Valid choice include:
-
HTML 3.2
-
HTML 4.0 (DHTML)
HTML Directory and File 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.
Boolean Parameter Names
This parameter takes a List of String value.
See Specifying Report Parameters for more information and examples.
Boolean Parameter Values
This parameter takes a List of Boolean value.
See Specifying Report Parameters for more information and examples.
String Parameter Names
This parameter takes a List of String value.
See Specifying Report Parameters for more information and examples.
String Parameter Values
This parameter takes a List of String value. The value you enter at a certain position must correspond with the Name value in the same position in the String Parameter Name parameter above.
See Specifying Report Parameters for more information and examples.
DateTime Parameter Names
This parameter takes a List of String value.
See Specifying Report Parameters for more information and examples.
DateTime Parameter Values
This parameter takes a List of DateTime value. The value you enter at a certain position must correspond with the DateTime Name value in the same position in the DateTime Parameter Name parameter above.
If only the date portion of the DateTime value is needed, or if only the time portion of the DateTime value is needed, this tool will only use that portion of the DateTime value.
See Specifying Report Parameters for more information and examples.
Number Parameter Names
This parameter takes a List of String value.
See Specifying Report Parameters for more information and examples.
Number Parameter Values
This parameter takes a List of Numeric value. The value you enter at a certain position must correspond with the Numeric Name value in the same position in the Numeric Parameter Names parameter above.
See Specifying Report Parameters for more information and examples.
Exit Paths
Success
The Success exit path is taken if the report was generated successfully.
Failure
The Failure exit path is taken if the report failed. This can occur if one of the parameter names or values requested by the report was not supplied in your input values.