<?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: Automating PDF reports creation? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Automating-PDF-reports-creation/m-p/444563#M1151299</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have been able to create PDF Reports using a macro that i found in one of the blogs. &lt;/P&gt;&lt;P&gt;But i have one more question : Does every user need to install the 3rd party PDF printer (BullZip Printer or QlikViewPDF) on his/her system or just installing it on the server would do the job?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in Advance.&lt;/P&gt;&lt;P&gt;Sagar &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 15 Jan 2014 15:10:07 GMT</pubDate>
    <dc:creator />
    <dc:date>2014-01-15T15:10:07Z</dc:date>
    <item>
      <title>Automating PDF reports creation?</title>
      <link>https://community.qlik.com/t5/QlikView/Automating-PDF-reports-creation/m-p/444557#M1151293</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Just wondering if anyone can advise....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have Qlikview installed on my computer. I have created a set of dashboards for which I would now like to create pdf files from. For each pdf file, I would like to select a specific value within a dimension. I know I can do this manually but I would like to automate this whole process. So for example, say I have an 'Employee Name' dimension that has 100 different employee names. I would like to automate the creatation of pdfs, one pdf file per employee name (in this example it would be 100 pdf files). &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can this be done/automated within Qlikview? Or do I need something like Publisher? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Revlin&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Apr 2013 08:17:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Automating-PDF-reports-creation/m-p/444557#M1151293</guid>
      <dc:creator />
      <dc:date>2013-04-11T08:17:04Z</dc:date>
    </item>
    <item>
      <title>Re: Automating PDF reports creation?</title>
      <link>https://community.qlik.com/t5/QlikView/Automating-PDF-reports-creation/m-p/444558#M1151294</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The short answer is "Yes", you can do it from a QlikView developer client.&lt;/P&gt;&lt;P&gt;To make it simple, let's say you have a report with the objects you want to print to PDF looping through possible values in a field (it's almost the same if you want to print an object directly rather than via a report).&lt;/P&gt;&lt;P&gt;You write a macro that&lt;/P&gt;&lt;P&gt;1) Edits the registry to suppress the Print dialogue, e.g. using QlikViewPDF, search WSHShell.RegWrite in the community&lt;/P&gt;&lt;P&gt;2) Get possible values of the desired field, "Employee Name"&lt;/P&gt;&lt;P&gt;3) Loops through the values one by one, while&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; a) selects the value in Employee Name&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; b) creates a path and filename to where the pdf is stored, probably including your Employee Name&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; c) write to registry the path\filename created in b) to print registry&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; d) print report by PrintDocReport or other report print command, see APIGuide or community&lt;/P&gt;&lt;P&gt;&amp;nbsp; Next Employee...&lt;/P&gt;&lt;P&gt;Hope this puts you on the right track.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;/Nicolai&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Oct 2013 20:05:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Automating-PDF-reports-creation/m-p/444558#M1151294</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-10-03T20:05:38Z</dc:date>
    </item>
    <item>
      <title>Re: Automating PDF reports creation?</title>
      <link>https://community.qlik.com/t5/QlikView/Automating-PDF-reports-creation/m-p/444559#M1151295</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;PFA application and you can mail to employees.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Vikas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 Oct 2013 12:13:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Automating-PDF-reports-creation/m-p/444559#M1151295</guid>
      <dc:creator>vikasmahajan</dc:creator>
      <dc:date>2013-10-04T12:13:58Z</dc:date>
    </item>
    <item>
      <title>Re: Automating PDF reports creation?</title>
      <link>https://community.qlik.com/t5/QlikView/Automating-PDF-reports-creation/m-p/444560#M1151296</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Also see this, using QLikViewPDF and Bullzip: &lt;A href="http://www.beeye.org/?p=241" title="http://www.beeye.org/?p=241"&gt;QlikView Makro PDF Print with BullZip PDFCreator QlikViewPDF » BEEYE&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 Oct 2013 18:23:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Automating-PDF-reports-creation/m-p/444560#M1151296</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-10-04T18:23:30Z</dc:date>
    </item>
    <item>
      <title>Re: Automating PDF reports creation?</title>
      <link>https://community.qlik.com/t5/QlikView/Automating-PDF-reports-creation/m-p/444561#M1151297</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Vikas,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have BullZip Printer Installed on my machine.&lt;/P&gt;&lt;P&gt;I downloaded your document (qvw) file.&lt;/P&gt;&lt;P&gt;But somehow the macro in it seems to print just one specific chart (Issues by Module) in it.&lt;/P&gt;&lt;P&gt;It does not run when i change the report ID from RP01 to something else.&lt;/P&gt;&lt;P&gt;And one more question : The chart that gets successfully printed has ID CH01 and not RP01. But still the macro prints this chart. Howz that possible ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in Advance &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt; &lt;/P&gt;&lt;P&gt;Sagar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Jan 2014 17:43:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Automating-PDF-reports-creation/m-p/444561#M1151297</guid>
      <dc:creator />
      <dc:date>2014-01-14T17:43:43Z</dc:date>
    </item>
    <item>
      <title>Re: Automating PDF reports creation?</title>
      <link>https://community.qlik.com/t5/QlikView/Automating-PDF-reports-creation/m-p/444562#M1151298</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I already did something close to what you want, but in my case I was sending the pdf files by email. I will put a little part of my macro code to you get the idea.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sub sendPDFByMail&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; myFieldName = "sample"&lt;/P&gt;&lt;P&gt;&amp;nbsp; fileName = "PDFSample"&lt;/P&gt;&lt;P&gt;&amp;nbsp; createTempFolder "C:\TempQlikView\"&lt;/P&gt;&lt;P&gt;&amp;nbsp; generateDate formattedDate&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; Set possibleValues = ActiveDocument.Fields(myFieldName).GetPossibleValues&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; For i = 0 To possibleValues.Count - 1&lt;/P&gt;&lt;P&gt;&amp;nbsp; ActiveDocument.Fields(myFieldName).Clear&lt;/P&gt;&lt;P&gt;&amp;nbsp; ActiveDocument.Fields(myFieldName).Select possibleValues.Item(i).Text&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; generatePDFFile fileName &amp;amp; possibleValues.Item(i).Text, formattedDate&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; sendMail fileName &amp;amp; possibleValues.Item(i).Text, formattedDate&lt;/P&gt;&lt;P&gt;&amp;nbsp; Next&lt;/P&gt;&lt;P&gt;&amp;nbsp; MsgBox("Emails send")&lt;/P&gt;&lt;P&gt;&amp;nbsp; deleteTempFolder("C:\TempQlikView\")&lt;/P&gt;&lt;P&gt;&amp;nbsp; End If&lt;/P&gt;&lt;P&gt;End Sub&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Jan 2014 18:25:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Automating-PDF-reports-creation/m-p/444562#M1151298</guid>
      <dc:creator />
      <dc:date>2014-01-14T18:25:28Z</dc:date>
    </item>
    <item>
      <title>Re: Automating PDF reports creation?</title>
      <link>https://community.qlik.com/t5/QlikView/Automating-PDF-reports-creation/m-p/444563#M1151299</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have been able to create PDF Reports using a macro that i found in one of the blogs. &lt;/P&gt;&lt;P&gt;But i have one more question : Does every user need to install the 3rd party PDF printer (BullZip Printer or QlikViewPDF) on his/her system or just installing it on the server would do the job?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in Advance.&lt;/P&gt;&lt;P&gt;Sagar &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jan 2014 15:10:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Automating-PDF-reports-creation/m-p/444563#M1151299</guid>
      <dc:creator />
      <dc:date>2014-01-15T15:10:07Z</dc:date>
    </item>
    <item>
      <title>Re: Automating PDF reports creation?</title>
      <link>https://community.qlik.com/t5/QlikView/Automating-PDF-reports-creation/m-p/444564#M1151300</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The machine running the macro, altering registry, creating the pdfs, need the pdf printer driver.&lt;/P&gt;&lt;P&gt;Did you get automation to work on the server? Just curious...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jan 2014 15:18:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Automating-PDF-reports-creation/m-p/444564#M1151300</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-01-15T15:18:21Z</dc:date>
    </item>
    <item>
      <title>Re: Automating PDF reports creation?</title>
      <link>https://community.qlik.com/t5/QlikView/Automating-PDF-reports-creation/m-p/444565#M1151301</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I havent yet tried it on the server. But it works just fine on my client. Will keep you posted about after trying it.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jan 2014 15:40:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Automating-PDF-reports-creation/m-p/444565#M1151301</guid>
      <dc:creator />
      <dc:date>2014-01-15T15:40:11Z</dc:date>
    </item>
    <item>
      <title>Re: Automating PDF reports creation?</title>
      <link>https://community.qlik.com/t5/QlikView/Automating-PDF-reports-creation/m-p/444566#M1151302</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I guess Excatly what u want PFA.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jan 2014 16:09:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Automating-PDF-reports-creation/m-p/444566#M1151302</guid>
      <dc:creator>nizamsha</dc:creator>
      <dc:date>2014-01-15T16:09:45Z</dc:date>
    </item>
  </channel>
</rss>

