DocumentDistribution.xls

From Vital Soft Wiki
(Redirected from Documentdistribution.xls)
Jump to: navigation, search

Overview

The Document Distribution spreadsheet is the primary definition for all custom reports for all Vital Signs applications. The file consists of a select sheet, multiple "Frequency" sheets and two additional configuration sheets.

  • Select Sheet
This sheet contains global select definitions available to all report requests.
  • Frequency Sheets (Daily, Weekly, Monthly, ...)
By default, the spreadsheet contains three sheets that define the standard reporting frequencies: Daily, Weekly and Monthly.
The name of the sheet must match the report frequency that is passed to vsreload using the Print=Frequency parameter:
/VSJOBS/JVSRELOAD task Load=N Print=Daily
Additional custom frequency sheets can be added, for example BoardReports, Finance, Tuesday etc.
Custom frequencies are executed via a call to JVSRELOAD
/VSJOBS/JVSRELOAD task Load=N Print=BoardReports
Document Distribution Overview
Note: Whenever a new frequency sheet is added, a corresponding change must be made to the vReportFrequencies variable in the main Vital Signs configuration file.

Select Sheet

This sheet contains the names and definitions of all global selections that have been defined.

  • Selections defined in the select sheet of the DocumentDistribution file are global and are accessible to all report requests.
  • A selection consists of one or more steps that share the same name.
  • Reports generated using an Excel Template File may also define local selections.
  • See defining a selection for more information on how to specify a selection for a report.

Frequency Sheets: Daily, Weekly, Monthly, ...

The default (pre-configured) frequencies are Daily, Weekly and Monthly. Additional custom frequencies may be created.

Each frequency sheet must include the following columns:

DocumentName

The name of the QlikView (qvw) file
* Note: the extension .qvw is not required
* Note: a quick way to temporarily disable the printing of a document is to precede the name with a #

ExportType

The type of report being created. Must be one of Excel, Export, Report
* Excel - Use for Excel Template Reports
* Export - Use for Simple Exports
* Report - Use for QlikView PDF Reports

Definition

The report definition. The definition depends on the type of report being generated:
* Excel - The name of a valid Excel Template definition file.
By default, the definition file should be located in the vitalsigns/CUNAME/data/config directory.
Note: Do not include the extension xls or xlsx with the definition, just the file name.
* Export - The QlikView object ID of the chart or table
* Report - The QlikView report ID or report name

OutputFilename

The name of the Excel or PDF file being created. The name can include special tags that will be substituted at run time:
* <band> - The current banding value. Use for file level banding.
* <date> - The current date. This is the actual create date when the file was created.
* $(varname) - The value of any qlikview variable.
A fully qualified name is valid, however, in version 1.5.3 (and higher) the path may be specified in the FileCreatePath column. A default path may also be specified in the PDFConfig sheet.

FileExistsAction

Purge - Purge any existing file with the same name before continuing.
Keep - Do not purge the file if it exists. Existing sheets will be overwritten if the name matches a sheetname that will be created when the report is processed.
Note: Sheets are overwritten rather than deleted to preserve any existing formulas that may refer to the sheet.

Selection

The name of a selection to execute prior to generating the report. Selections are defined in the Select sheet.

Banding

The field that the export should use for every distinct value, example: MBR_BRANCH_NAME

PrinterName

The name of a Windows printer configured on the Vital Signs server.
Valid only for QlikView PDF reports.
Note: this field is usually left blank as reports are typically saved as a PDF file.

EmailList

A list of email addresses (separated by a semi-colon) to receive a copy of the created file(s)
Note: Do not email attachments containg confidential information.

FileCreatePath - New in version 1.5.3

The path where the file should be created. Use only when a fully qualified name has not been entered as the OutputFilename.

FileLinkPath - New in version 1.5.3

In version 1.5.3 and higher it is possible to email a link to a file, rather than the actual file. This practice is strongly recommended since attached files may contain confidential data. The file may be created by Vital Signs on a server, and a link to the file sent via email.
The link path will typically be of the form \\machine\path

Note: The above description is for version 1.5 document distribution. The layout for versions prior to 1.5 was different.

Configuration Sheets

There are two configuration sheets that must be setup: PDFConfig and EmailConfig.

PDFconfig Sheet

PDFPrinterName

The name of the PDF printer, default : VitalSignsPDF

FileCreatePath - New in Version 1.5.3

The default file create path. This path may be over-ridden by the FileCreatePath column in any of the frequency sheets.

EmailLinkPath - New in Version 1.5.3

The default root url to an intranet path to pre-pend in report links within emails. May be over-ridden by the EmailLinkPath in any of the frequency columns.

Emailconfig Sheet

FromUserName

This will appear as the From in the Email

SmtpServer

The IP address of the SMTP server

SmtpPort

The Port that the SMTP server is listening on

SendUserName

The Username for authentication with the SMTP server

SendPassword

The Password for authentication with the SMTP server

SendUsing

Values 1 to 3 (Default 2)
   1 cdoSendUsingPickup
   2 cdoSendUsingPort
   3 cdoSendUsingExchange

SmtpAuthenticate

Specifies whether of not the server uses authentication
   0 or 1 (Default 1)

SmtpUseSSL

Specifies whether of not the server uses SSL
   0 or 1 (Default 0)

SmtpTimeOut

Timeout in seconds (Default 60)

AttachmentsOk - New in version 1.5.3

Yes or No (Default: prior to 1.5.3 was Yes)