<?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: difference between 1 and 001 in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/difference-between-1-and-001/m-p/488305#M687200</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Dimitri,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Use the function Num() and convert them into number and chek.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Santhosh G&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 09 Jan 2014 10:05:05 GMT</pubDate>
    <dc:creator />
    <dc:date>2014-01-09T10:05:05Z</dc:date>
    <item>
      <title>difference between 1 and 001</title>
      <link>https://community.qlik.com/t5/QlikView/difference-between-1-and-001/m-p/488300#M687193</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a problem with 0 bevore number in data mart (QV 11.2 SR3).&lt;/P&gt;&lt;P&gt;First I load from SQL a table with profit accounts. In this table there are two accounts 12345 and 0012345. Aftewards I load a table with values and join to the accounts table. The table with values has accounts 12345 and 0012345 too.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The problem: QlikView doesn't make difference between this accounts, shows in front end only 0012345 with count 2 and maps the values to both accounts cross over.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In script I define the format of the account field as Text(). Without success.&lt;/P&gt;&lt;P&gt; Any Ideas?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Jan 2014 09:46:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/difference-between-1-and-001/m-p/488300#M687193</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-01-09T09:46:55Z</dc:date>
    </item>
    <item>
      <title>Re: difference between 1 and 001</title>
      <link>https://community.qlik.com/t5/QlikView/difference-between-1-and-001/m-p/488301#M687194</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This will force QlikView to treat it like a text:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CUSTOMERS:&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;SQL SELECT '_' &amp;amp; ID as ID, &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&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; CustomerName,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&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; Address,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&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; ...&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;FROM Customers;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Jan 2014 09:53:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/difference-between-1-and-001/m-p/488301#M687194</guid>
      <dc:creator>luciancotea</dc:creator>
      <dc:date>2014-01-09T09:53:06Z</dc:date>
    </item>
    <item>
      <title>Re: difference between 1 and 001</title>
      <link>https://community.qlik.com/t5/QlikView/difference-between-1-and-001/m-p/488302#M687195</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;Qlikview interprets these as numbers. Use the text() function in the load to keep them in text format:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;LOAD text(account) As account,&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;...&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HTH&lt;/P&gt;&lt;P&gt;Jonathan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Jan 2014 09:53:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/difference-between-1-and-001/m-p/488302#M687195</guid>
      <dc:creator>jonathandienst</dc:creator>
      <dc:date>2014-01-09T09:53:48Z</dc:date>
    </item>
    <item>
      <title>Re: difference between 1 and 001</title>
      <link>https://community.qlik.com/t5/QlikView/difference-between-1-and-001/m-p/488303#M687196</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Text() should do the trick (used in the LOAD statement). How does your code look like?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Jan 2014 09:54:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/difference-between-1-and-001/m-p/488303#M687196</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2014-01-09T09:54:16Z</dc:date>
    </item>
    <item>
      <title>Re: difference between 1 and 001</title>
      <link>https://community.qlik.com/t5/QlikView/difference-between-1-and-001/m-p/488304#M687197</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;When using:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOAD Text(ID) as NewID;&lt;/P&gt;&lt;P&gt;SELECT ID&lt;/P&gt;&lt;P&gt;FROM Table;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;...the thing is that TEXT() is coming to help a little too late. QlikView already assumed that ID is numeric and made the transformation in SELECT section before passing it to LOAD section.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Jan 2014 09:57:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/difference-between-1-and-001/m-p/488304#M687197</guid>
      <dc:creator>luciancotea</dc:creator>
      <dc:date>2014-01-09T09:57:55Z</dc:date>
    </item>
    <item>
      <title>Re: difference between 1 and 001</title>
      <link>https://community.qlik.com/t5/QlikView/difference-between-1-and-001/m-p/488305#M687200</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Dimitri,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Use the function Num() and convert them into number and chek.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Santhosh G&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Jan 2014 10:05:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/difference-between-1-and-001/m-p/488305#M687200</guid>
      <dc:creator />
      <dc:date>2014-01-09T10:05:05Z</dc:date>
    </item>
    <item>
      <title>Re: difference between 1 and 001</title>
      <link>https://community.qlik.com/t5/QlikView/difference-between-1-and-001/m-p/488306#M687202</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;How do you mean, Text is coming to late?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My script&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;KONTEN_SUM_TMP: &lt;/P&gt;&lt;P&gt;&lt;STRONG style=": ; color: #0000ff; font-size: 8pt;"&gt;LOAD&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;UPPER&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Text&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;KONTO.GUV.SUM.KONTO&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;)) &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;as&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;KONTO.SUM.ACCOUNT&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;,&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ---&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;SELECT *&lt;BR /&gt;FROM dbo."V_FIN_D_KONTEN_R80"; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Join&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(KONTEN_SUM_TMP) &lt;BR /&gt;&lt;/SPAN&gt;&lt;STRONG style=": ; color: #0000ff; font-size: 8pt;"&gt;LOAD&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;UPPER&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Text&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;"GUV_SG"&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;)) &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;as&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;KONTO.SUM.ACCOUNT&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;, &lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ---&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;From&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; ..\..\Finanzen\4_QVD\FAKTEN_GUV.qvd(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;qvd&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;)&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;WHERE&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Year&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;GUV_DATUM&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;) &amp;gt;= &lt;/SPAN&gt;&lt;STRONG&gt;&lt;EM style=": ; color: #808080; font-size: 8pt;"&gt;$(strYEAR)&lt;/EM&gt;&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt;; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Jan 2014 10:10:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/difference-between-1-and-001/m-p/488306#M687202</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-01-09T10:10:17Z</dc:date>
    </item>
    <item>
      <title>Re: difference between 1 and 001</title>
      <link>https://community.qlik.com/t5/QlikView/difference-between-1-and-001/m-p/488307#M687203</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;
