<?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 Bypass window SAVE AS in creating pdf report in Qlik Learning Discussions</title>
    <link>https://community.qlik.com/t5/Qlik-Learning-Discussions/Bypass-window-SAVE-AS-in-creating-pdf-report/m-p/673964#M413</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;How to bypass SAVE AS window in Qlikview from a macro and save the file automatically to a given location. I am sending a file where cliking on the button "PRINT REPORT TO PDF" is generating a pdf file but it is asking for the file saving location. This I want to skip and file should be saved automatically.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 29 Aug 2014 07:09:27 GMT</pubDate>
    <dc:creator>pkpandey</dc:creator>
    <dc:date>2014-08-29T07:09:27Z</dc:date>
    <item>
      <title>Bypass window SAVE AS in creating pdf report</title>
      <link>https://community.qlik.com/t5/Qlik-Learning-Discussions/Bypass-window-SAVE-AS-in-creating-pdf-report/m-p/673964#M413</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;How to bypass SAVE AS window in Qlikview from a macro and save the file automatically to a given location. I am sending a file where cliking on the button "PRINT REPORT TO PDF" is generating a pdf file but it is asking for the file saving location. This I want to skip and file should be saved automatically.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Aug 2014 07:09:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Learning-Discussions/Bypass-window-SAVE-AS-in-creating-pdf-report/m-p/673964#M413</guid>
      <dc:creator>pkpandey</dc:creator>
      <dc:date>2014-08-29T07:09:27Z</dc:date>
    </item>
    <item>
      <title>Re: Bypass window SAVE AS in creating pdf report</title>
      <link>https://community.qlik.com/t5/Qlik-Learning-Discussions/Bypass-window-SAVE-AS-in-creating-pdf-report/m-p/673965#M414</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Pradeep,&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Thank you for your interest in the Education Services Forum and for contributing to our discussions.&amp;nbsp; We noticed that your questions hasn't been answered yet so we asked a team member to take a look.&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;He was not able to answer however.&amp;nbsp; He sited "&lt;SPAN style="color: #1f497d; font-size: 10pt; line-height: 1.5em;"&gt;the file that is being created is not the “name” they choose, or the folder location they want.&amp;nbsp; At least not for me. &lt;/SPAN&gt;&lt;SPAN style="color: #1f497d; font-size: 10pt; line-height: 1.5em;"&gt;Could be it is working differently in different versions of QlikView and potentially a bug – or something that R&amp;amp;D stopped supporting without any consideration for how it has been used in the field".&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #1f497d;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #1f497d;"&gt;In order to ensure you get an answer, I posted your question in the following discussions and copied the original post.&amp;nbsp; This should help get you more assistance. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Arial','sans-serif';"&gt;&lt;A _jive_internal="true" href="https://community.qlik.com/message/606731#606731"&gt;http://community.qlik.com/message/606731#606731&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Arial','sans-serif';"&gt;&lt;A _jive_internal="true" href="https://community.qlik.com/thread/132817"&gt;http://community.qlik.com/thread/132817&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Sep 2014 19:11:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Learning-Discussions/Bypass-window-SAVE-AS-in-creating-pdf-report/m-p/673965#M414</guid>
      <dc:creator>Sarah_Miller</dc:creator>
      <dc:date>2014-09-10T19:11:03Z</dc:date>
    </item>
    <item>
      <title>Re: Bypass window SAVE AS in creating pdf report</title>
      <link>https://community.qlik.com/t5/Qlik-Learning-Discussions/Bypass-window-SAVE-AS-in-creating-pdf-report/m-p/673966#M415</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi &lt;/P&gt;&lt;P&gt;Incorporated into the code of your macro&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Set sPDFPath_dest ="C:\Download\"&lt;/P&gt;&lt;P&gt;If Not objFSO.FolderExists(sPDFPath_dest) Then&lt;/P&gt;&lt;P&gt;&amp;nbsp; Set newfolder = objFSO.CreateFolder(sPDFPath_dest)&lt;/P&gt;&lt;P&gt;End If&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Sep 2014 20:25:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Learning-Discussions/Bypass-window-SAVE-AS-in-creating-pdf-report/m-p/673966#M415</guid>
      <dc:creator>luisvalenzuela</dc:creator>
      <dc:date>2014-09-10T20:25:19Z</dc:date>
    </item>
  </channel>
</rss>

