This is probably something simple, but I can't see a simple solution..
I have a report that runs daily, but each day the output file overwrites the previous one, sometimes I need to refer back to previous output files to see the state of play on a certain date.
Is it possible to set the output file to save under a new filename each day?
Ideally I would like to prefix the filename with the date of the report..
Eg. 20171115_ Report.xls
Thanks