&lt;P&gt;LOAD *;&lt;/P&gt;
&lt;P&gt;SELECT * FROM table;&lt;/P&gt;
&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;is a two-steps process: first the SELECT is executed and the data is imported in QlikView; second step is the LOAD part, when applying QlikView specific functions to data already loaded.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Automatic data transformation is performed in step 1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;More details: To guess the fields type, QlikView is looking into a small set of your data. In your case, in &lt;SPAN style="color: #800000; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 11px; background-color: #f6f6f6;"&gt;KONTO.GUV.SUM.KONTO&lt;/SPAN&gt; field he sees only numbers (he is looking only in the first few records, he is not parsing everything) and he decides that it is numeric. Any future value in this field will be treated as numeric (if possible).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now, another trick to tell QlikView the correct types of your fields is to perform an initial inline LOAD with dummy data, but each column having the right type. After that, QlikView will not try to guess the fields type because he already have them (remember autoconcatenation).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the end, you can remove the dummy data.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Jan 2014 10:23:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/difference-between-1-and-001/m-p/488307#M687203</guid>
      <dc:creator>luciancotea</dc:creator>
      <dc:date>2014-01-09T10:23:24Z</dc:date>
    </item>
    <item>
      <title>Re: difference between 1 and 001</title>
      <link>https://community.qlik.com/t5/QlikView/difference-between-1-and-001/m-p/488308#M687204</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Lucian&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;strange, I had the same problem and solved it after the same suggestion (use text ()....)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;A _jive_internal="true" href="https://community.qlik.com/thread/102160"&gt;http://community.qlik.com/thread/102160&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Jan 2014 10:35:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/difference-between-1-and-001/m-p/488308#M687204</guid>
      <dc:creator>maxgro</dc:creator>
      <dc:date>2014-01-09T10:35:00Z</dc:date>
    </item>
    <item>
      <title>Re: difference between 1 and 001</title>
      <link>https://community.qlik.com/t5/QlikView/difference-between-1-and-001/m-p/488309#M687205</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Like I said, QlikView performs a check on a small set of data in the first step. In your case he didn't encountered only numeric.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;That is why text() doesn't always work.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Jan 2014 11:03:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/difference-between-1-and-001/m-p/488309#M687205</guid>
      <dc:creator>luciancotea</dc:creator>
      <dc:date>2014-01-09T11:03:05Z</dc:date>
    </item>
    <item>
      <title>Re: difference between 1 and 001</title>
      <link>https://community.qlik.com/t5/QlikView/difference-between-1-and-001/m-p/488310#M687206</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Unfortunately is it the right solution. I expected more intelligence from QlikView.&lt;/P&gt;&lt;P&gt;The script command Text() doesn't always work (see below). If I easy load account list and calculate, it works fine.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In my case I loaded the account list at the first step from SQL parent child table with hierarchybelongsto command.&lt;/P&gt;&lt;P&gt;Here doesn't work the commant Text(). Finally I used the tip above in the SQL statement. It is ok now.&amp;nbsp; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Jan 2014 13:02:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/difference-between-1-and-001/m-p/488310#M687206</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-01-09T13:02:29Z</dc:date>
    </item>
  </channel>
</rss>

