<?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: Nested for loop not working in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Nested-for-loop-not-working/m-p/1408621#M426290</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes that's correct.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 03 Nov 2017 10:58:52 GMT</pubDate>
    <dc:creator>cclayford</dc:creator>
    <dc:date>2017-11-03T10:58:52Z</dc:date>
    <item>
      <title>Nested for loop not working</title>
      <link>https://community.qlik.com/t5/QlikView/Nested-for-loop-not-working/m-p/1408614#M426283</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 am trying to use a nested for loop in this manner:&lt;/P&gt;&lt;P&gt;&lt;IMG alt="1.png" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/181982_1.png" style="height: 202px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;But i keep getting this error:&lt;/P&gt;&lt;P&gt;&lt;IMG alt="2.PNG" class="jive-image image-2" src="https://community.qlik.com/legacyfs/online/181983_2.PNG" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;Your help will be greatly appreciated.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Christopher.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Nov 2017 09:47:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Nested-for-loop-not-working/m-p/1408614#M426283</guid>
      <dc:creator>cclayford</dc:creator>
      <dc:date>2017-11-03T09:47:58Z</dc:date>
    </item>
    <item>
      <title>Re: Nested for loop not working</title>
      <link>https://community.qlik.com/t5/QlikView/Nested-for-loop-not-working/m-p/1408615#M426284</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Christopher,&lt;/P&gt;&lt;P&gt;if you add filelist, will that work? &lt;/P&gt;&lt;P&gt;for each a in &lt;STRONG&gt;filelist&lt;/STRONG&gt;('586',591'......)&lt;/P&gt;&lt;P&gt;for each b in &lt;STRONG&gt;filelist&lt;/STRONG&gt;('Prem.....)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Nov 2017 10:17:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Nested-for-loop-not-working/m-p/1408615#M426284</guid>
      <dc:creator>stabben23</dc:creator>
      <dc:date>2017-11-03T10:17:59Z</dc:date>
    </item>
    <item>
      <title>Re: Nested for loop not working</title>
      <link>https://community.qlik.com/t5/QlikView/Nested-for-loop-not-working/m-p/1408616#M426285</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Unfortunately that does not work, i get this syntax error:&lt;/P&gt;&lt;P&gt;&lt;IMG alt="3.png" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/181988_3.png" style="height: 192px; width: 620px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Nov 2017 10:25:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Nested-for-loop-not-working/m-p/1408616#M426285</guid>
      <dc:creator>cclayford</dc:creator>
      <dc:date>2017-11-03T10:25:55Z</dc:date>
    </item>
    <item>
      <title>Re: Nested for loop not working</title>
      <link>https://community.qlik.com/t5/QlikView/Nested-for-loop-not-working/m-p/1408617#M426286</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Christopher,&lt;/P&gt;&lt;P&gt;Try putting single quotes around your dollar sign expansions, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;... comp_id = '$(a)'&lt;/P&gt;&lt;P&gt;...table is ['$(b)'&amp;nbsp; League Table]&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Andrew&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PS &lt;EM&gt;C'mon the Gers!&lt;/EM&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Nov 2017 10:29:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Nested-for-loop-not-working/m-p/1408617#M426286</guid>
      <dc:creator>effinty2112</dc:creator>
      <dc:date>2017-11-03T10:29:57Z</dc:date>
    </item>
    <item>
      <title>Re: Nested for loop not working</title>
      <link>https://community.qlik.com/t5/QlikView/Nested-for-loop-not-working/m-p/1408618#M426287</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;ok, try then to add singlequote around Your variables, '$(a)' '$(b)' and delete filelist as mention above.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Nov 2017 10:30:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Nested-for-loop-not-working/m-p/1408618#M426287</guid>
      <dc:creator>stabben23</dc:creator>
      <dc:date>2017-11-03T10:30:40Z</dc:date>
    </item>
    <item>
      <title>Re: Nested for loop not working</title>
      <link>https://community.qlik.com/t5/QlikView/Nested-for-loop-not-working/m-p/1408619#M426288</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Nope that gives me this error:&lt;/P&gt;&lt;P&gt;&lt;IMG alt="4.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/181989_4.PNG" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;I can however confirm that if i load it without the "filelist" syntax, and single quotes, it does load the first comp_id, and table, but not the following ones:&lt;/P&gt;&lt;P&gt;&lt;IMG alt="5.png" class="jive-image image-2" src="https://community.qlik.com/legacyfs/online/181990_5.png" style="height: auto;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Nov 2017 10:41:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Nested-for-loop-not-working/m-p/1408619#M426288</guid>
      <dc:creator>cclayford</dc:creator>
      <dc:date>2017-11-03T10:41:25Z</dc:date>
    </item>
    <item>
      <title>Re: Nested for loop not working</title>
      <link>https://community.qlik.com/t5/QlikView/Nested-for-loop-not-working/m-p/1408620#M426289</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ok, one step further, and all URL is exactly the same except comp_id number?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Nov 2017 10:57:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Nested-for-loop-not-working/m-p/1408620#M426289</guid>
      <dc:creator>stabben23</dc:creator>
      <dc:date>2017-11-03T10:57:49Z</dc:date>
    </item>
    <item>
      <title>Re: Nested for loop not working</title>
      <link>https://community.qlik.com/t5/QlikView/Nested-for-loop-not-working/m-p/1408621#M426290</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes that's correct.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Nov 2017 10:58:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Nested-for-loop-not-working/m-p/1408621#M426290</guid>
      <dc:creator>cclayford</dc:creator>
      <dc:date>2017-11-03T10:58:52Z</dc:date>
    </item>
    <item>
      <title>Re: Nested for loop not working</title>
      <link>https://community.qlik.com/t5/QlikView/Nested-for-loop-not-working/m-p/1408622#M426291</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;ok, if you press OK, will it go on and try to load NEXT table. Click OK until Your loop is finished.&lt;/P&gt;&lt;P&gt;Maybe it will find some in Your interval.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Nov 2017 11:05:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Nested-for-loop-not-working/m-p/1408622#M426291</guid>
      <dc:creator>stabben23</dc:creator>
      <dc:date>2017-11-03T11:05:26Z</dc:date>
    </item>
    <item>
      <title>Re: Nested for loop not working</title>
      <link>https://community.qlik.com/t5/QlikView/Nested-for-loop-not-working/m-p/1408623#M426292</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It only found the first table:&lt;/P&gt;&lt;P&gt;&lt;IMG alt="6.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/181995_6.PNG" style="height: 748px; width: 620px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Nov 2017 11:09:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Nested-for-loop-not-working/m-p/1408623#M426292</guid>
      <dc:creator>cclayford</dc:creator>
      <dc:date>2017-11-03T11:09:12Z</dc:date>
    </item>
    <item>
      <title>Re: Nested for loop not working</title>
      <link>https://community.qlik.com/t5/QlikView/Nested-for-loop-not-working/m-p/1408624#M426293</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you check Your variables a and b in variable overview, what values do they have?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Nov 2017 11:17:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Nested-for-loop-not-working/m-p/1408624#M426293</guid>
      <dc:creator>stabben23</dc:creator>
      <dc:date>2017-11-03T11:17:03Z</dc:date>
    </item>
    <item>
      <title>Re: Nested for loop not working</title>
      <link>https://community.qlik.com/t5/QlikView/Nested-for-loop-not-working/m-p/1408625#M426294</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;IMG alt="7.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/181996_7.PNG" style="height: auto;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Nov 2017 11:19:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Nested-for-loop-not-working/m-p/1408625#M426294</guid>
      <dc:creator>cclayford</dc:creator>
      <dc:date>2017-11-03T11:19:54Z</dc:date>
    </item>
    <item>
      <title>Re: Nested for loop not working</title>
      <link>https://community.qlik.com/t5/QlikView/Nested-for-loop-not-working/m-p/1408626#M426295</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;ok, so a wont loop, try to delete singlequote in the list. for each a in 586, 591 ..aso&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Nov 2017 11:29:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Nested-for-loop-not-working/m-p/1408626#M426295</guid>
      <dc:creator>stabben23</dc:creator>
      <dc:date>2017-11-03T11:29:14Z</dc:date>
    </item>
    <item>
      <title>Re: Nested for loop not working</title>
      <link>https://community.qlik.com/t5/QlikView/Nested-for-loop-not-working/m-p/1408627#M426296</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Unfortunately that did not work. Got the same result.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Nov 2017 11:33:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Nested-for-loop-not-working/m-p/1408627#M426296</guid>
      <dc:creator>cclayford</dc:creator>
      <dc:date>2017-11-03T11:33:26Z</dc:date>
    </item>
    <item>
      <title>Re: Nested for loop not working</title>
      <link>https://community.qlik.com/t5/QlikView/Nested-for-loop-not-working/m-p/1408628#M426297</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;then delete singlequote around $(a) and still no singlequote in Your list&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Nov 2017 11:35:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Nested-for-loop-not-working/m-p/1408628#M426297</guid>
      <dc:creator>stabben23</dc:creator>
      <dc:date>2017-11-03T11:35:03Z</dc:date>
    </item>
    <item>
      <title>Re: Nested for loop not working</title>
      <link>https://community.qlik.com/t5/QlikView/Nested-for-loop-not-working/m-p/1408629#M426298</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The single quotes around $(a) and $(b) were already removed. If i add it, then it does not loop at all.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Nov 2017 11:39:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Nested-for-loop-not-working/m-p/1408629#M426298</guid>
      <dc:creator>cclayford</dc:creator>
      <dc:date>2017-11-03T11:39:22Z</dc:date>
    </item>
    <item>
      <title>Re: Nested for loop not working</title>
      <link>https://community.qlik.com/t5/QlikView/Nested-for-loop-not-working/m-p/1408630#M426299</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think it will be easier for you to troubleshoot with the script:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For each a in '586','591','600','594','599','593','590';&lt;/P&gt;&lt;P&gt;For each b in 'Premier League 17/18','Bundesliga 17/18','La Liga 17/18','French Ligue 1 17/18','Eredivisie 17/18','Serie A 2017/18','Scottish Premiership 17/18';&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;[Tables]:&lt;/P&gt;&lt;P&gt;LOAD&lt;/P&gt;&lt;P&gt;# as [Pos],&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Clubs as [Team],&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; P,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; W,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; D,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; L,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; F,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; A,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; GD,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Points as [Pts],&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 'League Table' as [Table Type]&lt;/P&gt;&lt;P&gt;FROM&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;[&lt;/SPAN&gt;&lt;A class="unlinked" rel="nofollow" target="_blank" title="https://www.statbunker.com/competitions/LeagueTable?comp_id=$(a"&gt;https://www.statbunker.com/competitions/LeagueTable?comp_id=$(a&lt;/A&gt;&lt;SPAN&gt;)]&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;(html, codepage is 1252, embedded labels, table is [$(b) League table]);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;NEXT a;&lt;/P&gt;&lt;P&gt;NEXT b;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Nov 2017 11:42:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Nested-for-loop-not-working/m-p/1408630#M426299</guid>
      <dc:creator>cclayford</dc:creator>
      <dc:date>2017-11-03T11:42:08Z</dc:date>
    </item>
    <item>
      <title>Re: Nested for loop not working</title>
      <link>https://community.qlik.com/t5/QlikView/Nested-for-loop-not-working/m-p/1408631#M426300</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;ok, a numeric value in for each should not have any singlequotes and will be expaned without $(a).&lt;/P&gt;&lt;P&gt;text values should have singlequotes around as in b, this should expand With '$(b)'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As you can see a wont loop for you, b will as it contains Scottish.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Nov 2017 11:46:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Nested-for-loop-not-working/m-p/1408631#M426300</guid>
      <dc:creator>stabben23</dc:creator>
      <dc:date>2017-11-03T11:46:26Z</dc:date>
    </item>
    <item>
      <title>Re: Nested for loop not working</title>
      <link>https://community.qlik.com/t5/QlikView/Nested-for-loop-not-working/m-p/1408632#M426301</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ok, i removed the 'a' and 'b' next to the "NEXT" function. It now loads all the tables, but it gives me errors in between:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Tables &amp;lt;&amp;lt; Premier League 17/18 League table 20 Lines fetched&lt;/P&gt;&lt;P&gt;Cannot locate table in HTML file&lt;/P&gt;&lt;P&gt;Cannot locate table in HTML file&lt;/P&gt;&lt;P&gt;Cannot locate table in HTML file&lt;/P&gt;&lt;P&gt;Cannot locate table in HTML file&lt;/P&gt;&lt;P&gt;Cannot locate table in HTML file&lt;/P&gt;&lt;P&gt;Cannot locate table in HTML file&lt;/P&gt;&lt;P&gt;Cannot locate table in HTML file&lt;/P&gt;&lt;P&gt;Tables &amp;lt;&amp;lt; Bundesliga 17/18 League table 38 Lines fetched&lt;/P&gt;&lt;P&gt;Cannot locate table in HTML file&lt;/P&gt;&lt;P&gt;Cannot locate table in HTML file&lt;/P&gt;&lt;P&gt;Cannot locate table in HTML file&lt;/P&gt;&lt;P&gt;Cannot locate table in HTML file&lt;/P&gt;&lt;P&gt;Cannot locate table in HTML file&lt;/P&gt;&lt;P&gt;Cannot locate table in HTML file&lt;/P&gt;&lt;P&gt;Cannot locate table in HTML file&lt;/P&gt;&lt;P&gt;Tables &amp;lt;&amp;lt; La Liga 17/18 League table 58 Lines fetched&lt;/P&gt;&lt;P&gt;Cannot locate table in HTML file&lt;/P&gt;&lt;P&gt;Cannot locate table in HTML file&lt;/P&gt;&lt;P&gt;Cannot locate table in HTML file&lt;/P&gt;&lt;P&gt;Cannot locate table in HTML file&lt;/P&gt;&lt;P&gt;Cannot locate table in HTML file&lt;/P&gt;&lt;P&gt;Cannot locate table in HTML file&lt;/P&gt;&lt;P&gt;Cannot locate table in HTML file&lt;/P&gt;&lt;P&gt;Tables &amp;lt;&amp;lt; French Ligue 1 17/18 League table 78 Lines fetched&lt;/P&gt;&lt;P&gt;Cannot locate table in HTML file&lt;/P&gt;&lt;P&gt;Cannot locate table in HTML file&lt;/P&gt;&lt;P&gt;Cannot locate table in HTML file&lt;/P&gt;&lt;P&gt;Cannot locate table in HTML file&lt;/P&gt;&lt;P&gt;Cannot locate table in HTML file&lt;/P&gt;&lt;P&gt;Cannot locate table in HTML file&lt;/P&gt;&lt;P&gt;Cannot locate table in HTML file&lt;/P&gt;&lt;P&gt;Tables &amp;lt;&amp;lt; Eredivisie 17/18 League table 96 Lines fetched&lt;/P&gt;&lt;P&gt;Cannot locate table in HTML file&lt;/P&gt;&lt;P&gt;Cannot locate table in HTML file&lt;/P&gt;&lt;P&gt;Cannot locate table in HTML file&lt;/P&gt;&lt;P&gt;Cannot locate table in HTML file&lt;/P&gt;&lt;P&gt;Cannot locate table in HTML file&lt;/P&gt;&lt;P&gt;Cannot locate table in HTML file&lt;/P&gt;&lt;P&gt;Cannot locate table in HTML file&lt;/P&gt;&lt;P&gt;Tables &amp;lt;&amp;lt; Serie A 2017/18 League table 116 Lines fetched&lt;/P&gt;&lt;P&gt;Cannot locate table in HTML file&lt;/P&gt;&lt;P&gt;Cannot locate table in HTML file&lt;/P&gt;&lt;P&gt;Cannot locate table in HTML file&lt;/P&gt;&lt;P&gt;Cannot locate table in HTML file&lt;/P&gt;&lt;P&gt;Cannot locate table in HTML file&lt;/P&gt;&lt;P&gt;Cannot locate table in HTML file&lt;/P&gt;&lt;P&gt;Cannot locate table in HTML file&lt;/P&gt;&lt;P&gt;Tables &amp;lt;&amp;lt; Scottish Premiership 17/18 League table 128 Lines fetched&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Nov 2017 12:14:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Nested-for-loop-not-working/m-p/1408632#M426301</guid>
      <dc:creator>cclayford</dc:creator>
      <dc:date>2017-11-03T12:14:02Z</dc:date>
    </item>
    <item>
      <title>Re: Nested for loop not working</title>
      <link>https://community.qlik.com/t5/QlikView/Nested-for-loop-not-working/m-p/1408633#M426302</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;what if you swith to:&lt;/P&gt;&lt;P&gt;Next b&lt;/P&gt;&lt;P&gt;Next a&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Nov 2017 12:14:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Nested-for-loop-not-working/m-p/1408633#M426302</guid>
      <dc:creator>stabben23</dc:creator>
      <dc:date>2017-11-03T12:14:30Z</dc:date>
    </item>
  </channel>
</rss>

