[Date Prev][Date Next][Thread Prev][Thread Next]
[Author Index]
[Date Index]
[Thread Index]
[SQR-USERS Info]
[SQRUG Home Page]
Re: Multiple report
The -F option on SQR can direct the output files to a directory. For example,
-Fc:\Test\ would send the output files to the Test directory.
August Logan Bear, Jr.
Senior Technical Counsel
reSOURCE Partner, an Interliant Company
www.resourcepartner.com
|--------+------------------------>
| | Geetha |
| | Chandran |
| | <gchandra@MAIL|
| | .DUKE.EDU> |
| | |
| | 06/23/00 08:11|
| | AM |
| | Please respond|
| | to sqr-users |
| | |
|--------+------------------------>
>----------------------------------------------------------------------------|
| |
| To: SQR-USERS@list.iex.net |
| cc: (bcc: Logan Bear/HRMS/rSP) |
| Subject: Multiple report |
>----------------------------------------------------------------------------|
Hi all,
I have written an SQR (version 4.3.4) which output 5 lis files. All the
files are going to my default folder. Is there a way I can specify the
folder where I want to output the multiple files?
When I use the following code, only the first output file gets deposited
where I want it to go. The rest of the files get deposited in the
default folder.
begin-Report
let $report_name = 'c:\Test\Test.lis'
new-report $report_name
end-Report
Also, is there a way to name each one of these files? Currently the file
names are generated by the program with the program name and _01, _02
etc. added at the end. Thanks a lot for your help on this.
Geetha