<?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: Document Report Saving in PDF using VB script in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Document-Report-Saving-in-PDF-using-VB-script/m-p/1197600#M880704</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;have a look here. this might be the solution for you:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/message/1053142"&gt;Re: Automated pdf reports&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hope this helps&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 14 Oct 2016 16:34:25 GMT</pubDate>
    <dc:creator>Frank_Hartmann</dc:creator>
    <dc:date>2016-10-14T16:34:25Z</dc:date>
    <item>
      <title>Document Report Saving in PDF using VB script</title>
      <link>https://community.qlik.com/t5/QlikView/Document-Report-Saving-in-PDF-using-VB-script/m-p/1197598#M880702</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 written below code, for opening the QV document outside QlikView and also to access report in it. -&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Set Qv = CreateObject("QlikTech.QlikView")&lt;/P&gt;&lt;P&gt;Qv.Launch "C:\Program Files\QlikView\qv.exe", "Asset Management.qvw"&lt;/P&gt;&lt;P&gt;Set docObj = Qv.OpenDoc("Asset Management.qvw", 3, False)&lt;/P&gt;&lt;P&gt;docObj.Reload&lt;/P&gt;&lt;P&gt;docObj.Save&lt;/P&gt;&lt;P&gt;path="D:\Qlik\"&lt;/P&gt;&lt;P&gt;set rep = docObj.GetReport("RP01")&lt;/P&gt;&lt;P&gt;reportFile = path &amp;amp; "test"&amp;amp;".pdf"&lt;/P&gt;&lt;P&gt;printReportPDF(reportFile)&lt;/P&gt;&lt;P&gt;docObj.GetApplication.Sleep 12500&lt;/P&gt;&lt;P&gt;docObj.CloseDoc&lt;/P&gt;&lt;P&gt;Set docObj = Nothing&lt;/P&gt;&lt;P&gt;Set Qv = Nothing&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am not able to save the Report using the same code as a PDF in particular path.&lt;/P&gt;&lt;P&gt;When we print the QlikView Document Report, it automatically creates the PDF for same, I want to do the same thing, using a VB script.&lt;/P&gt;&lt;P&gt;the Reload and Save option is also not working.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can anyone please let me know how to achieve same.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards,&lt;/P&gt;&lt;P&gt;MK&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Document-Report-Saving-in-PDF-using-VB-script/m-p/1197598#M880702</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Document Report Saving in PDF using VB script</title>
      <link>https://community.qlik.com/t5/QlikView/Document-Report-Saving-in-PDF-using-VB-script/m-p/1197599#M880703</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Mrudul,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;check this: &lt;A href="http://www.qlikblog.at/971/qliktip-32-exporting-multiple-objects-single-excel-document/" title="http://www.qlikblog.at/971/qliktip-32-exporting-multiple-objects-single-excel-document/"&gt;QlikTip #32: Exporting multiple QV objects to a single Excel document&lt;/A&gt; in this Forum you can find an Information that resolves your issue.&lt;/P&gt;&lt;P&gt;i hope that helps&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;beck&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 Oct 2016 13:25:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Document-Report-Saving-in-PDF-using-VB-script/m-p/1197599#M880703</guid>
      <dc:creator>beck_bakytbek</dc:creator>
      <dc:date>2016-10-14T13:25:01Z</dc:date>
    </item>
    <item>
      <title>Re: Document Report Saving in PDF using VB script</title>
      <link>https://community.qlik.com/t5/QlikView/Document-Report-Saving-in-PDF-using-VB-script/m-p/1197600#M880704</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;have a look here. this might be the solution for you:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/message/1053142"&gt;Re: Automated pdf reports&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hope this helps&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 Oct 2016 16:34:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Document-Report-Saving-in-PDF-using-VB-script/m-p/1197600#M880704</guid>
      <dc:creator>Frank_Hartmann</dc:creator>
      <dc:date>2016-10-14T16:34:25Z</dc:date>
    </item>
    <item>
      <title>Re: Document Report Saving in PDF using VB script</title>
      <link>https://community.qlik.com/t5/QlikView/Document-Report-Saving-in-PDF-using-VB-script/m-p/1197601#M880705</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for both the post.&lt;/P&gt;&lt;P&gt;I also have to implement security on top reloading task of QlikView.&lt;/P&gt;&lt;P&gt;The username and password will come from URL to vbscript&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Oct 2016 06:12:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Document-Report-Saving-in-PDF-using-VB-script/m-p/1197601#M880705</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-10-17T06:12:01Z</dc:date>
    </item>
  </channel>
</rss>

