<?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: controlling the loop in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/controlling-the-loop/m-p/649794#M237677</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This may resolve your issue or help to point you in the right direction.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;see attached.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 18 Oct 2014 18:31:05 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2014-10-18T18:31:05Z</dc:date>
    <item>
      <title>controlling the loop</title>
      <link>https://community.qlik.com/t5/QlikView/controlling-the-loop/m-p/649788#M237671</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;I am new to VB Scripting in the edit Module and need you help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need the loop for the export ppt to be controlled. I could able to export the sheets to&amp;nbsp; PPT but unfortunately same sheets are repeating.&lt;/P&gt;&lt;P&gt;Suggest me how to control the loop&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Oct 2014 09:27:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/controlling-the-loop/m-p/649788#M237671</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-10-17T09:27:09Z</dc:date>
    </item>
    <item>
      <title>Re: controlling the loop</title>
      <link>https://community.qlik.com/t5/QlikView/controlling-the-loop/m-p/649789#M237672</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;Your problem is that you loop through all your sheets and then you export the objects from all sheets in each iteration.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You need to export just the objects from the sheet of current loop iteration.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Oct 2014 10:01:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/controlling-the-loop/m-p/649789#M237672</guid>
      <dc:creator>d_pranskus</dc:creator>
      <dc:date>2014-10-17T10:01:11Z</dc:date>
    </item>
    <item>
      <title>Re: controlling the loop</title>
      <link>https://community.qlik.com/t5/QlikView/controlling-the-loop/m-p/649790#M237673</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Darius for response&lt;/P&gt;&lt;P&gt;I am trying to do the same thing but unfortunately I cannot achieve the result&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need the selected sheet objects from all the sheets to be exported&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;can you share me the sample app&lt;/P&gt;&lt;P&gt;would be grateful &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Oct 2014 10:09:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/controlling-the-loop/m-p/649790#M237673</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-10-17T10:09:43Z</dc:date>
    </item>
    <item>
      <title>Re: Re: controlling the loop</title>
      <link>https://community.qlik.com/t5/QlikView/controlling-the-loop/m-p/649791#M237674</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please see attached&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f6f6f6;"&gt;Also on the last sheet there is a search object which for some reason is not copied to clipboard properly, that's why the statistic box is copied twice. This seems to be qv bug at least in the version I have.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Oct 2014 11:24:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/controlling-the-loop/m-p/649791#M237674</guid>
      <dc:creator>d_pranskus</dc:creator>
      <dc:date>2014-10-17T11:24:01Z</dc:date>
    </item>
    <item>
      <title>Re: controlling the loop</title>
      <link>https://community.qlik.com/t5/QlikView/controlling-the-loop/m-p/649792#M237675</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for the sharp solution&lt;/P&gt;&lt;P&gt;but still some suggestions required there are 3 sheets but in PPT we are getting 7 slides and also I need not to get the PPT button to be exported&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The same sheets objects to be placed in one Slide in the PPT (3Sheets to the 3 slides )&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kindly suggest on the same.&lt;/P&gt;&lt;P&gt;Hoping response from you &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Oct 2014 11:34:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/controlling-the-loop/m-p/649792#M237675</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-10-17T11:34:04Z</dc:date>
    </item>
    <item>
      <title>Re: controlling the loop</title>
      <link>https://community.qlik.com/t5/QlikView/controlling-the-loop/m-p/649793#M237676</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;Could this be of some help? &lt;A _jive_internal="true" class="loading" href="https://community.qlik.com/docs/DOC-3774" title="http://community.qlik.com/docs/DOC-3774"&gt;http://community.qlik.com/docs/DOC-3774&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Oct 2014 11:36:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/controlling-the-loop/m-p/649793#M237676</guid>
      <dc:creator>d_pranskus</dc:creator>
      <dc:date>2014-10-17T11:36:55Z</dc:date>
    </item>
    <item>
      <title>Re: controlling the loop</title>
      <link>https://community.qlik.com/t5/QlikView/controlling-the-loop/m-p/649794#M237677</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This may resolve your issue or help to point you in the right direction.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;see attached.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 18 Oct 2014 18:31:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/controlling-the-loop/m-p/649794#M237677</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-10-18T18:31:05Z</dc:date>
    </item>
    <item>
      <title>Re: Re: controlling the loop</title>
      <link>https://community.qlik.com/t5/QlikView/controlling-the-loop/m-p/649795#M237678</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks autopilot&lt;/P&gt;&lt;P&gt;for your immense help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you solved my problem almost but a minor correction could you let me know the positions of the object in&amp;nbsp; a proper way. as they are coincided one on other&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am a beginner in VB , so that I could not able to figure out where the changes are to be made.&lt;/P&gt;&lt;P&gt;My&amp;nbsp; user needs the objects position to be as same as in the QV dashboard&lt;BR /&gt;Hoping a positive feedback from your end.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 19 Oct 2014 07:25:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/controlling-the-loop/m-p/649795#M237678</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-10-19T07:25:15Z</dc:date>
    </item>
    <item>
      <title>Re: Re: Re: controlling the loop</title>
      <link>https://community.qlik.com/t5/QlikView/controlling-the-loop/m-p/649796#M237679</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;STRONG&gt;Thanks autopilot for your immense help.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you solved my problem almost but a minor correction needed .&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;I am sharing an exact requirement app in that I need the entire Main sheet , and in Sheet 1 and sheet 2 the pivot table and table boxes only to be exported to PPT&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;could you let me know how to set the positions of the object in&amp;nbsp; a proper way .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;I am a beginner in VB&lt;/STRONG&gt; , so that I could not able to figure out where the changes are to be made.&lt;/P&gt;&lt;P&gt;My&amp;nbsp; user needs the objects position to be as same as in the QV dashboard&lt;BR /&gt;Hoping a positive feedback from your end. (Share me the sample please)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Oct 2014 03:57:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/controlling-the-loop/m-p/649796#M237679</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-10-20T03:57:13Z</dc:date>
    </item>
    <item>
      <title>Re: Re: Re: Re: controlling the loop</title>
      <link>https://community.qlik.com/t5/QlikView/controlling-the-loop/m-p/649797#M237680</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;To adjust the shapes position in powerpoint, focus on lines 29 - 35 in the macro script.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;iterno = 1&lt;/P&gt;&lt;P&gt;for each shape in PPSlide.Shapes&lt;/P&gt;&lt;P&gt;with shape&lt;/P&gt;&lt;P&gt;.top = 1 * iterno&lt;/P&gt;&lt;P&gt;.left = 1&lt;/P&gt;&lt;P&gt;end with&lt;/P&gt;&lt;P&gt;iterno =&amp;nbsp; iterno * 270&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Oct 2014 15:00:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/controlling-the-loop/m-p/649797#M237680</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-10-20T15:00:11Z</dc:date>
    </item>
    <item>
      <title>Re: Re: Re: Re: controlling the loop</title>
      <link>https://community.qlik.com/t5/QlikView/controlling-the-loop/m-p/649798#M237681</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks autopilot&lt;/P&gt;&lt;P&gt;with this code I could only able to adjust the only one sheet object in each slide.&lt;/P&gt;&lt;P&gt;but I need to adjust all the sheet objects&lt;/P&gt;&lt;P&gt;could you let me know how to apply the same for more than one sheet objects &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Oct 2014 15:58:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/controlling-the-loop/m-p/649798#M237681</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-10-20T15:58:35Z</dc:date>
    </item>
  </channel>
</rss>

