<?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: having problem while implementing for loop in macro in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/having-problem-while-implementing-for-loop-in-macro/m-p/1197640#M880995</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;is this what you want to achieve?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="140726" alt="Aufnahme_2016_10_15_11_02_23_200.gif" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/140726_Aufnahme_2016_10_15_11_02_23_200.gif" style="height: 349px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If yes, then try attached sample.&lt;/P&gt;&lt;P&gt;Or do you need to export these Objects into &lt;STRONG&gt;one&lt;/STRONG&gt; Powerpointdocument?&lt;/P&gt;&lt;P&gt;Hope this helps&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 15 Oct 2016 09:07:38 GMT</pubDate>
    <dc:creator>Frank_Hartmann</dc:creator>
    <dc:date>2016-10-15T09:07:38Z</dc:date>
    <item>
      <title>having problem while implementing for loop in macro</title>
      <link>https://community.qlik.com/t5/QlikView/having-problem-while-implementing-for-loop-in-macro/m-p/1197636#M880991</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;UL&gt;&lt;LI&gt;Hi All,&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;My requirement is when I click a button lets say&amp;nbsp; '&lt;STRONG&gt;Generate PP&lt;/STRONG&gt;T'&amp;nbsp; qlikview engine will select&amp;nbsp; each values in &lt;STRONG&gt;country&lt;/STRONG&gt; field one by one and it will send all charts to ppt.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i want to do this by using for loop in macro.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am able to generate ppt for all country but not able implementing forloop to select country name automatically.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have added for loop in macro but when running macro. One ppt is opening and qlikview application got hanged.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please help me regarding this. I have attached macro code which i am using.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Tripati&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/having-problem-while-implementing-for-loop-in-macro/m-p/1197636#M880991</guid>
      <dc:creator>tripatirao</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: having problem while implementing for loop in macro</title>
      <link>https://community.qlik.com/t5/QlikView/having-problem-while-implementing-for-loop-in-macro/m-p/1197637#M880992</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You should find a macro on here which will allow you to wrap your code in a selections loop, maybe just try it with a couple to start with.&lt;/P&gt;&lt;P&gt;I've certainly done things in the past which looped 100+ fields into excel documents so you should be ok!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A _jive_internal="true" href="https://community.qlik.com/docs/DOC-4870" title="https://community.qlik.com/docs/DOC-4870"&gt;https://community.qlik.com/docs/DOC-4870&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Please remember to mark this as helpful or the correct answer if I have helped you or answered your question.&lt;/EM&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 Oct 2016 10:06:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/having-problem-while-implementing-for-loop-in-macro/m-p/1197637#M880992</guid>
      <dc:creator>adamdavi3s</dc:creator>
      <dc:date>2016-10-14T10:06:19Z</dc:date>
    </item>
    <item>
      <title>Re: having problem while implementing for loop in macro</title>
      <link>https://community.qlik.com/t5/QlikView/having-problem-while-implementing-for-loop-in-macro/m-p/1197638#M880993</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Have a look here:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/thread/234677"&gt;dynamically save various reports as pdf with different filename&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 10:07:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/having-problem-while-implementing-for-loop-in-macro/m-p/1197638#M880993</guid>
      <dc:creator>Frank_Hartmann</dc:creator>
      <dc:date>2016-10-14T10:07:20Z</dc:date>
    </item>
    <item>
      <title>Re: having problem while implementing for loop in macro</title>
      <link>https://community.qlik.com/t5/QlikView/having-problem-while-implementing-for-loop-in-macro/m-p/1197639#M880994</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Frank Hartman,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sub Exportppt&lt;/P&gt;&lt;P&gt;Set PPApp = CreateObject("Powerpoint.Application")&lt;/P&gt;&lt;P&gt;PPApp.Visible = True ' Create a presentation&lt;/P&gt;&lt;P&gt;Set PPPres = PPApp.Presentations.Add&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;Set PPSlide = PPPres.Slides.Add(1, 1)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;PPSlide.Shapes(1).Delete ' removes the title&lt;/P&gt;&lt;P&gt;PPSlide.Shapes(1).Delete ' removes the text box&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;ActiveDocument.GetSheetObject("TX6362").CopyBitmapToClipboard&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;ActiveDocument.GetApplication.WaitForIdle&lt;/P&gt;&lt;P&gt;&amp;nbsp; with PPSlide.Shapes.Paste&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; .Left&amp;nbsp; = 300&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; .Top&amp;nbsp; = 25&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; end with&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ActiveDocument.GetSheetObject("CH1708").CopyBitmapToClipboard&lt;/P&gt;&lt;P&gt;ActiveDocument.GetApplication.WaitForIdle&lt;/P&gt;&lt;P&gt;&amp;nbsp; with PPSlide.Shapes.Paste&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; .Left&amp;nbsp; = 50&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; .Top&amp;nbsp; = 100&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; end with&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Above is the code which i am using to export chart and textbox.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now i have a COUNTRY field in application ,My requirement is when I click a button value of country will be automatically selected and save as different name in system.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have for loop coding with me but it is not working when i try to implement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sub ExportCharts()&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;set field1Values = ActiveDocument.Fields("&amp;lt;your first field here&amp;gt;").GetPossibleValues&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;chartList = ActiveDocument.ActiveSheet.GetGraphs&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;for i = 0 to field1Values.Count - 1&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; for j = 0 to field2Values.Count - 1&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; for k = 0 to field3Values.Count - 1&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ActiveDocument.ClearAll()&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ActiveDocument.Fields("&amp;lt;your first field here&amp;gt;").Select field1Values.Item(i).Text&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ActiveDocument.Fields("&amp;lt;your second field here&amp;gt;").Select field1Values.Item(j).Text&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ActiveDocument.Fields("&amp;lt;your third field here&amp;gt;").Select field1Values.Item(k).Text&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ' ... export operations here...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; next&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; next&lt;/P&gt;&lt;P&gt;next&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;end Sub&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please let me know how to implement above looping code into the application.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Tripati&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 15 Oct 2016 06:33:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/having-problem-while-implementing-for-loop-in-macro/m-p/1197639#M880994</guid>
      <dc:creator>tripatirao</dc:creator>
      <dc:date>2016-10-15T06:33:54Z</dc:date>
    </item>
    <item>
      <title>Re: having problem while implementing for loop in macro</title>
      <link>https://community.qlik.com/t5/QlikView/having-problem-while-implementing-for-loop-in-macro/m-p/1197640#M880995</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;is this what you want to achieve?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="140726" alt="Aufnahme_2016_10_15_11_02_23_200.gif" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/140726_Aufnahme_2016_10_15_11_02_23_200.gif" style="height: 349px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If yes, then try attached sample.&lt;/P&gt;&lt;P&gt;Or do you need to export these Objects into &lt;STRONG&gt;one&lt;/STRONG&gt; Powerpointdocument?&lt;/P&gt;&lt;P&gt;Hope this helps&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 15 Oct 2016 09:07:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/having-problem-while-implementing-for-loop-in-macro/m-p/1197640#M880995</guid>
      <dc:creator>Frank_Hartmann</dc:creator>
      <dc:date>2016-10-15T09:07:38Z</dc:date>
    </item>
    <item>
      <title>Re: having problem while implementing for loop in macro</title>
      <link>https://community.qlik.com/t5/QlikView/having-problem-while-implementing-for-loop-in-macro/m-p/1197641#M880996</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you need to export all the objects into a single document, then use attached code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Aufnahme_2016_10_15_11_55_08_665.gif" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/140727_Aufnahme_2016_10_15_11_55_08_665.gif" style="height: 349px; width: 620px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 15 Oct 2016 09:59:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/having-problem-while-implementing-for-loop-in-macro/m-p/1197641#M880996</guid>
      <dc:creator>Frank_Hartmann</dc:creator>
      <dc:date>2016-10-15T09:59:08Z</dc:date>
    </item>
    <item>
      <title>Re: having problem while implementing for loop in macro</title>
      <link>https://community.qlik.com/t5/QlikView/having-problem-while-implementing-for-loop-in-macro/m-p/1197642#M880997</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 for your solution,&lt;/P&gt;&lt;P&gt;I have multiple chart to be exported to PPT by selecting country one after another&amp;nbsp; automatically by qlikview.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have attached the VB script code&amp;nbsp; where i have mentioned all Chartid and Textbox id which need to be exported to PPT for each country&lt;/P&gt;&lt;P&gt;and stores in a specific location in system like&lt;/P&gt;&lt;P&gt;country1.ppt&lt;/P&gt;&lt;P&gt;country2.ppt&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards&lt;/P&gt;&lt;P&gt;Tripati&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Oct 2016 14:46:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/having-problem-while-implementing-for-loop-in-macro/m-p/1197642#M880997</guid>
      <dc:creator>tripatirao</dc:creator>
      <dc:date>2016-10-18T14:46:48Z</dc:date>
    </item>
    <item>
      <title>Re: having problem while implementing for loop in macro</title>
      <link>https://community.qlik.com/t5/QlikView/having-problem-while-implementing-for-loop-in-macro/m-p/1197643#M880998</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Have a look at the attached macro. Just copy an paste into your module.&lt;/P&gt;&lt;P&gt;but there are two things you will have to take care of:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. create Qlikview Variable &lt;STRONG&gt;(Settings--&amp;gt;Variable Overview--&amp;gt;add)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; vFinal=GetFieldSelections(PasteNameYourCountryFieldHere)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;2 adjust this path according your local environment (This should be the Directory in which you want to save the reports):&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Unbenannt.png" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/141039_Unbenannt.png" style="height: 118px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;this should loop through your countryfield and creates your report for all countries!&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, 18 Oct 2016 15:56:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/having-problem-while-implementing-for-loop-in-macro/m-p/1197643#M880998</guid>
      <dc:creator>Frank_Hartmann</dc:creator>
      <dc:date>2016-10-18T15:56:53Z</dc:date>
    </item>
    <item>
      <title>Re: having problem while implementing for loop in macro</title>
      <link>https://community.qlik.com/t5/QlikView/having-problem-while-implementing-for-loop-in-macro/m-p/1197644#M880999</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;3. here has to be the correct CountryFieldname:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="141054" alt="Unbenannt.png" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/141054_Unbenannt.png" style="height: 255px; width: 620px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Oct 2016 16:24:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/having-problem-while-implementing-for-loop-in-macro/m-p/1197644#M880999</guid>
      <dc:creator>Frank_Hartmann</dc:creator>
      <dc:date>2016-10-18T16:24:28Z</dc:date>
    </item>
    <item>
      <title>Re: having problem while implementing for loop in macro</title>
      <link>https://community.qlik.com/t5/QlikView/having-problem-while-implementing-for-loop-in-macro/m-p/1197645#M881000</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 for your solution .Its working fine.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Tripati&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Oct 2016 05:01:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/having-problem-while-implementing-for-loop-in-macro/m-p/1197645#M881000</guid>
      <dc:creator>tripatirao</dc:creator>
      <dc:date>2016-10-19T05:01:13Z</dc:date>
    </item>
    <item>
      <title>Re: having problem while implementing for loop in macro</title>
      <link>https://community.qlik.com/t5/QlikView/having-problem-while-implementing-for-loop-in-macro/m-p/1197646#M881001</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;Now I have last requirement ,I have to send these PPT to email.&lt;/P&gt;&lt;P&gt;Can you please assist me how to do this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Tripati&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Oct 2016 05:46:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/having-problem-while-implementing-for-loop-in-macro/m-p/1197646#M881001</guid>
      <dc:creator>tripatirao</dc:creator>
      <dc:date>2016-10-19T05:46:52Z</dc:date>
    </item>
    <item>
      <title>Re: having problem while implementing for loop in macro</title>
      <link>https://community.qlik.com/t5/QlikView/having-problem-while-implementing-for-loop-in-macro/m-p/1197647#M881002</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;to how many receivers do you have to send these reports?&lt;/P&gt;&lt;P&gt;One countryreport to one receiver or all countryreports to all receivers? ....&lt;/P&gt;&lt;P&gt;Please give more detail on your requirement&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Oct 2016 06:12:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/having-problem-while-implementing-for-loop-in-macro/m-p/1197647#M881002</guid>
      <dc:creator>Frank_Hartmann</dc:creator>
      <dc:date>2016-10-19T06:12:17Z</dc:date>
    </item>
    <item>
      <title>Re: having problem while implementing for loop in macro</title>
      <link>https://community.qlik.com/t5/QlikView/having-problem-while-implementing-for-loop-in-macro/m-p/1197648#M881003</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;Right now I have 12 country report with me. If I click a button all 12 reports will go to only one email id.&lt;/P&gt;&lt;P&gt;Kindly let me know any more information you want from my side.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Tripati&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Oct 2016 06:49:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/having-problem-while-implementing-for-loop-in-macro/m-p/1197648#M881003</guid>
      <dc:creator>tripatirao</dc:creator>
      <dc:date>2016-10-19T06:49:16Z</dc:date>
    </item>
    <item>
      <title>Re: having problem while implementing for loop in macro</title>
      <link>https://community.qlik.com/t5/QlikView/having-problem-while-implementing-for-loop-in-macro/m-p/1197649#M881004</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have attached the piece of code which you will have to paste/insert above the "End sub" statement of your export macro. You will just have to adapt your email, pass, smtpport, mailserver, mailsubject, mailbody and the paths of the generated reports.&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>Wed, 19 Oct 2016 07:06:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/having-problem-while-implementing-for-loop-in-macro/m-p/1197649#M881004</guid>
      <dc:creator>Frank_Hartmann</dc:creator>
      <dc:date>2016-10-19T07:06:17Z</dc:date>
    </item>
    <item>
      <title>Re: having problem while implementing for loop in macro</title>
      <link>https://community.qlik.com/t5/QlikView/having-problem-while-implementing-for-loop-in-macro/m-p/1197650#M881005</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 for your reply.&lt;/P&gt;&lt;P&gt;I have added the code given by you. But no luck.&lt;/P&gt;&lt;P&gt;After exporting ppt to desired folder it is asking for reciever mail id in qlikview front application.Once I enter the reciever email, it is coming back to vb script editor.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Note:I am doing entire things in local system not in server and the reciever emal id and sender email id domain is gmail.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For your reference&amp;nbsp; I have attached the script.Please check and do the needful.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Tripati&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Oct 2016 11:07:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/having-problem-while-implementing-for-loop-in-macro/m-p/1197650#M881005</guid>
      <dc:creator>tripatirao</dc:creator>
      <dc:date>2016-10-19T11:07:41Z</dc:date>
    </item>
    <item>
      <title>Re: having problem while implementing for loop in macro</title>
      <link>https://community.qlik.com/t5/QlikView/having-problem-while-implementing-for-loop-in-macro/m-p/1197651#M881006</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Fill in the correct gmail smtp settings:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;mail Server = "smtp.gmail.com"&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;SMTPport = 465&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Unbenannt.png" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/141198_Unbenannt.png" style="height: 255px; width: 620px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Oct 2016 11:50:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/having-problem-while-implementing-for-loop-in-macro/m-p/1197651#M881006</guid>
      <dc:creator>Frank_Hartmann</dc:creator>
      <dc:date>2016-10-19T11:50:24Z</dc:date>
    </item>
    <item>
      <title>Re: having problem while implementing for loop in macro</title>
      <link>https://community.qlik.com/t5/QlikView/having-problem-while-implementing-for-loop-in-macro/m-p/1197652#M881007</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 for help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Code is working properly.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Just changesd &lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;SMTPport =25&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Tripati&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Oct 2016 06:52:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/having-problem-while-implementing-for-loop-in-macro/m-p/1197652#M881007</guid>
      <dc:creator>tripatirao</dc:creator>
      <dc:date>2016-10-20T06:52:23Z</dc:date>
    </item>
  </channel>
</rss>

