<?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: Qlikview Load all files but doesn't show in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Qlikview-leading-zeros/m-p/688719#M1078040</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;It seems working fine.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Look at the attached application and image.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have value &lt;STRONG style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;00003755, &lt;/STRONG&gt;which is displaying as it is its not converted to &lt;STRONG style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;3755&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Secondly there is no issue even in your row count&lt;/P&gt;&lt;P&gt;you used&lt;/P&gt;&lt;P&gt;GetPossibleCount(PlantId) Which returned &lt;STRONG style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #000000;"&gt;29399&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Defination:&lt;/P&gt;&lt;P class="syntax"&gt;&lt;A name="kanchor285"&gt;&lt;/A&gt;&lt;A name="getpossiblecount"&gt;&lt;/A&gt;&lt;SPAN class="Bold"&gt;getpossiblecount (&lt;/SPAN&gt;&lt;SPAN class="Italic"&gt;FieldName&lt;/SPAN&gt;&lt;SPAN class="Bold"&gt;)&lt;/SPAN&gt; &lt;/P&gt;&lt;P&gt;Returns the current number of possible values in a field. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Use below will give your correct count&lt;/P&gt;&lt;P&gt;count(PlantId) will return &lt;STRONG style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #000000;"&gt;29884&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #000000;"&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #000000;"&gt;I believe earlier you had corrupted file, Its work fine now.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #000000;"&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #000000;"&gt;Regards&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #000000;"&gt;ASHFAQ&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 16 Jul 2014 14:14:43 GMT</pubDate>
    <dc:creator>ashfaq_haseeb</dc:creator>
    <dc:date>2014-07-16T14:14:43Z</dc:date>
    <item>
      <title>Qlikview leading zeros</title>
      <link>https://community.qlik.com/t5/QlikView/Qlikview-leading-zeros/m-p/688718#M1078039</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Lately i'am working a lot with Qlikview and more i know more i think i can't do without struggling with the program and some unforgivable bugs (In the reports exists a lot of them).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;One of my problems right now is Qlikview is loading all the contents but for no reason is merging a id &lt;STRONG&gt;(I've used the text() function)&lt;/STRONG&gt;&amp;nbsp; with leading zeros with another with only numbers &lt;STRONG&gt;(i've used the text() function)&lt;/STRONG&gt; as a example "00003755" with "3755"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;I've attached the QVW, QVD and the same data from QVD exported to a CSV, you can open the csv with notepad and search for "3755" and "00003755" and see they exist and they're different ids.&lt;/STRONG&gt; &lt;SPAN style="color: #ff6600;"&gt;&lt;STRONG&gt;(Don't open with excel, because excel removes the leading zeros)&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #ff6600;"&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="; color: #000000;"&gt;&lt;STRONG&gt;The total of the Rows Loaded are 29884 and it matches from the SQL db, but the in the PlantId are only displayed 29399.&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #ff6600;"&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #ff6600;"&gt;&lt;STRONG&gt;Another problem is with the left join, the left join seems to assume the same behavior merging 00003755 with 3755 even if they're loaded as text()&lt;BR /&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Jul 2014 14:00:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Qlikview-leading-zeros/m-p/688718#M1078039</guid>
      <dc:creator />
      <dc:date>2014-07-16T14:00:39Z</dc:date>
    </item>
    <item>
      <title>Re: Qlikview Load all files but doesn't show</title>
      <link>https://community.qlik.com/t5/QlikView/Qlikview-leading-zeros/m-p/688719#M1078040</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;It seems working fine.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Look at the attached application and image.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have value &lt;STRONG style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;00003755, &lt;/STRONG&gt;which is displaying as it is its not converted to &lt;STRONG style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;3755&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Secondly there is no issue even in your row count&lt;/P&gt;&lt;P&gt;you used&lt;/P&gt;&lt;P&gt;GetPossibleCount(PlantId) Which returned &lt;STRONG style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #000000;"&gt;29399&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Defination:&lt;/P&gt;&lt;P class="syntax"&gt;&lt;A name="kanchor285"&gt;&lt;/A&gt;&lt;A name="getpossiblecount"&gt;&lt;/A&gt;&lt;SPAN class="Bold"&gt;getpossiblecount (&lt;/SPAN&gt;&lt;SPAN class="Italic"&gt;FieldName&lt;/SPAN&gt;&lt;SPAN class="Bold"&gt;)&lt;/SPAN&gt; &lt;/P&gt;&lt;P&gt;Returns the current number of possible values in a field. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Use below will give your correct count&lt;/P&gt;&lt;P&gt;count(PlantId) will return &lt;STRONG style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #000000;"&gt;29884&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #000000;"&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #000000;"&gt;I believe earlier you had corrupted file, Its work fine now.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #000000;"&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #000000;"&gt;Regards&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #000000;"&gt;ASHFAQ&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Jul 2014 14:14:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Qlikview-leading-zeros/m-p/688719#M1078040</guid>
      <dc:creator>ashfaq_haseeb</dc:creator>
      <dc:date>2014-07-16T14:14:43Z</dc:date>
    </item>
    <item>
      <title>Re: Qlikview Load all files but doesn't show</title>
      <link>https://community.qlik.com/t5/QlikView/Qlikview-leading-zeros/m-p/688720#M1078041</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;But Ashfaq and the PlantId 3755 where is? That's the problem, you're right I've made a mistake in the getPossibleCount!&lt;/P&gt;&lt;P&gt;If you search for &lt;STRONG&gt;3755&lt;/STRONG&gt; which is different from 00003755&amp;nbsp; Qlikview doesn't find it&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you open the CSV file you will see 2 distincts ids:&lt;/P&gt;&lt;TABLE&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;&lt;/TD&gt;&lt;TD&gt;Line 8197: "00003755","COMERCIAL DE ESTIVAS REGO LT","False","True","False","False","AV DOS OITIS&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;TABLE&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;&lt;/TD&gt;&lt;TD&gt;Line 12996: "3755","VSI ESPANA SL Pol. Ind. Les Comes","False","True","False","False","C/ Franca 15.&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Jul 2014 14:23:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Qlikview-leading-zeros/m-p/688720#M1078041</guid>
      <dc:creator />
      <dc:date>2014-07-16T14:23:47Z</dc:date>
    </item>
    <item>
      <title>Re: Qlikview leading zeros</title>
      <link>https://community.qlik.com/t5/QlikView/Qlikview-leading-zeros/m-p/688721#M1078042</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;BR /&gt;Hello All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think you should do something like this after loading the data,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;Load&amp;nbsp; *,&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;ID&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;new_id&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;I found one link which may be helpful for you&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;A href="http://www.qlikcommunity.com/thread/62522" title="http://www.qlikcommunity.com/thread/62522"&gt;Leading zeros | Qlik Community&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Jul 2014 10:36:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Qlikview-leading-zeros/m-p/688721#M1078042</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-07-17T10:36:52Z</dc:date>
    </item>
  </channel>
</rss>

