You can add a string at the end of the report name.
The suffix is composed of two parts:
- A private section which is
.Checker_traces.htm.
- A public section you can change by entering the
string of your choice in the
Suffix for object report
box.
For instance, if you enter .MyString, then the
Suffix for object
report box automatically displays
Checker_traces.Mystring.htm.
You can change the private string for both Check and
Clean
operation by exporting the
CHECKREP_ObjectReportName_Check and CHECKREP_ObjectReportName_Clean environment variables to
the new default private suffix.
You can define your own default public string and the "public
versus private string" position by exporting the
CHECKREP_ObjectReportNameAttachment environment variable
which allows you to:
Default values are [1,1]. Exported variables are
private_string, positioned as a prefix, i.e.
private_stringpublic_string.htm. Possible values are:
- iLock=0,1 (default=1 -
CHECKREP_ObjectReportName_Check is a private_string)
- iPosition=0,1 (default=0 -
private_string.public_string)
You can use ${VARIABLE} to valuate the object
report's suffix.