Find Answers
Qlik Community
Collaborate with over 60,000 Qlik technologists and members around the world to get answers to your questions, and maximize success.
Join UsSELECT t.name, e.email FROM smtp_destination s JOIN destination d ON(s.destination_id = d.id) JOIN email_address e ON(s.from_id = e.id) JOIN task t ON(d.publish_report_task_id = t.id) UNION SELECT t.name, e.email FROM smtp_destination_to_bcc s JOIN destination d ON(s.smtp_destination_id = d.id) JOIN email_address e ON(s.email_address_id = e.id) JOIN task t ON(d.publish_report_task_id = t.id) UNION SELECT t.name, e.email FROM smtp_destination_to_cc s JOIN destination d ON(s.smtp_destination_id = d.id) JOIN email_address e ON(s.email_address_id = e.id) JOIN task t ON(d.publish_report_task_id = t.id) UNION SELECT 'Default sender' AS name, e.email FROM smtp_configuration c JOIN email_address e ON(c.default_sender_id = e.id); |
name | |
---|---|
QlikTestReport1 | customreportemail@qlik.com |
QlikTestReport2 | customreportemail@qlik.com |
DefaultSender | reporting@qlik.com |
Collaborate with over 60,000 Qlik technologists and members around the world to get answers to your questions, and maximize success.
Join UsSearch Qlik's Support Knowledge database or request assisted support for highly complex issues.
Submit a caseExperiencing a serious issue, please contact us by phone. For Data Integration related issues please refer to your onboarding documentation for current phone number.
Call Us