<?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: Qlik having problem with some values, changing them to zero in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Qlik-having-problem-with-some-values-changing-them-to-zero/m-p/5549#M791602</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Have you tried using a preceding LOAD with the Text() function?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 01 Feb 2018 23:29:54 GMT</pubDate>
    <dc:creator>swuehl</dc:creator>
    <dc:date>2018-02-01T23:29:54Z</dc:date>
    <item>
      <title>Qlik having problem with some values, changing them to zero</title>
      <link>https://community.qlik.com/t5/QlikView/Qlik-having-problem-with-some-values-changing-them-to-zero/m-p/5545#M791598</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all&lt;/P&gt;&lt;P&gt;I am having challenges with the values in curr grade field. When ever Qlik finds a value 0E? (range 1- 300) it changes it to zero.&lt;/P&gt;&lt;P&gt;See attached example. Any suggestions to work around?? my suspicion is that it has something to do with Exponential&amp;nbsp; x to the power&lt;/P&gt;&lt;P&gt;&lt;IMG alt="data.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/191057_data.PNG" style="height: auto;" /&gt;&lt;IMG alt="qlik.PNG" class="jive-image image-2" src="https://community.qlik.com/legacyfs/online/191058_qlik.PNG" style="height: auto;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Qlik-having-problem-with-some-values-changing-them-to-zero/m-p/5545#M791598</guid>
      <dc:creator>rmuhammad</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik having problem with some values, changing them to zero</title>
      <link>https://community.qlik.com/t5/QlikView/Qlik-having-problem-with-some-values-changing-them-to-zero/m-p/5546#M791599</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You're right, the automatic number interpretation kicks in, use Text() to avoid this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOAD EMPLID, MONTH, YEAR, &lt;STRONG&gt;Text(GRADE2) as GRADE2&lt;/STRONG&gt;, LEFT, LEN, RIGHT, MASK&lt;/P&gt;&lt;P&gt;FROM [EXPO ERR.xlsx] (ooxml, embedded labels);&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Jan 2018 14:46:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Qlik-having-problem-with-some-values-changing-them-to-zero/m-p/5546#M791599</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2018-01-23T14:46:45Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik having problem with some values, changing them to zero</title>
      <link>https://community.qlik.com/t5/QlikView/Qlik-having-problem-with-some-values-changing-them-to-zero/m-p/5547#M791600</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;LOAD EMPLID, MONTH, YEAR, &lt;SPAN style="color: #ff0000;"&gt;Text(GRADE2) as GRADE2&lt;/SPAN&gt;, LEFT, LEN, RIGHT, MASK&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;FROM [EXPO ERR.xlsx] (ooxml, embedded labels);&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Jan 2018 14:47:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Qlik-having-problem-with-some-values-changing-them-to-zero/m-p/5547#M791600</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2018-01-23T14:47:22Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik having problem with some values, changing them to zero</title>
      <link>https://community.qlik.com/t5/QlikView/Qlik-having-problem-with-some-values-changing-them-to-zero/m-p/5548#M791601</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This issue is bit more complicated. Actual I am loading it from DB2 SQL and i used CHAR() but it didnt help. Only work around so far I found is to insert some character in value and after the load use text(replace()).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SELECT&amp;nbsp; &lt;SPAN style="text-decoration: underline;"&gt;&lt;SPAN style="color: #ff0000; text-decoration: underline;"&gt;CHAR&lt;/SPAN&gt;&lt;/SPAN&gt;(&lt;SPAN style="font-size: 13.3333px;"&gt;CURR_GRADE ) AS CH,&lt;/SPAN&gt;&lt;/P&gt;&lt;H3&gt;&lt;SPAN style="color: #000000;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; CASE WHEN (CURR_GRADE LIKE '0E%') THEN CONCAT(CONCAT(LEFT(CURR_GRADE,2),'|'), RIGHT(CURR_GRADE,LENGTH(CURR_GRADE)-2)) END AS TEST ,&lt;/SPAN&gt;&lt;/H3&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Jan 2018 19:40:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Qlik-having-problem-with-some-values-changing-them-to-zero/m-p/5548#M791601</guid>
      <dc:creator>rmuhammad</dc:creator>
      <dc:date>2018-01-23T19:40:39Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik having problem with some values, changing them to zero</title>
      <link>https://community.qlik.com/t5/QlikView/Qlik-having-problem-with-some-values-changing-them-to-zero/m-p/5549#M791602</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Have you tried using a preceding LOAD with the Text() function?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Feb 2018 23:29:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Qlik-having-problem-with-some-values-changing-them-to-zero/m-p/5549#M791602</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2018-02-01T23:29:54Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik having problem with some values, changing them to zero</title>
      <link>https://community.qlik.com/t5/QlikView/Qlik-having-problem-with-some-values-changing-them-to-zero/m-p/5550#M791603</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 can try&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Text(Grade2) as Grade2 while loading&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 Feb 2018 05:49:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Qlik-having-problem-with-some-values-changing-them-to-zero/m-p/5550#M791603</guid>
      <dc:creator>shiveshsingh</dc:creator>
      <dc:date>2018-02-02T05:49:01Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik having problem with some values, changing them to zero</title>
      <link>https://community.qlik.com/t5/QlikView/Qlik-having-problem-with-some-values-changing-them-to-zero/m-p/5551#M791604</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;H3 style="font-size: 18px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f2f2f2;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-family: inherit; color: #000000;"&gt;&lt;STRONG&gt;in the load I have inserted pipe sign&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/H3&gt;&lt;P&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-family: inherit; color: #000000;"&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;H3 style="font-size: 18px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f2f2f2;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-family: inherit; color: #000000;"&gt;&lt;STRONG&gt;CASE WHEN (CURR_GRADE LIKE '0E%') THEN CONCAT(CONCAT(LEFT(CURR_GRADE,2),'|'), RIGHT(CURR_GRADE,LENGTH(CURR_GRADE)-2)) END AS TEST ,&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/H3&gt;&lt;P&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-family: inherit; color: #000000;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-family: inherit; color: #000000;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000;"&gt;&lt;SPAN style="font-style: inherit; font-family: inherit; font-weight: inherit;"&gt;then used function &lt;/SPAN&gt;Replace&lt;SPAN style="font-style: inherit; font-family: inherit; font-weight: inherit;"&gt;() to remove | &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #000000;"&gt;character&lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-style: inherit; font-family: inherit; font-weight: inherit;"&gt; and applied Text(). This is the only successful work around I have found&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 Feb 2018 13:52:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Qlik-having-problem-with-some-values-changing-them-to-zero/m-p/5551#M791604</guid>
      <dc:creator>rmuhammad</dc:creator>
      <dc:date>2018-02-02T13:52:48Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik having problem with some values, changing them to zero</title>
      <link>https://community.qlik.com/t5/QlikView/Qlik-having-problem-with-some-values-changing-them-to-zero/m-p/5552#M791605</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You are note using preceding LOAD, right? As Stefan suggests, this a very simple "work around".&lt;/P&gt;&lt;P&gt;You could solve many simular problem With Preceding LOAD.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 Feb 2018 14:00:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Qlik-having-problem-with-some-values-changing-them-to-zero/m-p/5552#M791605</guid>
      <dc:creator>stabben23</dc:creator>
      <dc:date>2018-02-02T14:00:42Z</dc:date>
    </item>
  </channel>
</rss>

