<?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: dynamically save various reports as pdf with different filename in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/dynamically-save-various-reports-as-pdf-with-different-filename/m-p/1194604#M882756</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;because the macro loops through all your sheets in order to search for Qlikview objectIDs which are linked to the Powerpointdocument&lt;/P&gt;&lt;P&gt;(with &lt;STRONG&gt;Document\ObejctID&lt;/STRONG&gt; as link). That means if you have all your charts, which should be exported,&lt;/P&gt;&lt;P&gt;on one sheet then you dont need the loop. But if the charts are placed over more than one QV-sheets then you will need this loop.&lt;/P&gt;&lt;P&gt;If you have all your charts on one QV Sheet then I see two possible solutions for this, depending on your requirement:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;First, you could create a variable and set the visibility of all the sheets to the condition of this variable. then you could add a line at the beginning of the macro where you set this variable to 0 for all sheets except the one from which you want to export the charts. This solution would be perfect if you want to export the charts to more than one Powerpoint slide!&lt;/P&gt;&lt;P&gt;Second, you could delete the loop for selecting all the sheets and modify your macro like attached txt file . This will export all 4 charts to one PP slide you will just have to adapt the &lt;STRONG&gt;sheetID&lt;/STRONG&gt; and &lt;STRONG&gt;ChartIDs&lt;/STRONG&gt; and the &lt;STRONG&gt;positioning&lt;/STRONG&gt; of the charts!&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>Sun, 30 Oct 2016 11:11:51 GMT</pubDate>
    <dc:creator>Frank_Hartmann</dc:creator>
    <dc:date>2016-10-30T11:11:51Z</dc:date>
    <item>
      <title>dynamically save various reports as pdf with different filename</title>
      <link>https://community.qlik.com/t5/QlikView/dynamically-save-various-reports-as-pdf-with-different-filename/m-p/1194558#M882703</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;BR /&gt;Dear All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am trying to automatically save various reports as pdf.&amp;nbsp; Reports should have different file name.&amp;nbsp; May i kindly ask how to do it in qlikview.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I appreciate your help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&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/dynamically-save-various-reports-as-pdf-with-different-filename/m-p/1194558#M882703</guid>
      <dc:creator />
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: dynamically save various reports as pdf with different filename</title>
      <link>https://community.qlik.com/t5/QlikView/dynamically-save-various-reports-as-pdf-with-different-filename/m-p/1194559#M882704</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You could use a specialized tool like &lt;A href="https://community.qlik.com/space/2207"&gt;QlikView NPrinting&lt;/A&gt;&amp;nbsp; or something like this: &lt;A href="https://community.qlik.com/docs/DOC-7635"&gt;Print Report to PDF with open source PDFCreator&lt;/A&gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Marcus&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 Sep 2016 08:40:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/dynamically-save-various-reports-as-pdf-with-different-filename/m-p/1194559#M882704</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2016-09-30T08:40:03Z</dc:date>
    </item>
    <item>
      <title>Re: dynamically save various reports as pdf with different filename</title>
      <link>https://community.qlik.com/t5/QlikView/dynamically-save-various-reports-as-pdf-with-different-filename/m-p/1194560#M882705</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You could also use a vbs-macro in order to export your charts/tables into one or more predefined PP-Templates.&lt;/P&gt;&lt;P&gt;Inside the vbs-code you could also make the filename of the PP-Template dynamically e.g. adding a timestamp or other logic to the filename and determine where to save the reports. If this is something that fits your needs then let me know for further assistance.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 Sep 2016 12:36:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/dynamically-save-various-reports-as-pdf-with-different-filename/m-p/1194560#M882705</guid>
      <dc:creator>Frank_Hartmann</dc:creator>
      <dc:date>2016-09-30T12:36:46Z</dc:date>
    </item>
    <item>
      <title>Re: dynamically save various reports as pdf with different filename</title>
      <link>https://community.qlik.com/t5/QlikView/dynamically-save-various-reports-as-pdf-with-different-filename/m-p/1194561#M882706</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Marcus / Franc for your reply.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Below is the sample of the code:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ActiveDocument.Fields("Company").select "Name of Company" &lt;/P&gt;&lt;P&gt;ActiveDocument.Fields("Year").Select "XXXX"&amp;nbsp;&amp;nbsp; // where XXXX is the year&lt;/P&gt;&lt;P&gt;ActiveDocument.PrintReport "RP01", "PDFCreator"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have 20 or more listed company and i need to print each company's financial for several years, let say from 1990's to present.&amp;nbsp; where report&amp;nbsp; for each year and each company is required.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What i need is the syntax to auto save the report and save it with different filename automatically. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 02 Oct 2016 13:32:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/dynamically-save-various-reports-as-pdf-with-different-filename/m-p/1194561#M882706</guid>
      <dc:creator />
      <dc:date>2016-10-02T13:32:26Z</dc:date>
    </item>
    <item>
      <title>Re: dynamically save various reports as pdf with different filename</title>
      <link>https://community.qlik.com/t5/QlikView/dynamically-save-various-reports-as-pdf-with-different-filename/m-p/1194562#M882707</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You need to loop through your field. Here is an example for exporting objects to excel - but the logic is the same like your printing-task.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Marcus&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Oct 2016 07:11:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/dynamically-save-various-reports-as-pdf-with-different-filename/m-p/1194562#M882707</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2016-10-04T07:11:29Z</dc:date>
    </item>
    <item>
      <title>Re: dynamically save various reports as pdf with different filename</title>
      <link>https://community.qlik.com/t5/QlikView/dynamically-save-various-reports-as-pdf-with-different-filename/m-p/1194563#M882708</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Marcus,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&amp;nbsp; Please send an example. looping is fine but what i cannot understand is how to save it with different filename (automatically)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Oct 2016 07:18:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/dynamically-save-various-reports-as-pdf-with-different-filename/m-p/1194563#M882708</guid>
      <dc:creator />
      <dc:date>2016-10-04T07:18:12Z</dc:date>
    </item>
    <item>
      <title>Re: dynamically save various reports as pdf with different filename</title>
      <link>https://community.qlik.com/t5/QlikView/dynamically-save-various-reports-as-pdf-with-different-filename/m-p/1194564#M882709</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Frank,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks...Please share sample codes as it fits my requirements..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Oct 2016 11:07:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/dynamically-save-various-reports-as-pdf-with-different-filename/m-p/1194564#M882709</guid>
      <dc:creator />
      <dc:date>2016-10-04T11:07:33Z</dc:date>
    </item>
    <item>
      <title>Re: dynamically save various reports as pdf with different filename</title>
      <link>https://community.qlik.com/t5/QlikView/dynamically-save-various-reports-as-pdf-with-different-filename/m-p/1194565#M882713</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Roberto,&lt;/P&gt;&lt;P&gt;I have attached an example for exporting/creating multiple PP-reports dynamically!&lt;/P&gt;&lt;P&gt;You will just have to adapt the paths inside the vba code in order to get it work in your environment!&lt;/P&gt;&lt;P&gt;This macro loops through every sheet of you qlikview document and exports the relevant charts --&amp;gt;&lt;/P&gt;&lt;P&gt;(for setting up the PPTemplate you will have to copy the relevant chart (e.g. CH01) once into the PP Template and name the object like this: Document\CH01). The macro also loops through the fields "company" and "year" and it creates&amp;nbsp; a new Report everytime when the one loop is finished.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hope this gives you an idea on how to get started!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Frank&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Oct 2016 14:08:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/dynamically-save-various-reports-as-pdf-with-different-filename/m-p/1194565#M882713</guid>
      <dc:creator>Frank_Hartmann</dc:creator>
      <dc:date>2016-10-04T14:08:36Z</dc:date>
    </item>
    <item>
      <title>Re: dynamically save various reports as pdf with different filename</title>
      <link>https://community.qlik.com/t5/QlikView/dynamically-save-various-reports-as-pdf-with-different-filename/m-p/1194566#M882717</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;are you on personal edition?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Oct 2016 16:08:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/dynamically-save-various-reports-as-pdf-with-different-filename/m-p/1194566#M882717</guid>
      <dc:creator>Frank_Hartmann</dc:creator>
      <dc:date>2016-10-04T16:08:34Z</dc:date>
    </item>
    <item>
      <title>Re: dynamically save various reports as pdf with different filename</title>
      <link>https://community.qlik.com/t5/QlikView/dynamically-save-various-reports-as-pdf-with-different-filename/m-p/1194567#M882719</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Frank.&amp;nbsp; I will check the zip file and get back to you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Yes, i am currently using the personal edition.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Oct 2016 06:11:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/dynamically-save-various-reports-as-pdf-with-different-filename/m-p/1194567#M882719</guid>
      <dc:creator />
      <dc:date>2016-10-05T06:11:39Z</dc:date>
    </item>
    <item>
      <title>Re: dynamically save various reports as pdf with different filename</title>
      <link>https://community.qlik.com/t5/QlikView/dynamically-save-various-reports-as-pdf-with-different-filename/m-p/1194568#M882720</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;can't open the qv file.&amp;nbsp; license for my qv will be available anytime soon.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Frank, i am using 'report' designer available in qlikview, so i don't need to export anything in powerpoint. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have this code (in macro)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ActiveDocument.Fields("Company").select "Name of Company" &lt;/P&gt;&lt;P&gt;ActiveDocument.Fields("Year").Select "XXXX"&amp;nbsp;&amp;nbsp; // where XXXX is the year&lt;/P&gt;&lt;P&gt;ActiveDocument.PrintReport "RP01", "PDFCreator"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ActiveDocument.Fields("Company").select "Name of Company1" &lt;/P&gt;&lt;P&gt;ActiveDocument.Fields("Year").Select "XXXX"&amp;nbsp;&amp;nbsp; // where XXXX is the year&lt;/P&gt;&lt;P&gt;ActiveDocument.PrintReport "RP01", "PDFCreator"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ActiveDocument.Fields("Company").select "Name of Company2" &lt;/P&gt;&lt;P&gt;ActiveDocument.Fields("Year").Select "XXXX"&amp;nbsp;&amp;nbsp; // where XXXX is the year&lt;/P&gt;&lt;P&gt;ActiveDocument.PrintReport "RP01", "PDFCreator"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ActiveDocument.Fields("Company").select "Name of Company3" &lt;/P&gt;&lt;P&gt;ActiveDocument.Fields("Year").Select "XXXX"&amp;nbsp;&amp;nbsp; // where XXXX is the year&lt;/P&gt;&lt;P&gt;ActiveDocument.PrintReport "RP01", "PDFCreator"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and so on and sor forth.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Oct 2016 06:17:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/dynamically-save-various-reports-as-pdf-with-different-filename/m-p/1194568#M882720</guid>
      <dc:creator />
      <dc:date>2016-10-05T06:17:27Z</dc:date>
    </item>
    <item>
      <title>Re: dynamically save various reports as pdf with different filename</title>
      <link>https://community.qlik.com/t5/QlikView/dynamically-save-various-reports-as-pdf-with-different-filename/m-p/1194569#M882721</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 achieve this using NPrinting. You can even email those reports to various users as well.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ragards&lt;/P&gt;&lt;P&gt;Harish&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Oct 2016 06:28:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/dynamically-save-various-reports-as-pdf-with-different-filename/m-p/1194569#M882721</guid>
      <dc:creator>harishkumarg</dc:creator>
      <dc:date>2016-10-05T06:28:11Z</dc:date>
    </item>
    <item>
      <title>Re: dynamically save various reports as pdf with different filename</title>
      <link>https://community.qlik.com/t5/QlikView/dynamically-save-various-reports-as-pdf-with-different-filename/m-p/1194570#M882722</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i am not familia with report designer.&lt;/P&gt;&lt;P&gt;but if the following video is what you want to achieve i will help you setting up the qvw.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="139733" alt="Aufnahme_2016_10_05_18_11_42_521.gif" class="jive-image image-1" height="289" src="https://community.qlik.com/legacyfs/online/139733_Aufnahme_2016_10_05_18_11_42_521.gif" style="height: 288.769px; width: 513px;" width="513" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Oct 2016 15:52:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/dynamically-save-various-reports-as-pdf-with-different-filename/m-p/1194570#M882722</guid>
      <dc:creator>Frank_Hartmann</dc:creator>
      <dc:date>2016-10-05T15:52:32Z</dc:date>
    </item>
    <item>
      <title>Re: dynamically save various reports as pdf with different filename</title>
      <link>https://community.qlik.com/t5/QlikView/dynamically-save-various-reports-as-pdf-with-different-filename/m-p/1194571#M882723</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Harish,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But i don have NPrinting...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Oct 2016 06:53:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/dynamically-save-various-reports-as-pdf-with-different-filename/m-p/1194571#M882723</guid>
      <dc:creator />
      <dc:date>2016-10-06T06:53:00Z</dc:date>
    </item>
    <item>
      <title>Re: dynamically save various reports as pdf with different filename</title>
      <link>https://community.qlik.com/t5/QlikView/dynamically-save-various-reports-as-pdf-with-different-filename/m-p/1194572#M882724</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Frank,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is exactly what i need.. please send me the syntax for me to try ..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Oct 2016 06:54:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/dynamically-save-various-reports-as-pdf-with-different-filename/m-p/1194572#M882724</guid>
      <dc:creator />
      <dc:date>2016-10-06T06:54:59Z</dc:date>
    </item>
    <item>
      <title>Re: dynamically save various reports as pdf with different filename</title>
      <link>https://community.qlik.com/t5/QlikView/dynamically-save-various-reports-as-pdf-with-different-filename/m-p/1194573#M882725</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;have a look at attached txt file&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, 07 Oct 2016 09:55:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/dynamically-save-various-reports-as-pdf-with-different-filename/m-p/1194573#M882725</guid>
      <dc:creator>Frank_Hartmann</dc:creator>
      <dc:date>2016-10-07T09:55:20Z</dc:date>
    </item>
    <item>
      <title>Re: dynamically save various reports as pdf with different filename</title>
      <link>https://community.qlik.com/t5/QlikView/dynamically-save-various-reports-as-pdf-with-different-filename/m-p/1194574#M882726</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Frank.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I will check and revert.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 09 Oct 2016 11:19:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/dynamically-save-various-reports-as-pdf-with-different-filename/m-p/1194574#M882726</guid>
      <dc:creator />
      <dc:date>2016-10-09T11:19:25Z</dc:date>
    </item>
    <item>
      <title>Re: dynamically save various reports as pdf with different filename</title>
      <link>https://community.qlik.com/t5/QlikView/dynamically-save-various-reports-as-pdf-with-different-filename/m-p/1194575#M882727</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Frank,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please advise the part of the&amp;nbsp; syntax where it's auto save, i am thinking of using only that part in my pdf creator.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Oct 2016 06:14:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/dynamically-save-various-reports-as-pdf-with-different-filename/m-p/1194575#M882727</guid>
      <dc:creator />
      <dc:date>2016-10-11T06:14:55Z</dc:date>
    </item>
    <item>
      <title>Re: dynamically save various reports as pdf with different filename</title>
      <link>https://community.qlik.com/t5/QlikView/dynamically-save-various-reports-as-pdf-with-different-filename/m-p/1194576#M882728</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have several objects that needs to be exported.&amp;nbsp; If you could help me the steps on how to start a template in ppt putting in mind that several objects in one slides is required.&amp;nbsp; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Oct 2016 06:16:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/dynamically-save-various-reports-as-pdf-with-different-filename/m-p/1194576#M882728</guid>
      <dc:creator />
      <dc:date>2016-10-11T06:16:49Z</dc:date>
    </item>
    <item>
      <title>Re: dynamically save various reports as pdf with different filename</title>
      <link>https://community.qlik.com/t5/QlikView/dynamically-save-various-reports-as-pdf-with-different-filename/m-p/1194577#M882729</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;For preparing the template you will just have to copy the charts and paste them into the powerpoint template.&lt;/P&gt;&lt;P&gt;then just make sure that if your first Qlikview Chart has e.g. the ObjectID = &lt;STRONG&gt;Chart&lt;/STRONG&gt;&amp;nbsp; then you have to name the image in&lt;/P&gt;&lt;P&gt;Powerpoint = &lt;STRONG&gt;Document\Chart&lt;/STRONG&gt; and if your second Qlikview Chart has the ObjectID = &lt;STRONG&gt;newChart&lt;/STRONG&gt;&amp;nbsp; then you have to name&lt;/P&gt;&lt;P&gt;this image in Powerpoint= &lt;STRONG&gt;Document\newChart&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;See attached video for instructions.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="140326" alt="Aufnahme_2016_10_11_21_07_46_533.gif" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/140326_Aufnahme_2016_10_11_21_07_46_533.gif" style="height: 349px; width: 620px;" /&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>Tue, 11 Oct 2016 19:21:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/dynamically-save-various-reports-as-pdf-with-different-filename/m-p/1194577#M882729</guid>
      <dc:creator>Frank_Hartmann</dc:creator>
      <dc:date>2016-10-11T19:21:43Z</dc:date>
    </item>
  </channel>
</rss>

