<?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: Avoiding textfields to be read as numbers in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Avoiding-textfields-to-be-read-as-numbers/m-p/690399#M249965</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;in my oracle it seems it works with text&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;load DEPTNO, text(DNAME), LOC;&lt;/P&gt;&lt;P&gt;sql select * from dept;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;oracle&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="1.png" class="jive-image" src="https://community.qlik.com/legacyfs/online/62536_1.png" style="width: auto; height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;qlikview&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="11.png" class="jive-image" src="https://community.qlik.com/legacyfs/online/62540_11.png" style="width: auto; height: auto;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 16 Jul 2014 16:52:02 GMT</pubDate>
    <dc:creator>maxgro</dc:creator>
    <dc:date>2014-07-16T16:52:02Z</dc:date>
    <item>
      <title>Avoiding textfields to be read as numbers</title>
      <link>https://community.qlik.com/t5/QlikView/Avoiding-textfields-to-be-read-as-numbers/m-p/690398#M249964</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I read from a view in Oracle database where a field has different VARCHAR values '4140' and '04140' however in QLIKVIEW both becomes '04140'. Is there a way to tell Qlikview it is two distinct values without change the values?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There are other values with just text, and they are OK.&lt;/P&gt;&lt;P&gt;If I add an 'a' in front of the values in the Oracle view, no leading zeros are added in Qlikview. So I take it has to do with Qlikviews in memory representation. But the field is a VARCHAR so adding a to_char() doesn't help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there an option, setting or another way that could prevent this?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Jul 2014 15:08:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Avoiding-textfields-to-be-read-as-numbers/m-p/690398#M249964</guid>
      <dc:creator />
      <dc:date>2014-07-16T15:08:17Z</dc:date>
    </item>
    <item>
      <title>Re: Avoiding textfields to be read as numbers</title>
      <link>https://community.qlik.com/t5/QlikView/Avoiding-textfields-to-be-read-as-numbers/m-p/690399#M249965</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;in my oracle it seems it works with text&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;load DEPTNO, text(DNAME), LOC;&lt;/P&gt;&lt;P&gt;sql select * from dept;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;oracle&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="1.png" class="jive-image" src="https://community.qlik.com/legacyfs/online/62536_1.png" style="width: auto; height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;qlikview&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="11.png" class="jive-image" src="https://community.qlik.com/legacyfs/online/62540_11.png" style="width: auto; height: auto;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Jul 2014 16:52:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Avoiding-textfields-to-be-read-as-numbers/m-p/690399#M249965</guid>
      <dc:creator>maxgro</dc:creator>
      <dc:date>2014-07-16T16:52:02Z</dc:date>
    </item>
    <item>
      <title>Re: Avoiding textfields to be read as numbers</title>
      <link>https://community.qlik.com/t5/QlikView/Avoiding-textfields-to-be-read-as-numbers/m-p/690400#M249966</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;P&gt;That does it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My problem was that I only had&lt;/P&gt;&lt;P&gt;LOAD&lt;/P&gt;&lt;P&gt;Select * FROM ...;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The trick about LOAD &amp;lt;mention all fields with formatting&amp;gt;;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; SELECT * FROM ...;&lt;/P&gt;&lt;P&gt;keeps the data right, however the load is no longer generic.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Jul 2014 09:18:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Avoiding-textfields-to-be-read-as-numbers/m-p/690400#M249966</guid>
      <dc:creator />
      <dc:date>2014-07-17T09:18:23Z</dc:date>
    </item>
  </channel>
</rss>

