Setting up Document Distribution

From Vital Soft Wiki
Revision as of 17:40, 18 April 2013 by >Johno (Summary)
Jump to: navigation, search

Summary

The Document Distribution module in Vital Signs allows you to create reports for automatic distribution. By default reports can be generated on a Daily, Weekly and Monthly frequency. Custom frequencies are also supported.

Overview

There are three types of reports:

  • Excel Template Reports

These reports require more initial setup, but are by far the most flexible option. This report type creates an Excel file which may include multiple sheets and charts with optionally different selections. Using Banding, you can create multiple documents which may contain multiple sheets. A fully functioning version of Excel must be installed on the Vital Signs server.

  • Simple Excel exports

This option creates a simple export of a single chart or table. A single selection is supported. (Excel is not required on the server for this report type.)

  • QlikView PDF Reports

This option executes a single QlikView report which may be saved as a PDF file or sent to a printer.

Report Banding

Email

How to setup and configure reports using Document Distribution.

Enabling Reports

Before Vital Signs is able to produce reports to distribute, they must be enabled for each document in the /ASKPLUS/vsdata/vsreload.ini file by setting reports=yes at the presentation block.

Example :

[Membership_Analysis_by_ACCOUNT]
  stage=presentationQVW
  file=Membership_Analysis_by_ACCOUNT
  snapshots=7
  mth_snapshots=13
  reports=yes

Create a PDF Report

The following steps will create a Loan Totals PDF report out of the Membership_Analysis_by_ACCOUNT document


Log into the Windows server as the Vital Signs admin user

Find the vitalsigns/YOURCU directory and open Membership_Analysis_by_ACCOUNT

Select the Loan Charts tab

Click the Loan Totals button on the left hand blue panel

DocDistribution-PDF-Report-Example-Analysis by ACCOUNT-Loan-Totals.PNG


Click the circular orange arrow to drop down a list of possible dimensions, choose Loan Branch

DocDistribution-PDF-Report-Example-Bookmark-Creation-Loan-Totals-Cyclic-Group-Loan-Branch.PNG


Click Bookmarks->Add Bookmark...

DocDistribution-PDF-Report-Example-Add-Bookmark.PNG


Enter the name Loan Totals and click OK

DocDistribution-PDF-Report-Example-Add-Bookmark-DocDistribution-PDF-Report-Example-Loan-Totals.PNG


Click Reports->Edit Reports in the File Menu

DocDistribution-PDF-Report-Example-Edit-Reports.PNG


Click Add... Enter the name of the Report Loan Totals and Click OK

DocDistribution-PDF-Report-Example-Edit-Reports-add-new.PNG


Select Loan Totals so it is blue highlighted and Click Edit >> in the lower right

DocDistribution-PDF-Report-Example-Edit-Reports-Created.PNG


Click Page->Page Settings... On the General tab select Landscape

DocDistribution-PDF-Report-Example-Edit-Reports-Report-Editor-Page-Settings-Page-Orientation.PNG


Move the Report editor Window to the side so the Loan Totals chart behind it is visible

Left click the title bar of the Loan Totals chart and drag it onto the page inside the Report Editor window

DocDistribution-PDF-Report-Example-Dragndrop.PNG


Click Reports->Report Settings...

DocDistribution-PDF-Report-Example-Edit-Reports-Report-Editor-Reports-Settings.PNG


Select the Settings tab

Enter the Name of the Report Loan Totals

DocDistribution-PDF-Report-Example-Edit-Reports-Report-Editor-Reports-Settings-Modified-Settings.PNG


Select the Header/Footer tab

Modify the left, center and right sections

DocDistribution-PDF-Report-Example-Edit-Reports-Report-Editor-Reports-Settings-Modified-Header-Footer.PNG


Select the Selections tab

Select Bookmark and choose the Bookmark created earlier named Loan Totals and click OK

DocDistribution-PDF-Report-Example-Edit-Reports-Report-Editor-Reports-Settings-Modified-Selections.PNG


Hit OK to save the changed to the report

Click the Mbr Select tab

Click Clear

Save the Membership_Analysis_by_ACCOUNT document and exit QlikView

Open vitalsigns/YOURCU/data/config/DocumentDistribution.xls

Select the Daily tab

In DocumentName enter Membership_analysis_by_ACCOUNT

In ExportType enter Report

In Definition enter Loan Totals

In OutputFileName enter Reports\Loan Totals by Branch.pdf

In FileExistsAction enter Purge

DocDistribution-PDF-Report-Example-DocumentDistribution-Daily-tab.PNG


Login to HPUX as the bolive user

Change directory to /var/summit/spectrum/LIVE

Enter the following with the latest Date available in the Document in place of CCYYMMDD

/VSJOBS/JVSRELOAD Membership_Analysis_by_ACCOUNT CCYYMMDD PRINT=DAILY


After this finishes, you should have a Loan Totals by Branch.pdf located in vitalsigns\YOURCU\Reports\

The Loan Totals by Branch.pdf should look like this

DocDistribution-PDF-Report-Example-Analysis by ACCOUNT-Loan-Totals-PDF-Report.PNG


Create an Export to .xls Report

These reports are created by entering the export type of export and the objectid of the chart in the Vital Signs document that you wish to use.

Example :


Create an Excel Definition File Report

Template file based excel Reports


Document Distribution On Demand Processing

Login to HPUX as the bolive user

Change directory to /var/summit/spectrum/LIVE

Run the following with the appropriate parameters

/VSJOBS/JVSRELOAD NAME_OF_YOUR_DOCUMENT LOAD=NO PRINT=FREQUENCY

Note: If the DocumentDistribution.xls has been recently modified, LOAD=YES must be used