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 |
---|---|---|
Component interface Error: no rows exist for the specified keys | PeopleSoft Technical | 03/15/2019 - 3:54am |
ADD 24 months starting from current month.(peoplesoft) | PeopleSoft Functional | 07/29/2018 - 8:44pm |
TRC values dropdown | PeopleSoft Technical | 04/04/2018 - 12:54am |
how to find missing sequence in GRID and print the mising sequence number while saving through peoplecode | PeopleSoft Technical | 09/11/2017 - 4:49am |
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