<?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: save automatic report in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/save-automatic-report/m-p/1461606#M436166</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The described way here: &lt;A href="https://community.qlik.com/message/1414311"&gt;Re: VB Script Issue in creating WScript.Shell Object&lt;/A&gt; does in general work. Had you checked that your path is really valid and that your registry-settings are set properly (per regedit)?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Further you might need to set the QlikViewPDF printer as default-printer directly within printer-settings or maybe with something like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;if WshShell.RegRead ("HKCU\Software\Microsoft\Windows NT\CurrentVersion\Windows\Device") &amp;lt;&amp;gt; "QlikViewPDF" Then&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; WSHShell.RegWrite "HKCU\Software\Microsoft\Windows NT\CurrentVersion\Windows\Device", "QlikViewPDF", "REG_SZ"&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;end if&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;But the problem will probably be that there is another PDF printer is active - the newer QlikView standard-printer PDF-XChange what you could see in the bottom right corner of your screenshot. Normally several installed PDF printer shouldn't disturb eachother especially if you set the various settings per registry - but in my experience they do at least since QV 11. I have never get it stable enough maybe because the QlikView server needs the &lt;SPAN style="font-size: 10pt;"&gt;PDF-XChange printer and activate them in some way (although he wasn't mostly then the default-printer again).&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;On the reason Rob already hinted that the QlikViewPDF is outdated I didn't went in deeply in the causes else I changed my routines to the new default-printer &lt;SPAN style="font-size: 10pt;"&gt;PDF-XChange: &lt;A href="https://community.qlik.com/message/402191"&gt;Re: generate pdf with Xchange&lt;/A&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;SPAN style="font-size: 10pt;"&gt;- Marcus&lt;/SPAN&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 10 Jan 2018 08:20:56 GMT</pubDate>
    <dc:creator>marcus_sommer</dc:creator>
    <dc:date>2018-01-10T08:20:56Z</dc:date>
    <item>
      <title>save automatic report</title>
      <link>https://community.qlik.com/t5/QlikView/save-automatic-report/m-p/1461605#M436165</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN lang="en"&gt;Hello everyone,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="en"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #212121; font-size: 16px; font-family: arial, sans-serif;"&gt;I want to save the reports generated in qlikview in a folder automatically, how can I generate that. I have the next app that generates pdf, but the only problem is that I have to put the path to save it manually, there is some way to do it automatically&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #212121; font-size: 16px; font-family: arial, sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #212121; font-size: 16px; font-family: arial, sans-serif;"&gt;&lt;IMG alt="imagen.png" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/189481_imagen.png" style="height: 349px; width: 620px;" /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #212121; font-size: 16px; font-family: arial, sans-serif;"&gt;&lt;A href="https://community.qlik.com/qlik-users/2286"&gt;rwunderlich&lt;/A&gt;‌&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Jan 2018 20:00:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/save-automatic-report/m-p/1461605#M436165</guid>
      <dc:creator>fabio182</dc:creator>
      <dc:date>2018-01-09T20:00:30Z</dc:date>
    </item>
    <item>
      <title>Re: save automatic report</title>
      <link>https://community.qlik.com/t5/QlikView/save-automatic-report/m-p/1461606#M436166</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The described way here: &lt;A href="https://community.qlik.com/message/1414311"&gt;Re: VB Script Issue in creating WScript.Shell Object&lt;/A&gt; does in general work. Had you checked that your path is really valid and that your registry-settings are set properly (per regedit)?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Further you might need to set the QlikViewPDF printer as default-printer directly within printer-settings or maybe with something like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;if WshShell.RegRead ("HKCU\Software\Microsoft\Windows NT\CurrentVersion\Windows\Device") &amp;lt;&amp;gt; "QlikViewPDF" Then&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; WSHShell.RegWrite "HKCU\Software\Microsoft\Windows NT\CurrentVersion\Windows\Device", "QlikViewPDF", "REG_SZ"&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;end if&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;But the problem will probably be that there is another PDF printer is active - the newer QlikView standard-printer PDF-XChange what you could see in the bottom right corner of your screenshot. Normally several installed PDF printer shouldn't disturb eachother especially if you set the various settings per registry - but in my experience they do at least since QV 11. I have never get it stable enough maybe because the QlikView server needs the &lt;SPAN style="font-size: 10pt;"&gt;PDF-XChange printer and activate them in some way (although he wasn't mostly then the default-printer again).&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;On the reason Rob already hinted that the QlikViewPDF is outdated I didn't went in deeply in the causes else I changed my routines to the new default-printer &lt;SPAN style="font-size: 10pt;"&gt;PDF-XChange: &lt;A href="https://community.qlik.com/message/402191"&gt;Re: generate pdf with Xchange&lt;/A&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;SPAN style="font-size: 10pt;"&gt;- Marcus&lt;/SPAN&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Jan 2018 08:20:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/save-automatic-report/m-p/1461606#M436166</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2018-01-10T08:20:56Z</dc:date>
    </item>
  </channel>
</rss>

