How can i give a name to the attached file when running a report with bursting?
I'm running a BI Publisher report with bursting based on an SQL statement. The BI P version is 11.1.1.3.
As a result, the name of the attached file in each mail is ".pdf".
How can i give a meaningful name to the attachment?
The bursting SQL looks like:
SELECT aaa KEY, 'sjabloon' TEMPLATE, aaa KEY, 'sjabloon' TEMPLATE, 'PDF' output_format, 'EMAIL' del_channel, output_format, 'EMAIL' del_channel, 'aaa.bbb@ccc.eu' parameter1, parameter1, NULL parameter2, parameter2, 'aaa.bbb@ccc.eu' parameter3 parameter3 from tabel tabel where ... ...
Regards,
Hans