Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Join us to spark ideas for how to put the latest capabilities into action. Register here!
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

How to query database, and send results as an email attachment?

I would like to query a MySQL database with a select statement, send results to an Excel spreadsheet, and email that file.
I tried tMysqlInput --> tFileOutputExcel --> tSendMail, but that did not work.
How can I do this?
Labels (3)
1 Reply
Anonymous
Not applicable
Author

tMysqlInput --Main flow--> tFileOutputExcel
tMysqlInput --OnSubjobOk --> tSendMail (with the file path from tFileExcelOutput as attachment)