<?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: Retrieving data from a web file using a URL in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Retrieving-data-from-a-web-file-using-a-URL/m-p/906231#M314907</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;No worries &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt; let me know if that resolves the issue when you re-run&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 14 Apr 2015 10:08:31 GMT</pubDate>
    <dc:creator />
    <dc:date>2015-04-14T10:08:31Z</dc:date>
    <item>
      <title>Retrieving data from a web file using a URL</title>
      <link>https://community.qlik.com/t5/QlikView/Retrieving-data-from-a-web-file-using-a-URL/m-p/906226#M314902</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi im doing a simple loop which should increment the pages in a url and give me a resultant output concatenating the results of the loop.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if I change the page number 1 at a time I can see that there is a value for each page.&lt;/P&gt;&lt;P&gt;when I run the loop I can see it increments through the 10 pages, however the result is just 1 line for 1 page.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;loop below:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;&lt;STRONG&gt;for&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;STRONG&gt;&lt;EM style=": ; color: #808080; font-size: 8pt;"&gt;i&lt;/EM&gt;&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt;=0 &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;to&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; 10&lt;BR /&gt; &lt;BR /&gt; &lt;/SPAN&gt;&lt;STRONG style=": ; color: #0000ff; font-size: 8pt;"&gt;LET&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;STRONG&gt;&lt;EM style=": ; color: #808080; font-size: 8pt;"&gt;$(vPage)&lt;/EM&gt;&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt; =&lt;/SPAN&gt;&lt;STRONG&gt;&lt;EM style=": ; color: #808080; font-size: 8pt;"&gt;$(i)&lt;/EM&gt;&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt;;&lt;BR /&gt; &lt;BR /&gt; &lt;BR /&gt; summaryTable:&lt;BR /&gt; &lt;/SPAN&gt;&lt;STRONG style=": ; color: #0000ff; font-size: 8pt;"&gt;LOAD&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;total_rows&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;,&lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;index&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;,&lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;PageNumber&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;,&lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;summaryKey&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;&amp;nbsp;&amp;nbsp; &lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;FROM&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;SPAN&gt; [&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://test.test-api.com/testing/api/sometable.php?appid=testappid&amp;amp;token=someToken&amp;amp;page=$(vPage" rel="nofollow"&gt;http://test.test-api.com/testing/api/sometable.php?appid=testappid&amp;amp;token=someToken&amp;amp;page=$(vPage&lt;/A&gt;&lt;SPAN&gt;)] &lt;/SPAN&gt;&lt;BR /&gt; (&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;XmlSimple&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;, &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Table&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;is&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; [sometable/summary]);&lt;BR /&gt; &lt;BR /&gt; &lt;BR /&gt; &lt;/SPAN&gt;&lt;STRONG style=": ; color: #0000ff; font-size: 8pt;"&gt;Next&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt; ; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;am i doing something obviously wrong here?, any pointers will be welcome&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Apr 2015 08:26:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Retrieving-data-from-a-web-file-using-a-URL/m-p/906226#M314902</guid>
      <dc:creator>nam</dc:creator>
      <dc:date>2015-04-14T08:26:25Z</dc:date>
    </item>
    <item>
      <title>Re: Retrieving data from a web file using a URL</title>
      <link>https://community.qlik.com/t5/QlikView/Retrieving-data-from-a-web-file-using-a-URL/m-p/906227#M314903</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;looks fine, and as you say is iterating through the 10 pages. When you hardcoded in page1 did you return more than a single row?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Joe&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Apr 2015 09:13:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Retrieving-data-from-a-web-file-using-a-URL/m-p/906227#M314903</guid>
      <dc:creator />
      <dc:date>2015-04-14T09:13:26Z</dc:date>
    </item>
    <item>
      <title>Re: Retrieving data from a web file using a URL</title>
      <link>https://community.qlik.com/t5/QlikView/Retrieving-data-from-a-web-file-using-a-URL/m-p/906228#M314904</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;if I hard code page 1 I get 1 row with the page number showing page 1 and so on for the other pages.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the&amp;nbsp; loop only returns the last page&amp;nbsp; its almost like it does not append to the first 1-9 pages.. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Apr 2015 09:19:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Retrieving-data-from-a-web-file-using-a-URL/m-p/906228#M314904</guid>
      <dc:creator>nam</dc:creator>
      <dc:date>2015-04-14T09:19:49Z</dc:date>
    </item>
    <item>
      <title>Re: Retrieving data from a web file using a URL</title>
      <link>https://community.qlik.com/t5/QlikView/Retrieving-data-from-a-web-file-using-a-URL/m-p/906229#M314905</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;BR /&gt;Ah right sorry, change&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;&lt;STRONG&gt;LET&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;STRONG style="color: #808080; font-size: 8pt;"&gt;&lt;EM&gt;$(vPage)&lt;/EM&gt;&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt; =&lt;/SPAN&gt;&lt;STRONG style="color: #808080; font-size: 8pt;"&gt;&lt;EM&gt;$(i)&lt;/EM&gt;&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt;;&lt;BR /&gt;&lt;/SPAN&gt;to LET vPage = $(i);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and give that a try, by expanding the variable like that, it's like you are saying&lt;/P&gt;&lt;P&gt;Let 1 = x&lt;/P&gt;&lt;P&gt;and not actually changing your vPage variable and looping the same page 10 times&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Joe&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Apr 2015 09:52:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Retrieving-data-from-a-web-file-using-a-URL/m-p/906229#M314905</guid>
      <dc:creator />
      <dc:date>2015-04-14T09:52:04Z</dc:date>
    </item>
    <item>
      <title>Re: Retrieving data from a web file using a URL</title>
      <link>https://community.qlik.com/t5/QlikView/Retrieving-data-from-a-web-file-using-a-URL/m-p/906230#M314906</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Joe Simmons&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Spot on. I overlooked that &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Apr 2015 09:56:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Retrieving-data-from-a-web-file-using-a-URL/m-p/906230#M314906</guid>
      <dc:creator>nam</dc:creator>
      <dc:date>2015-04-14T09:56:46Z</dc:date>
    </item>
    <item>
      <title>Re: Retrieving data from a web file using a URL</title>
      <link>https://community.qlik.com/t5/QlikView/Retrieving-data-from-a-web-file-using-a-URL/m-p/906231#M314907</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;No worries &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt; let me know if that resolves the issue when you re-run&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Apr 2015 10:08:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Retrieving-data-from-a-web-file-using-a-URL/m-p/906231#M314907</guid>
      <dc:creator />
      <dc:date>2015-04-14T10:08:31Z</dc:date>
    </item>
    <item>
      <title>Re: Retrieving data from a web file using a URL</title>
      <link>https://community.qlik.com/t5/QlikView/Retrieving-data-from-a-web-file-using-a-URL/m-p/906232#M314908</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That works perfect.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Apr 2015 10:37:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Retrieving-data-from-a-web-file-using-a-URL/m-p/906232#M314908</guid>
      <dc:creator>nam</dc:creator>
      <dc:date>2015-04-14T10:37:28Z</dc:date>
    </item>
    <item>
      <title>Re: Retrieving data from a web file using a URL</title>
      <link>https://community.qlik.com/t5/QlikView/Retrieving-data-from-a-web-file-using-a-URL/m-p/906233#M314909</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;perfect, can you mark and close this one down then if possible, cheers&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Apr 2015 11:02:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Retrieving-data-from-a-web-file-using-a-URL/m-p/906233#M314909</guid>
      <dc:creator />
      <dc:date>2015-04-14T11:02:08Z</dc:date>
    </item>
  </channel>
</rss>

