Creating YSL Reports : New YSL Report Procedures : Saving YSL Reports

Saving YSL Reports
After creating a new YSL report from an existing YSL report, you must save the report (.xls) file for future editing, viewing, or printing.
Both YSL Classic and YSL.Net reports require the authorship of a companion Yardi Script (.txt) file when they are to be processed by either YSL report generating engine.
The structure and scope of a Yardi script file is completely fixed for a YSL.Net report and cannot be adjusted.
A YSL Classic report has significantly more leeway at the script level; however, if a YSL Classic script deviates from the YSL.Net fixed structure, it can only be generated through the YSL Classic engine. For more information, including the requirements for a Yardi script, see the Voyager SQL Scripting Guide.
To author a companion script (.txt) file automatically: YSL.Net
1
2
Click Create Matching Script File for Service Manager.
a
b
c
d
Platform First 3 characters of the file name
SQL Server rs_ or rx_
Oracle ro_ or rx_
Subsequent characters in the file name should match (case insensitive) one of the character sequences that have been defined in the Voyager System Administration > Accounts and Options > SQL Reports Prefixes setup dialog.
3
To save the Excel (.xls) file and the script (.txt) file
1
2
3
From the side menu, select Save As. The Save As screen appears.
4
5
Click Save.
6
7
In the //Title section of the script, type a title name (in this example, Balance Sheet 2). This title becomes the label on your YSL report filter and is also passed to cell A1 of your .xls file when you generate the YSL report.
8
In the //Database section of the script, enter the name of the YSL .xls report that you want the program to reference when the YSL report is generated.
9
Select File > Save As. The Save As dialog screen appears.
10
Enter a name in the File name field. Each file name should have the prefix rs_ (denoting a SQL report) or ro_ (denoting an Oracle report). For example, rename the script (.txt) file (rs_YSL_Balance02.txt) to correspond with its companion .xls report file.
11
Click Save. After you save the Excel workbook and its corresponding script file, you can generate the YSL report in Enterprise or Voyager. For more information, see “YSL Report Organization in Voyager: YSL.Net”.