2019.2

Table Of Contents
${template.base} expands to My-Invoices-EN .
${template.name}
Returns the name of the template file without the path.
Example
If the template file is C:\Data\My-Invoices-EN.OL-template, then
${template.name} expands to My-Invoices-EN.OL-template.
Note that ${template.name} still includes the extension of the
template file (.OL-template in the example above).
${template.nr}
An automatic sequence number belonging to the current output file.
It is automatically incremented for each new output file that gets
created when Separation has been selected in the Output Creation
Preset.
It is possible to format the number using a pattern and locale. See
"Formatting date and number values " on page1434, below.
${template.ext}
The extension that corresponds to the chosen output format (in
lower case).
For example, for PDF output, ${template.ext} would be pdf, for
PostScript output, ${template.ext} would return ps.
Note that ${template.ext} does not include a leading dot.
File
${file}
${file} is a shorthand for ${file.base}_
${file.nr,0000}.${file.ext}. It expands to an internally
generated file name with a four digit sequence number at the end.
The file extension is determined by the selected output format.
The 0000 in ${file.nr,0000} is a format pattern that takes care of
formatting the number with at least four digits including leading
zero's. See "Formatting date and number values " on page1434,
below.
Page 1428