<?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: Include statement looping in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Include-statement-looping/m-p/1229835#M518085</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes i duplicating the script in the qvs files. All sorted now thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 25 Nov 2016 13:26:55 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2016-11-25T13:26:55Z</dc:date>
    <item>
      <title>Include statement looping</title>
      <link>https://community.qlik.com/t5/QlikView/Include-statement-looping/m-p/1229831#M518081</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 just saved my qlikview scripts as .qvs files and am using the include statement to call them from Qlikview. The scripts when run normally without .qvs work as expected. However, when I reload the scripts using the include function (and comment all the other script out) the scripts keep looping through all my include state&lt;SPAN style="font-size: 10pt;"&gt;ments. Does anyone know why this would be?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Example script:&lt;/P&gt;&lt;P&gt;$(Include=........\Script_1.qvs);&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;$(Include=........\Script_2.qvs);&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;$(Include=........\Script_3.qvs);&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;$(Include=........\Script_4.qvs);&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;$(Include=........\Script_5.qvs);&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 25 Nov 2016 12:34:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Include-statement-looping/m-p/1229831#M518081</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-11-25T12:34:17Z</dc:date>
    </item>
    <item>
      <title>Re: Include statement looping</title>
      <link>https://community.qlik.com/t5/QlikView/Include-statement-looping/m-p/1229832#M518082</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Looping through them? It never stops running is the issue?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 25 Nov 2016 12:38:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Include-statement-looping/m-p/1229832#M518082</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-11-25T12:38:17Z</dc:date>
    </item>
    <item>
      <title>Re: Include statement looping</title>
      <link>https://community.qlik.com/t5/QlikView/Include-statement-looping/m-p/1229833#M518083</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sunny,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;yes, it does not stop running&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 25 Nov 2016 13:03:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Include-statement-looping/m-p/1229833#M518083</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-11-25T13:03:34Z</dc:date>
    </item>
    <item>
      <title>Re: Include statement looping</title>
      <link>https://community.qlik.com/t5/QlikView/Include-statement-looping/m-p/1229834#M518084</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Does your Script_1.qvs have the &lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;$(Include=........\Script_1.qvs); &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;code in it?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If so remove it or comment out this line from the .qvs file. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 25 Nov 2016 13:22:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Include-statement-looping/m-p/1229834#M518084</guid>
      <dc:creator>stigchel</dc:creator>
      <dc:date>2016-11-25T13:22:44Z</dc:date>
    </item>
    <item>
      <title>Re: Include statement looping</title>
      <link>https://community.qlik.com/t5/QlikView/Include-statement-looping/m-p/1229835#M518085</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes i duplicating the script in the qvs files. All sorted now thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 25 Nov 2016 13:26:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Include-statement-looping/m-p/1229835#M518085</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-11-25T13:26:55Z</dc:date>
    </item>
  </channel>
</rss>

