|
Setup: Reports:
Building a script to install a new Report
Procedure:
- Start with the following statement:
| execute
procedure AddReport 'TreeName', 'FolderName', '', 'Report
Name', RankInFolder, 'LaborMetrix, Inc.', 'FileName.rpt',
'F', 'PAYROLLMANAGER'; |
- Change 'TreeName'
to the name of the Report tree this report belongs in - either
'Default' or 'Custom'.
- Change 'FolderName'
to the name of the Folder this report belongs in.
- If the report needs to call a stored procedure, insert that
procedure's name in the empty single quotes.
- Change 'Report Name'
to the name of the report as you wish it to be listed in the report
tree. Note that each report name must be unique.
- RankInFolder
represents the report's position in the folder. You must specify
a whole number (without quotes).
- If you want the report to be first, specify 1; to be second,
specify 2; etc.
- to be last, specify 0 or any number higher than the number
of reports in the folder.
- If appropriate, change 'LaborMetrix,
Inc.' to the report provider's name.
- Change 'FileName.rpt'
to the report's actual file name.
- If the report is a standard report, change 'F'
to 'T'.
- If the report is to be accessible by users having a different
user role than 'PAYROLLMANAGER',
replace that text with the proper role name.
Return Links: Installing
New Reports.
We welcome your comments at support@bundle-track.com.
If you would like our live assistance, you may hire us at our professional
services rate.
|