Hello.
I have the following line in my report but still I can't get the exported filename to change from the name of the report.
select 'dbr.export.options','filename', concat('Statement-',inStartDate, '-', inEndDate,'.xlsx');
I have tried with and without .xlsx extension - exported file generates correctly, is divided into worksheets but has the wrong name.
Can you see where I'm going wrong?
Best regards,
Maron