<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Automated pdf reports in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Automated-pdf-reports/m-p/1098518#M634177</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can do this via a Task in the QMC panel. Do you have access to the QMC?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 13 Jun 2016 14:09:48 GMT</pubDate>
    <dc:creator />
    <dc:date>2016-06-13T14:09:48Z</dc:date>
    <item>
      <title>Automated pdf reports</title>
      <link>https://community.qlik.com/t5/QlikView/Automated-pdf-reports/m-p/1098513#M634172</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We have a requirement where we need to store multiple pdf reports every night and and store it in a shared folder so that some other application can fetch those reports and share it across. I have prepared a qvw and reports inside it, but I am unable to save those reports in automated way.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is the above mentioned scenario is possible in QlikView?? If yes then, can anyone please provide some sample scripts which could be useful to implement the given scenario?@&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Sakir&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 31 May 2016 15:19:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Automated-pdf-reports/m-p/1098513#M634172</guid>
      <dc:creator />
      <dc:date>2016-05-31T15:19:45Z</dc:date>
    </item>
    <item>
      <title>Re: Automated pdf reports</title>
      <link>https://community.qlik.com/t5/QlikView/Automated-pdf-reports/m-p/1098514#M634173</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This was possible with the QlikView Publisher PDF distribution license.&lt;/P&gt;&lt;P&gt;Or you can do this with NPrinting.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Both without the need of "another application", though you do need a mail server of course.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 31 May 2016 15:52:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Automated-pdf-reports/m-p/1098514#M634173</guid>
      <dc:creator>oknotsen</dc:creator>
      <dc:date>2016-05-31T15:52:09Z</dc:date>
    </item>
    <item>
      <title>Re: Automated pdf reports</title>
      <link>https://community.qlik.com/t5/QlikView/Automated-pdf-reports/m-p/1098515#M634174</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Onno,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you for your quick response.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We had suggested NPrinting to our customer but they do not want to move to NPriniting any time soon. So, QlikView is the only option we are left with. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Currently our only motive is to save pdf reports in a folder automatically. Could you please help with some macros or scripts which could be used for the same?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Sakir&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Jun 2016 07:29:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Automated-pdf-reports/m-p/1098515#M634174</guid>
      <dc:creator />
      <dc:date>2016-06-01T07:29:04Z</dc:date>
    </item>
    <item>
      <title>Re: Automated pdf reports</title>
      <link>https://community.qlik.com/t5/QlikView/Automated-pdf-reports/m-p/1098516#M634175</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-size: 13.3333px;"&gt;Hi,&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;PDF Xchanger is being used in our Production Envoironment. I have found a snippet of macro and it is working to some extent. The only problem is every time it is creating a pdf a 'Save As' dialog box is opening. We do not want any manual intervention. Can anyone please have a look in the code a let&amp;nbsp; me know what is wrong in tis code?&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;sub printRP01&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;printReportPDF "F:\QV_Support\Development\Reports\Temp.pdf"&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;ActiveDocument.GetApplication.Sleep 2000&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;ActiveDocument.PrintReport "RP01", "QlikviewPDF"&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;ActiveDocument.GetApplication.Sleep 10000&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;end sub&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;Function printReportPDF(pdfOutputFile)&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;Set WSHShell = CreateObject("WScript.Shell")&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;WSHShell.RegWrite "HKCU\Software\QlikviewPDF\OutputFile", pdfOutputFile, "REG_SZ"&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;WSHShell.RegWrite "HKCU\Software\QlikviewPDF\BypassSaveAs", "1", "REG_SZ"&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;Set WSHShell = nothing&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;End function&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;Regards, &lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;Sakir&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Jun 2016 14:14:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Automated-pdf-reports/m-p/1098516#M634175</guid>
      <dc:creator />
      <dc:date>2016-06-02T14:14:24Z</dc:date>
    </item>
    <item>
      <title>Re: Automated pdf reports</title>
      <link>https://community.qlik.com/t5/QlikView/Automated-pdf-reports/m-p/1098517#M634176</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Everytime the macro was running it was trying to save the document by the name of QlikView Printing.pdf, hence a pop was appearing. To overcome this scenario, b&lt;SPAN style="font-size: 13.3333px;"&gt;elow mentioned code could be used, it will create a new file and copy with a new name and then delete &lt;/SPAN&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;QlikView Printing.pdf"&lt;/SPAN&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;---------------------------------------------------------------------------------------------------------------------------------&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Set objFSO = CreateObject ("Scripting.FileSystemObject")&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;'(string you determine the path and file name end)&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;tempFolder = "F:\Development\Reports\"&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;'(In the settings of your printer pdf should put the same address,ok?)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;strForPathFile = tempFolder &amp;amp; DocumentID &amp;amp; "_" &amp;amp; Document_Type &amp;amp; ".pdf"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;'(copy and paste the default file with the new name defined above)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;objFSO.copyfile "F:\Development\Reports\QlikView Printing.pdf",strForPathFile, True&lt;/P&gt;&lt;P&gt;'(delete the default file that was used to copy)&lt;/P&gt;&lt;P&gt;&amp;nbsp; &lt;/P&gt;&lt;P&gt;objFSO.DeleteFile "F:\Development\Reports\QlikView Printing.pdf"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;---------------------------------------------------------------------------------------------------------------------------------&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this will help someone&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Sakir&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Jun 2016 13:45:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Automated-pdf-reports/m-p/1098517#M634176</guid>
      <dc:creator />
      <dc:date>2016-06-13T13:45:05Z</dc:date>
    </item>
    <item>
      <title>Re: Automated pdf reports</title>
      <link>https://community.qlik.com/t5/QlikView/Automated-pdf-reports/m-p/1098518#M634177</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can do this via a Task in the QMC panel. Do you have access to the QMC?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Jun 2016 14:09:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Automated-pdf-reports/m-p/1098518#M634177</guid>
      <dc:creator />
      <dc:date>2016-06-13T14:09:48Z</dc:date>
    </item>
    <item>
      <title>Re: Automated pdf reports</title>
      <link>https://community.qlik.com/t5/QlikView/Automated-pdf-reports/m-p/1098519#M634178</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Stuart,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Yes, I do have access to QMC and I have tried using publisher. But the problem is that the multiple report needs to be created based on different selection, I couldn't achieve this from QMC.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you have any better approach, I would love to know.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Sakir&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Jun 2016 14:20:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Automated-pdf-reports/m-p/1098519#M634178</guid>
      <dc:creator />
      <dc:date>2016-06-13T14:20:25Z</dc:date>
    </item>
    <item>
      <title>Re: Automated pdf reports</title>
      <link>https://community.qlik.com/t5/QlikView/Automated-pdf-reports/m-p/1541380#M634179</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Could you pls share a sample application for me&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 08 Feb 2019 09:40:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Automated-pdf-reports/m-p/1541380#M634179</guid>
      <dc:creator>upaliwije</dc:creator>
      <dc:date>2019-02-08T09:40:31Z</dc:date>
    </item>
  </channel>
</rss>

