<?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 Problems Loading Data in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Problems-Loading-Data/m-p/249536#M1205379</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;did u try with no qoutes?&lt;/P&gt;&lt;P&gt;FROM zzz.dat (ansi, txt, delimiter is '\t', no labels, &lt;B&gt;no quotes);&lt;/B&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 30 Mar 2010 14:52:21 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2010-03-30T14:52:21Z</dc:date>
    <item>
      <title>Problems Loading Data</title>
      <link>https://community.qlik.com/t5/QlikView/Problems-Loading-Data/m-p/249524#M1205367</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am loading 3 years of data all from ascii files organized by invoice number. There are no errors in loading however I noticed some line items that are in the ascii files are not in Qlikview. Has anyone else experienced this or have a possible solution to this?.&lt;/P&gt;&lt;P&gt;When I do a search, there are no selections made that would limit the data output.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 Mar 2010 19:47:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Problems-Loading-Data/m-p/249524#M1205367</guid>
      <dc:creator />
      <dc:date>2010-03-29T19:47:55Z</dc:date>
    </item>
    <item>
      <title>Problems Loading Data</title>
      <link>https://community.qlik.com/t5/QlikView/Problems-Loading-Data/m-p/249525#M1205368</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;While I haven't had this problem personally, I've heard of it. I believe the problem in that case was that there was some sort of end of file character in the file, so no records past that point were being read in. I can't remember the solution. It's possible you have the same problem.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 Mar 2010 20:09:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Problems-Loading-Data/m-p/249525#M1205368</guid>
      <dc:creator>johnw</dc:creator>
      <dc:date>2010-03-29T20:09:04Z</dc:date>
    </item>
    <item>
      <title>Problems Loading Data</title>
      <link>https://community.qlik.com/t5/QlikView/Problems-Loading-Data/m-p/249526#M1205369</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It seems to be a chunk of data records in the middle of the file that do not load.&lt;/P&gt;&lt;P&gt;UPDATE: I tried moving one of the missing records to the top of the table and it appeared in Qlikview. Though this fixed this one record, there is no way to know how many are like this.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 Mar 2010 20:23:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Problems-Loading-Data/m-p/249526#M1205369</guid>
      <dc:creator />
      <dc:date>2010-03-29T20:23:11Z</dc:date>
    </item>
    <item>
      <title>Problems Loading Data</title>
      <link>https://community.qlik.com/t5/QlikView/Problems-Loading-Data/m-p/249527#M1205370</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That seems to support the theory that there's some sort of bad character(s) in the file. After all, if moving the row itself to the top makes it appear, the problem likely doesn't have anything to do with the row itself.&lt;/P&gt;&lt;P&gt;If you can figure out exactly which row is the last one being read in, you might be able to look at the file with a hex editor and see if there's one or more messed up characters at that point. That's all I'm thinking of, anyway. If you find something, you could remove it and see if the load works. If it does, you'd need to figure out how the ascii file got corrupted in the first place.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 Mar 2010 21:25:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Problems-Loading-Data/m-p/249527#M1205370</guid>
      <dc:creator>johnw</dc:creator>
      <dc:date>2010-03-29T21:25:11Z</dc:date>
    </item>
    <item>
      <title>Problems Loading Data</title>
      <link>https://community.qlik.com/t5/QlikView/Problems-Loading-Data/m-p/249528#M1205371</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I will try that thanks, but from what I have seen, the rows missing are not all together in the file&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 Mar 2010 21:28:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Problems-Loading-Data/m-p/249528#M1205371</guid>
      <dc:creator />
      <dc:date>2010-03-29T21:28:59Z</dc:date>
    </item>
    <item>
      <title>Problems Loading Data</title>
      <link>https://community.qlik.com/t5/QlikView/Problems-Loading-Data/m-p/249529#M1205372</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hmmm, yeah, that would indicate that my guess is wrong. And I don't have another guess. Sorry!&lt;/P&gt;&lt;P&gt;Hopefully someone else has an idea.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 Mar 2010 21:49:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Problems-Loading-Data/m-p/249529#M1205372</guid>
      <dc:creator>johnw</dc:creator>
      <dc:date>2010-03-29T21:49:30Z</dc:date>
    </item>
    <item>
      <title>Problems Loading Data</title>
      <link>https://community.qlik.com/t5/QlikView/Problems-Loading-Data/m-p/249530#M1205373</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm guessing here, but could it be that you are looking for your records using an invoce number or something similar?&lt;/P&gt;&lt;P&gt;The thing is.. since numerical interpretation is at least hundreds of times faster than string interpretation, QlikView tries to interpret things numerically for performance reasons. If you have a field with the following values [ 005, 05, 5, 03 ] and load these into QV, QV will interpret the first three values as 5 but represent them as 005 which was the presentation value of the first number 5 value. You will see two values in a listbox: [005, 03] and the frequency on 005 will be 3. QlikView only stores each distinct value once and then just refers to that value when loading additional number 5 values. In this case one can load the values using the Text() function if they're in fact no supposed to be numerical. This way you will have a distinction between the values and get the full list in a listbox [005, 05, 5, 03].&lt;/P&gt;&lt;P&gt;Without having looked at your document or ascii files I'm suspecting that this might be your problem and that the records might actually be loaded already without you being able to find them.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Mar 2010 08:01:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Problems-Loading-Data/m-p/249530#M1205373</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2010-03-30T08:01:22Z</dc:date>
    </item>
    <item>
      <title>Problems Loading Data</title>
      <link>https://community.qlik.com/t5/QlikView/Problems-Loading-Data/m-p/249531#M1205374</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am looking for records via an invoice number however each one is distinct with 8 digits. None starting with 0.&lt;/P&gt;&lt;P&gt;I will try what you suggest but don't expect it to solve the problem here, thanks for the idea though!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Mar 2010 13:59:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Problems-Loading-Data/m-p/249531#M1205374</guid>
      <dc:creator />
      <dc:date>2010-03-30T13:59:09Z</dc:date>
    </item>
    <item>
      <title>Problems Loading Data</title>
      <link>https://community.qlik.com/t5/QlikView/Problems-Loading-Data/m-p/249532#M1205375</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi&lt;/P&gt;&lt;P&gt;did u tried to remove msq from the load?&lt;/P&gt;&lt;P&gt;instead of this&lt;/P&gt;&lt;P&gt;LOAD @1,&lt;BR /&gt; @2,&lt;BR /&gt; @3,&lt;BR /&gt; @4&lt;BR /&gt;FROM MVTABANNI.DAT (ansi, txt, delimiter is '\t', no labels, msq);&lt;/P&gt;&lt;P&gt;load without ,msq&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOAD @1,&lt;BR /&gt; @2,&lt;BR /&gt; @3,&lt;BR /&gt; @4&lt;BR /&gt;FROM MVTABANNI.DAT (ansi, txt, delimiter is '\t', no labels);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ciao&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Mar 2010 14:14:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Problems-Loading-Data/m-p/249532#M1205375</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2010-03-30T14:14:44Z</dc:date>
    </item>
    <item>
      <title>Problems Loading Data</title>
      <link>https://community.qlik.com/t5/QlikView/Problems-Loading-Data/m-p/249533#M1205376</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I just tried this, when loading the script i get Unknown file format specifier:&lt;/P&gt;&lt;P&gt;UPDATE i forgot to take away a comma, no more error but did not fix the problem.&lt;/P&gt;&lt;P&gt;I am starting to think it is related to the size of the ascii as there are more then 65K records (the limit in excel)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Mar 2010 14:25:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Problems-Loading-Data/m-p/249533#M1205376</guid>
      <dc:creator />
      <dc:date>2010-03-30T14:25:52Z</dc:date>
    </item>
    <item>
      <title>Problems Loading Data</title>
      <link>https://community.qlik.com/t5/QlikView/Problems-Loading-Data/m-p/249534#M1205377</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I don't think the problem is the size ... i have many project with ascii table and milions of record&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Mar 2010 14:31:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Problems-Loading-Data/m-p/249534#M1205377</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2010-03-30T14:31:42Z</dc:date>
    </item>
    <item>
      <title>Problems Loading Data</title>
      <link>https://community.qlik.com/t5/QlikView/Problems-Loading-Data/m-p/249535#M1205378</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I was mistaken, what you said about removing the msq partially worked.&lt;/P&gt;&lt;P&gt;I am loading 4 files, a 2007,2008,2009 and a YTD record&lt;/P&gt;&lt;P&gt;The YTD records I believe are now fully being loaded, the scripts are all identicle however with the three previous years, only 65,533 lines are being fetched from each.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Mar 2010 14:40:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Problems-Loading-Data/m-p/249535#M1205378</guid>
      <dc:creator />
      <dc:date>2010-03-30T14:40:26Z</dc:date>
    </item>
    <item>
      <title>Problems Loading Data</title>
      <link>https://community.qlik.com/t5/QlikView/Problems-Loading-Data/m-p/249536#M1205379</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;did u try with no qoutes?&lt;/P&gt;&lt;P&gt;FROM zzz.dat (ansi, txt, delimiter is '\t', no labels, &lt;B&gt;no quotes);&lt;/B&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Mar 2010 14:52:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Problems-Loading-Data/m-p/249536#M1205379</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2010-03-30T14:52:21Z</dc:date>
    </item>
    <item>
      <title>Problems Loading Data</title>
      <link>https://community.qlik.com/t5/QlikView/Problems-Loading-Data/m-p/249537#M1205380</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Just tried this, same results as before, only 65,533 lines fetched from three previous years, YTD fetched 146,554&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Mar 2010 14:59:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Problems-Loading-Data/m-p/249537#M1205380</guid>
      <dc:creator />
      <dc:date>2010-03-30T14:59:25Z</dc:date>
    </item>
    <item>
      <title>Problems Loading Data</title>
      <link>https://community.qlik.com/t5/QlikView/Problems-Loading-Data/m-p/249538#M1205381</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What alfasierra suggested worked in the end.&lt;/P&gt;&lt;P&gt;The three previous years files were corrupt, when I regenerated the files and removed the msq everthing loaded properly.&lt;/P&gt;&lt;P&gt;Thanks to everyone for there help!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Mar 2010 16:01:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Problems-Loading-Data/m-p/249538#M1205381</guid>
      <dc:creator />
      <dc:date>2010-03-30T16:01:15Z</dc:date>
    </item>
  </channel>
</rss>

