<?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: Load from Web in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Load-from-Web/m-p/407851#M1163260</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;You cann't do it like with folders as in this case QV performs a standart http get request to the URI provided.&lt;/P&gt;&lt;P&gt;To load the list of files your website should return it.&lt;/P&gt;&lt;P&gt;Just paste the link that you used to take the screenshot to the load wizard in QV and check.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 06 Nov 2012 18:12:06 GMT</pubDate>
    <dc:creator>whiteline</dc:creator>
    <dc:date>2012-11-06T18:12:06Z</dc:date>
    <item>
      <title>Load from Web</title>
      <link>https://community.qlik.com/t5/QlikView/Load-from-Web/m-p/407850#M1163259</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi there,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've never loaded from the web before (didn't even see I could before now).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We have a website where we get daily Fax reports on - each report is available by clicking on the date from a list of all reports (see image).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If I do the following in QlikView it works fine:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;STRONG&gt;LOAD *&lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;STRONG&gt;FROM&lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;STRONG&gt;&lt;SPAN&gt;[&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://XXXXX.YYYY.com/faxapp/reports/full_fax_20121105.txt"&gt;http://XXXXX.YYYY.com/faxapp/reports/full_fax_20121105.txt&lt;/A&gt;&lt;SPAN&gt;]&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;STRONG&gt;(txt, codepage is 1252, embedded labels, delimiter is '~', no quotes);&lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Usually, when pulling files from a folder, I would simply change the filename to &lt;EM&gt;&lt;STRONG&gt;&lt;EM&gt;&lt;STRONG&gt;full_fax_*.txt&lt;/STRONG&gt;&lt;/EM&gt;&lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;and this will load all files.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But this is not working - I then get a "field not found" error when trying to load.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How can I load the entire list of reports on the site? They are alwaus name "full_fax_&lt;EM&gt;YYYYMMDD&lt;/EM&gt;.txt"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Gerhard&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Nov 2012 16:23:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Load-from-Web/m-p/407850#M1163259</guid>
      <dc:creator>gerhardl</dc:creator>
      <dc:date>2012-11-06T16:23:07Z</dc:date>
    </item>
    <item>
      <title>Re: Load from Web</title>
      <link>https://community.qlik.com/t5/QlikView/Load-from-Web/m-p/407851#M1163260</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;You cann't do it like with folders as in this case QV performs a standart http get request to the URI provided.&lt;/P&gt;&lt;P&gt;To load the list of files your website should return it.&lt;/P&gt;&lt;P&gt;Just paste the link that you used to take the screenshot to the load wizard in QV and check.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Nov 2012 18:12:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Load-from-Web/m-p/407851#M1163260</guid>
      <dc:creator>whiteline</dc:creator>
      <dc:date>2012-11-06T18:12:06Z</dc:date>
    </item>
    <item>
      <title>Re: Load from Web</title>
      <link>https://community.qlik.com/t5/QlikView/Load-from-Web/m-p/407852#M1163261</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Alternatively, since you know there is 1 file per day, you can just create a FOR loop and populate it with calendar days. To make sure it doesn't just error out when a day's files are missing, you would need to set the ErrorMode variable. So something like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SET ErrorMode = 0;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LET vFirstDate = num(date('01/01/2012')); //change this to anything you like&lt;BR /&gt;LET vLastDate = num(today());&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;FOR i='$(vFirstDate)' TO '$(vLastDate)'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; LET vDateVariable = date($(i),'YYYYMMDD');&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Data:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; LOAD * FROM&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; [&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://XXXXX.YYYY.com/faxapp/reports/full_fax_$(vDateVariable).txt"&gt;http://XXXXX.YYYY.com/faxapp/reports/full_fax_$(vDateVariable).txt&lt;/A&gt;&lt;SPAN&gt;]&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; (txt, codepage is 1252, embedded labels, delimiter is '~', no quotes);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;NEXT&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SET ErrorMode = 1;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Nov 2012 19:36:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Load-from-Web/m-p/407852#M1163261</guid>
      <dc:creator>vgutkovsky</dc:creator>
      <dc:date>2012-11-06T19:36:25Z</dc:date>
    </item>
    <item>
      <title>Re: Load from Web</title>
      <link>https://community.qlik.com/t5/QlikView/Load-from-Web/m-p/407853#M1163262</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Perfect!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Works great, thank you... Now I want to figure out what it all means so I can learn to not ask here how to do everything. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Nov 2012 20:09:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Load-from-Web/m-p/407853#M1163262</guid>
      <dc:creator>gerhardl</dc:creator>
      <dc:date>2012-11-06T20:09:41Z</dc:date>
    </item>
  </channel>
</rss>

