Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
This article describes how an excel file can be converted to pdf file and send as an attachment via Send Mail block using Qlik Application Automation
Automation Structure
The creation of an Excel report from a Qlik Sense straight table is explained in the first part of this article.
Let's walk through the blocks used in the automation workflow to convert the Excel file into a PDF file.
A JSON file containing the above automation is attached to this article.
Please follow the steps provided in the How to import automation from a JSON file article to import the automation.
How do I change the attachments titles from this
to say Report-Myreport.pdf
Hi @Rfoot
You can set the name of the excel file in the variable "filename" as per your wish.
And use the same name in the "Destination Path" input parameter of the "Copy File on Microsoft SharePoint" block and the "Path" input parameter of the "Open File 2 on Microsoft SharePoint" block.
Hope this helps
Thanks
Hi @Rfoot
If you are not bothered about the excel file name and you only want to change the converted pdf file name please set the name in the "Destination Path" input parameter of the "Copy File on Microsoft SharePoint" block and the "Path" input parameter of the "Open File 2 on Microsoft SharePoint" block as mentioned above.
It's not really required to set name in the filename variable as well
Sorry for the confusion
Thanks
You can send an Excel file.
Used the Open File block
and use this as the attachment
Yes, Thats even possible
I will update this article and write up another article to describe the approach of sending an excel file as an attachment
Thanks