<?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: Problem in Load in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Problem-in-Load/m-p/929801#M647956</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, Jonathan.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Tks for the answer.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In fact they are web files and I know the full name, but there is a new file every day.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The full name is &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12px;"&gt;BigDataEmplGeral + Date of creation+ .txt&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If I understood what you said, I won't use "*" replacing the date and read all files in the web, will I?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 11 Sep 2015 14:16:54 GMT</pubDate>
    <dc:creator />
    <dc:date>2015-09-11T14:16:54Z</dc:date>
    <item>
      <title>Problem in Load</title>
      <link>https://community.qlik.com/t5/QlikView/Problem-in-Load/m-p/929798#M647952</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey there,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm trying to load from server some TXT files.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;They have the same structure and file name, just change the end of the name by the date.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Example:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BigDataEmplGeral0908.txt&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BigDataEmplGeral0909.txt&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'd like Loading all of them like:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BigDataEmplGeral*.txt&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If I try to do it from a folder in my Desktop, I get, but I'm trying the same in server:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;[&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://public/public/BigDataEmplGeral*.txt" rel="nofollow"&gt;http://public/public/BigDataEmplGeral*.txt&lt;/A&gt;&lt;SPAN&gt;] and It's giving error.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Someone?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Sep 2015 23:18:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Problem-in-Load/m-p/929798#M647952</guid>
      <dc:creator />
      <dc:date>2015-09-10T23:18:58Z</dc:date>
    </item>
    <item>
      <title>Re: Problem in Load</title>
      <link>https://community.qlik.com/t5/QlikView/Problem-in-Load/m-p/929799#M647954</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What is the error that you are seeing?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Sep 2015 09:44:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Problem-in-Load/m-p/929799#M647954</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2015-09-11T09:44:29Z</dc:date>
    </item>
    <item>
      <title>Re: Problem in Load</title>
      <link>https://community.qlik.com/t5/QlikView/Problem-in-Load/m-p/929800#M647955</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The http protocol does not support wildcards like that. The same applies to the ftp protocol.They also do not support iteration with FileList().&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If these are sharepoint files, try to access them from the network folder, rather than via sharepoint.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If they are web files, you will need to know the full file names. For FTP you can run an LS command and get the file list into a local file which you can then read. For http files, it depends on the web site.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Sep 2015 09:56:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Problem-in-Load/m-p/929800#M647955</guid>
      <dc:creator>jonathandienst</dc:creator>
      <dc:date>2015-09-11T09:56:34Z</dc:date>
    </item>
    <item>
      <title>Re: Problem in Load</title>
      <link>https://community.qlik.com/t5/QlikView/Problem-in-Load/m-p/929801#M647956</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, Jonathan.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Tks for the answer.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In fact they are web files and I know the full name, but there is a new file every day.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The full name is &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12px;"&gt;BigDataEmplGeral + Date of creation+ .txt&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If I understood what you said, I won't use "*" replacing the date and read all files in the web, will I?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Sep 2015 14:16:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Problem-in-Load/m-p/929801#M647956</guid>
      <dc:creator />
      <dc:date>2015-09-11T14:16:54Z</dc:date>
    </item>
    <item>
      <title>Re: Problem in Load</title>
      <link>https://community.qlik.com/t5/QlikView/Problem-in-Load/m-p/929802#M647957</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you know what the file name will be, you could do it dynamically something like this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Let vDate = Date(Today(), 'MMDD');&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOAD * &lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;FROM &lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://public/public/BigDataEmplGeral$(VDate).txt" rel="nofollow"&gt;http://public/public/BigDataEmplGeral$(VDate).txt&lt;/A&gt;&lt;/P&gt;&lt;P&gt;(txt, ....);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Adapt this to your exact requirements.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Sep 2015 14:33:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Problem-in-Load/m-p/929802#M647957</guid>
      <dc:creator>jonathandienst</dc:creator>
      <dc:date>2015-09-11T14:33:49Z</dc:date>
    </item>
  </channel>
</rss>

