<?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: QV showing incorrect values - load. Bug ? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/QV-showing-incorrect-values-load-Bug/m-p/404795#M699558</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you both for taking the time to think and analyse about this. You were spot on: text() did the trick.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;swuehl: good spottet. I hadn't even thought about that.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 05 Dec 2012 08:20:00 GMT</pubDate>
    <dc:creator />
    <dc:date>2012-12-05T08:20:00Z</dc:date>
    <item>
      <title>QV showing incorrect values - load. Bug ?</title>
      <link>https://community.qlik.com/t5/QlikView/QV-showing-incorrect-values-load-Bug/m-p/404790#M699553</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have just discovered that in some cases - haven't figured out when and why - QV shows incorrect values. E.g. take an id from another case_id.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Anyone experienced anything similar. Is it a bug ? Is there a fix. I'm still on 8,5.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I enclose an application to clarify.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Dec 2012 13:06:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/QV-showing-incorrect-values-load-Bug/m-p/404790#M699553</guid>
      <dc:creator />
      <dc:date>2012-12-04T13:06:24Z</dc:date>
    </item>
    <item>
      <title>Re: QV showing incorrect values - load. Bug ?</title>
      <link>https://community.qlik.com/t5/QlikView/QV-showing-incorrect-values-load-Bug/m-p/404791#M699554</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm using QV11 SR2, and at first sight it seems strange indeed... I'll have to think about it for a while to see why it is (if there is a reason at all). &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So I think things are not changed in v11SR2&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;#Edit, when you put the function&lt;STRONG&gt; text() &lt;/STRONG&gt;around your fieldnames, the problem is gone...&lt;/P&gt;&lt;P&gt;So the issue is in the fact that it gets converted to numeric/int...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE __default_attr="plain" __jive_macro_name="code" class="jive_text_macro jive_macro_code _jivemacro_uid_13546272353608204" jivemacro_uid="_13546272353608204"&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Load &lt;STRONG&gt;text(&lt;/STRONG&gt;Case_id) as Case_id,&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; (Ref) as Ref inline [&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Case_id, Ref&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 6132398, '115154'&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 2628159, '2215-0004-12'&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 1519326, '26-59-8'&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 2931587, '12548'&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 6982151, '1515'&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;/PRE&gt;&lt;P&gt;&lt;BR /&gt;I cannot really judge whether it is a QV-bug... My opinion would be yes (but perhaps that is too easy). I would say Qlikview should consider the data in the column Ref, and when it does not have only numerical characters, then evaluate it to text and not to numeric/integer&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Dec 2012 13:13:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/QV-showing-incorrect-values-load-Bug/m-p/404791#M699554</guid>
      <dc:creator />
      <dc:date>2012-12-04T13:13:05Z</dc:date>
    </item>
    <item>
      <title>Re: QV showing incorrect values - load. Bug ?</title>
      <link>https://community.qlik.com/t5/QlikView/QV-showing-incorrect-values-load-Bug/m-p/404792#M699555</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;CODE class="jive-code"&gt;2215-0004-12 is interpreted as April 12, 2215, which has a numeric representation of 115154.&lt;/CODE&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can call this QV-AI-running-wild a bug, I assume the developers think it works as designed.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Dec 2012 14:48:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/QV-showing-incorrect-values-load-Bug/m-p/404792#M699555</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2012-12-04T14:48:20Z</dc:date>
    </item>
    <item>
      <title>Re: QV showing incorrect values - load. Bug ?</title>
      <link>https://community.qlik.com/t5/QlikView/QV-showing-incorrect-values-load-Bug/m-p/404793#M699556</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Interesting finding (I didn't have an idea where it came from). But in the table-viewer, I see that the field &lt;STRONG&gt;Ref&lt;/STRONG&gt; has the tags &lt;EM&gt;numeric, Integer&lt;/EM&gt; and not Date... &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So IMO it is at least misleading :-).&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Dec 2012 16:15:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/QV-showing-incorrect-values-load-Bug/m-p/404793#M699556</guid>
      <dc:creator />
      <dc:date>2012-12-04T16:15:41Z</dc:date>
    </item>
    <item>
      <title>Re: QV showing incorrect values - load. Bug ?</title>
      <link>https://community.qlik.com/t5/QlikView/QV-showing-incorrect-values-load-Bug/m-p/404794#M699557</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am far from saying this is intuitive or not misleading.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I don't really know how (or based on what actions / informations) QV creates the tags, so I started not to heavily rely on them anyway.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It might seems kind of strange that QV interprets above as a Date even when the date format is set to something different (like in the sample). &lt;/P&gt;&lt;P&gt;I believe QV is always accepting ISO formatted dates (no, not always, try adding &lt;EM&gt;date#('2215-04-12') as Date&lt;/EM&gt; to the INLINE LOAD, it will not parse the value as date, you need to add the format).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So, QV is &lt;EM&gt;sometimes &lt;/EM&gt;accepting ISO formatted dates (even at places you won't expect it to do).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sometimes I wish QV had an optional switch 'Disable all automatism'...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think the work around is like you already stated above, use text() around the Ref field name.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Stefan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Dec 2012 17:11:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/QV-showing-incorrect-values-load-Bug/m-p/404794#M699557</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2012-12-04T17:11:05Z</dc:date>
    </item>
    <item>
      <title>Re: QV showing incorrect values - load. Bug ?</title>
      <link>https://community.qlik.com/t5/QlikView/QV-showing-incorrect-values-load-Bug/m-p/404795#M699558</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you both for taking the time to think and analyse about this. You were spot on: text() did the trick.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;swuehl: good spottet. I hadn't even thought about that.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Dec 2012 08:20:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/QV-showing-incorrect-values-load-Bug/m-p/404795#M699558</guid>
      <dc:creator />
      <dc:date>2012-12-05T08:20:00Z</dc:date>
    </item>
  </channel>
</rss>

