I have a series of reports that run at different schedules (hourly, daily, weekly, etc) The reports are saved to a share \unc\reports\department\
report
report_1
report_2
report_3
As this is the only way to create a new version.
My question is if there is a way to append either execution time or even just the date so the end user can see the time the report was generated. Currently it is done by looking at date modified properties, which is Ok, but not ideal.
You can capture the runtime with @timestamp variable and stamp it with your Report filename. Append @timestamp with your filename in the subcription manager as shown below.