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

Announcements
Note: You may notice some temporary visual or styling issues in the Community. Our vendor is actively investigating.
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Qlikview Chart in outlook

Help me.

Does anyone know a macro code to print a pivot table chart into outlook body?

I am using the code as follow:





ActiveDocument.GetSheetObject(

"CH219").CopyTableToClipboard true objHTM = CreateObject("htmlfile")

Set



strTXT = objHTM.ParentWindow.ClipboardData.GetData(

"text")



objMail.body = strTXT

Thanks in advance.

Raman



0 Replies