Hi all,
I have one question in SQR .our client wants report output in a specified location .
and report name should be concatenated with current date(yyyymmdd) format.
is it possible to set path in SQR CODE or is there any other option is there?
thanks in advance
mythili
| Title | Under | Posted on |
|---|---|---|
| MD5 - SHA checksum of a file. | PeopleSoft Technical | 02/07/2012 - 5:29am |
| nVision Tabular Report through PIA with prompts | PeopleSoft Technical | 02/02/2012 - 10:07pm |
| Can we create an AE to mass update Position - Jobcode data? | PeopleSoft Technical | 01/18/2012 - 3:11am |
| Pay Components on job data can be defaulted and setup based on the rules? | PeopleSoft Functional | 01/05/2012 - 4:58am |
Yes. There is.. below given is the sample code..
begin-program
let $Report='C:\Temp\MyReport_' || $mydate || '.csv'
new-report $Report
Rest of the program here..
end-program
/Ashar
thanks for your reply its working.
so many times i got solution from this site thank u very much to compshack
Post new comment