Skip to main content
Announcements
Introducing Qlik Answers: A plug-and-play, Generative AI powered RAG solution. READ ALL ABOUT IT!
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
Luminary Alumni
Luminary Alumni

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