<?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 Error loading data in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Error-loading-data/m-p/234025#M714739</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;I am having trouble with qlikview when loading a very specific set of data. For some strange reason, QV does not recognize "0E0" and "0E1" as different data values. When loading the following table, qv reads 5 records but only 4 distinct values.&lt;/P&gt;&lt;P&gt;this is the script:&lt;I&gt;&lt;/I&gt;&lt;/P&gt;&lt;PRE ___default_attr="plain" class="jive_text_macro jive_macro_code" jivemacro="code"&gt;&lt;I&gt;&lt;/I&gt;T_Table:&lt;BR /&gt;LOAD * INLINE [&lt;BR /&gt;Field&lt;BR /&gt;0E1&lt;BR /&gt;0E0&lt;BR /&gt;AAA&lt;BR /&gt;BBB&lt;BR /&gt;CCC];&lt;I&gt;&lt;/I&gt;&lt;/PRE&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;I would appreciate if anyone knows how to fix this.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;munirche&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 11 Oct 2010 18:50:04 GMT</pubDate>
    <dc:creator>munirche</dc:creator>
    <dc:date>2010-10-11T18:50:04Z</dc:date>
    <item>
      <title>Error loading data</title>
      <link>https://community.qlik.com/t5/QlikView/Error-loading-data/m-p/234025#M714739</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;I am having trouble with qlikview when loading a very specific set of data. For some strange reason, QV does not recognize "0E0" and "0E1" as different data values. When loading the following table, qv reads 5 records but only 4 distinct values.&lt;/P&gt;&lt;P&gt;this is the script:&lt;I&gt;&lt;/I&gt;&lt;/P&gt;&lt;PRE ___default_attr="plain" class="jive_text_macro jive_macro_code" jivemacro="code"&gt;&lt;I&gt;&lt;/I&gt;T_Table:&lt;BR /&gt;LOAD * INLINE [&lt;BR /&gt;Field&lt;BR /&gt;0E1&lt;BR /&gt;0E0&lt;BR /&gt;AAA&lt;BR /&gt;BBB&lt;BR /&gt;CCC];&lt;I&gt;&lt;/I&gt;&lt;/PRE&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;I would appreciate if anyone knows how to fix this.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;munirche&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Oct 2010 18:50:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Error-loading-data/m-p/234025#M714739</guid>
      <dc:creator>munirche</dc:creator>
      <dc:date>2010-10-11T18:50:04Z</dc:date>
    </item>
    <item>
      <title>Error loading data</title>
      <link>https://community.qlik.com/t5/QlikView/Error-loading-data/m-p/234026#M714740</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That is weird. I can't say I know why it is happening.&lt;/P&gt;&lt;P&gt;To fix it, you should format the field as Text, use:&lt;/P&gt;&lt;BLOCKQUOTE style="overflow-x: scroll;"&gt;&lt;PRE style="margin: 0px;"&gt;T_Table:&lt;BR /&gt;LOAD Text(Field) As Field INLINE [&lt;BR /&gt; Field&lt;BR /&gt; 0E1&lt;BR /&gt; 0E0&lt;BR /&gt; AAA&lt;BR /&gt; BBB&lt;BR /&gt; CCC&lt;BR /&gt;];&lt;/PRE&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;EDIT: Could QlikView be treating it as scientific notation? 0 x 10^1 and 0 x 10^0 would both be zero?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Oct 2010 19:09:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Error-loading-data/m-p/234026#M714740</guid>
      <dc:creator />
      <dc:date>2010-10-11T19:09:38Z</dc:date>
    </item>
    <item>
      <title>Error loading data</title>
      <link>https://community.qlik.com/t5/QlikView/Error-loading-data/m-p/234027#M714741</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Your observation looks correct since =1E0*5 in QlikView equals 5 and QlikView treats 0A1 and 0A0 as distinct.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Oct 2010 19:25:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Error-loading-data/m-p/234027#M714741</guid>
      <dc:creator>pover</dc:creator>
      <dc:date>2010-10-11T19:25:26Z</dc:date>
    </item>
    <item>
      <title>Error loading data</title>
      <link>https://community.qlik.com/t5/QlikView/Error-loading-data/m-p/234028#M714742</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;NMiller, thanks for your help.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;munirche&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Oct 2010 20:13:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Error-loading-data/m-p/234028#M714742</guid>
      <dc:creator>munirche</dc:creator>
      <dc:date>2010-10-11T20:13:24Z</dc:date>
    </item>
  </channel>
</rss>

