In Jet scheduler, is it possible to include yesterday's date in your output file? If I add the syntax %day% to the output file name, it just gives me today's date.
Thanks.
Date
Votes
2 comments
-
Jet Reports Historic Posts Hello cjastemski1,
Can you help us understand the reason behind wanting to put a yesterday's date on an output file that was generated?
The date stamp that can be added to the output generally is the date that the output was generated which is controlled by Windows.
Regards, -
Jet Reports Historic Posts The only way I know to do this is to use the Batch scheduler, even if it is for one report.
In the output name, you could have something like ="Report "&TEXT(TODAY()-1,"MM-DD-YY")
Please sign in to leave a comment.