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

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

send report through email

Hello guys,

Please look at the attached example .

All I want is to send the report name "test" to an email.

How can I do that?

Is it possible ?

thanks

David

1 Solution

Accepted Solutions
johnw
Champion III
Champion III

If you just mean doing it manually, right click on the report, copy to clipboard, image, then paste into the email.

If you mean automatically sending an updated version of the report in an email on a scheduled basis, it's not really directly supported. In version 9.0, you can apparently send reports as PDF files in email. In earlier versions, you'd probably have to cook up a way to automatically export the image, build an email, and attach the image. I have a similar requirement, but I haven't looked at it closely because I'm happy to wait until we upgrade to 9.0, and if it doesn't turn out to be easy, to simply train the user to open up the QlikView file with the report.

View solution in original post

12 Replies
johnw
Champion III
Champion III

If you just mean doing it manually, right click on the report, copy to clipboard, image, then paste into the email.

If you mean automatically sending an updated version of the report in an email on a scheduled basis, it's not really directly supported. In version 9.0, you can apparently send reports as PDF files in email. In earlier versions, you'd probably have to cook up a way to automatically export the image, build an email, and attach the image. I have a similar requirement, but I haven't looked at it closely because I'm happy to wait until we upgrade to 9.0, and if it doesn't turn out to be easy, to simply train the user to open up the QlikView file with the report.

Not applicable
Author

We're just getting started with QlikView 9 Report "Bursting". It requires QlikView Server (and Publisher?). You can automatically send out reports based on a schedule. You can also do automatic reloading, reduce data and even use Section Access. It seems to be very powerful. We're just starting to scratch the surface.

You may be able to create a macro that can assist in sending out e-mails. I expect this would be a somewhat manual process (user clicks a button to initiate the e-mail). I've used VB Script to handle it using other applications and by creating an Outlook object (for example) you have control over most of the properties of the e-mail.

johnan
Creator III
Creator III

Hi, I've have a solution thats sends the email in HTML. You cannot reload the document with Publisher because the publisher doesn't support Macro.

Not applicable
Author

Thanx John,

There isn't really a clever way to do in manualy....

johnan
Creator III
Creator III

I reload my app with windows Scheduled Tasks, and the email goes away automatic. Geeked

Not applicable
Author

The more automated way you have is to create a report in Qlivkiew with the data you want to see.

Then create a macro that will export the report as pdf and send it by email. The macro will print the report using Qlikpdf printer in order to save it in a temporary location. Then the macro will generate an email with the pdf file generated as an attachment.

There are some examples on how to generate this macro on the forum.

Not applicable
Author

do you hav an example on generating the pdf from report in macro?

//Regards Carl Johan

johanlind
Contributor II
Contributor II

I'm also looking for an example. Where can I found some?

//Johan

nathanfurby
Specialist
Specialist

Since QlikTech have changed the PDF Printer provider the methods have also changed from the 'old' way of manipulating registry keys. I have just posted an example on a seperate thread:

http://community.qlik.com/forums/t/17253.aspx