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

Announcements
Qlik GA: Multivariate Time Series in Qlik Predict: Get Details
cancel
Showing results for 
Search instead for 
Did you mean: 
anat
Master
Master

Need macro to save or export report in PDF format

Team,

Need macro to save the  report in PDF format or export in PDF format.

i gone through Qlik Community ,but not able to implement .

Regards

..........

3 Replies
jagan
Partner - Champion III
Partner - Champion III

Hi,

Check this link

Useful Qlikview Macros


Hope it helps you.


Regards,

Jagan.

svenkita
Creator II
Creator II

install PDF-XChange

First go to printer preferences ,In When File Exists ,select always overwrite and check use predefined values option.

--Macro

Sub PrintReport1
       fln = "C:\Users\SubharamanV\Desktop\PDF Reports\Team Statistics.pdf"

               'Path where pdf will be copied and renamed by the report name
              ActiveDocument.GetApplication.Sleep 2000
              rpt = "RP01" 

              printReportPDF rpt, fln 
End Sub

Anonymous
Not applicable

Hi Ananth,

Hope Jagan's link would have helped for you to write the Macro.

You try this also Macro to export AND mail report as PDF.

Regards,

Nandha