Previous Topic

Next Topic

Book Contents

Book Index

emreportcli utility input arguments file parameters

The following table describes the emreportcli utility input arguments file parameters:

Parameter

Attribute

Description

Source File

 

 

The template used to generate the report

templateName

Specifies the name of the template

TemplatePath

Specifies the folder where the template file is located (Optional)

Output File

 

The report output file.

 

type

Specifies the type of the output file, such as EXCEL, EXCEL_DO (for data only), PDF, DOC, HTML, TXT, or XML

 

filepath

Specifies the full filename of the output file (which will be overwritten if it previously existed)

Dynamically resolved keys can be included when specifying the filepath attribute: {date}, {time}, and {counter}.

For filepath=D:\Test.doc (that is, no key), the output file is: D:\Test.doc.

For filepath=D:\Test-{date}.doc, the output file is D:\Test-May22, 2008.doc.

For filepath=D:\Test{counter}.doc, the first output file is D:\Test1.doc, and the next output file is D:\Test2.doc.

Parameters

 

The parameter list.

Parameter

 

An individual parameter, whose name and value is specified.

 

name

name of the parameter as defined in the report template filter panel.

 

value

value of the report parameter (wildcard characters can be used for text fields when the field operator in the filter panel is set to "LIKE" for the fields).

Parent Topic

emreportcli