I have a report named “Debt Report “. It runs for every month and a pdf is generated at the first of the month by subscription option.
If I am running the report for the month then the report name of the pdf should be “Debt Report for April” and like wise if I run it for may then the name of the pdf should be “Debt Report for May”.
How can I do this?
Assuming you are scheduling the report to a file share, you can set the name of the file share to be
Debt Report for @timestamp– this will name the file in the formatDebt Report forYYYY_MM_DD_HRMINSS .If you only want the month name (not the entire timestamp) to appear in the filename, you will need to use a Data Driven Subscription.