[Date Prev][Date Next][Thread Prev][Thread Next]
[Author Index]
[Date Index]
[Thread Index]
[SQR-USERS Info]
[SQRUG Home Page]
Re: [sqr-users] SQR program for both PDF and CSV output file
- Subject: Re: [sqr-users] SQR program for both PDF and CSV output file
- From: Natalie Kovalerchuk <NatalieK@cwu.EDU>
- Date: Wed, 30 Jun 2004 09:47:21 -0700
- Delivery-date: Wed, 30 Jun 2004 11:48:19 -0500
- List-id: "This list is for discussion about the SQR database reportinglanguage from Hyperion Solutions." <sqr-users.sqrug.org>
You could make a set of lines with "print" statements for your report
(Pdf)
and also write to the file like this ( for a example: write header
into output file)
let $hdr_line = ('Dept Id'||','||'Dept Name'||','||'EMPLID'||','||'Last
Name'||','||
'First Name'||','||'Hire Dt'||','||'Assgn
Dt'||','||'Hrs Wk'||','||'Hrs Avail')
write 1 from $hdr_line
Natalie
nataliek@cwu.edu
>>> cybernaboo@yahoo.fr 06/29/04 03:23PM >>>
Hello,
I would like to build a program to manage two output files (PDF and CSV
format) with only one sqr program (common SQL queries). Do anyone know
if it's possible and how to handle this ?
Thanks from Paris.
Nabil
_______________________________________________
sqr-users mailing list
sqr-users@sqrug.org
http://www.sqrug.org/mailman/listinfo/sqr-users