<?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: Leading zeros in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Leading-zeros/m-p/281505#M104700</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;Try using the&amp;nbsp; Text() in your load script, it converts numbers to text.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ex:&lt;/P&gt;&lt;P&gt;LOAD&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Text(FieldName) AS Field1,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; '&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; '&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; '&lt;/P&gt;&lt;P&gt;FROM FileName;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Jagan.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 14 Feb 2012 12:25:14 GMT</pubDate>
    <dc:creator>jagan</dc:creator>
    <dc:date>2012-02-14T12:25:14Z</dc:date>
    <item>
      <title>Leading zeros</title>
      <link>https://community.qlik.com/t5/QlikView/Leading-zeros/m-p/281504#M104699</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Good day,&lt;/P&gt;&lt;P&gt;I am having an issue when exporting to excel, where the leading zero's are being dropped. How would I be able to resolve this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you in advance.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kamiel&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Feb 2012 12:22:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Leading-zeros/m-p/281504#M104699</guid>
      <dc:creator>kamielrajaram</dc:creator>
      <dc:date>2012-02-14T12:22:35Z</dc:date>
    </item>
    <item>
      <title>Re: Leading zeros</title>
      <link>https://community.qlik.com/t5/QlikView/Leading-zeros/m-p/281505#M104700</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;Try using the&amp;nbsp; Text() in your load script, it converts numbers to text.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ex:&lt;/P&gt;&lt;P&gt;LOAD&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Text(FieldName) AS Field1,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; '&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; '&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; '&lt;/P&gt;&lt;P&gt;FROM FileName;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Jagan.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Feb 2012 12:25:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Leading-zeros/m-p/281505#M104700</guid>
      <dc:creator>jagan</dc:creator>
      <dc:date>2012-02-14T12:25:14Z</dc:date>
    </item>
    <item>
      <title>Leading zeros</title>
      <link>https://community.qlik.com/t5/QlikView/Leading-zeros/m-p/281506#M104701</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;This is not in the load. It is in the dimension on a straight table. I have edited the field text(field). It displays correctly on the document, but when I click the XL icon the leading zero is dropped.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Kamiel&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Feb 2012 12:28:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Leading-zeros/m-p/281506#M104701</guid>
      <dc:creator>kamielrajaram</dc:creator>
      <dc:date>2012-02-14T12:28:36Z</dc:date>
    </item>
    <item>
      <title>Leading zeros</title>
      <link>https://community.qlik.com/t5/QlikView/Leading-zeros/m-p/281507#M104702</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You probably used the formatting in the "Numbers" tab in your object, I guess. My proposal is to import your data as text in your load script, TEXT(YourFigures) AS Field1. Maybe, the problem can be solved when you just go to Settings / Document Properties / Numbers and choose number format "Mixed" and "Survive Reload" in the settings for your field.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Does this work?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;sebablum&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Feb 2012 12:33:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Leading-zeros/m-p/281507#M104702</guid>
      <dc:creator />
      <dc:date>2012-02-14T12:33:03Z</dc:date>
    </item>
    <item>
      <title>Leading zeros</title>
      <link>https://community.qlik.com/t5/QlikView/Leading-zeros/m-p/281508#M104703</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Thank you, I have checked and those settings already exist. It seems to have resolved itself. Thnak you for your assistance. Previously under dimension it was =&lt;EM&gt;&lt;STRONG&gt;T&lt;/STRONG&gt;&lt;/EM&gt;text(field) and now it is =text(field). not sure if this is an issue.&lt;/P&gt;&lt;P&gt;Thank you again for your assistance&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Kamiel&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Feb 2012 12:38:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Leading-zeros/m-p/281508#M104703</guid>
      <dc:creator>kamielrajaram</dc:creator>
      <dc:date>2012-02-14T12:38:38Z</dc:date>
    </item>
    <item>
      <title>Re: Leading zeros</title>
      <link>https://community.qlik.com/t5/QlikView/Leading-zeros/m-p/281509#M104704</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;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Hope the attached qv file will be help for your requirement,&lt;/P&gt;&lt;P&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; Export the table which is available in the attached qv file.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ashok.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Feb 2012 13:48:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Leading-zeros/m-p/281509#M104704</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-02-14T13:48:18Z</dc:date>
    </item>
    <item>
      <title>Leading zeros</title>
      <link>https://community.qlik.com/t5/QlikView/Leading-zeros/m-p/281510#M104705</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Good day,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm back with the same question. I have tried all mentioned solutions ans none seem to work on a large dataset. I am exporting 400000 rows to excel and the leading zeros are getting dropped. if I limit the dataset, the 0's are present. I am at a loss of whta the issue may be. In my load from the qvd file the load is&amp;nbsp; Load text(dialling code from file .qvd()qvd. I also adfd acalculated dimesion text(dialling code).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any help would be appreciated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Apr 2012 06:18:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Leading-zeros/m-p/281510#M104705</guid>
      <dc:creator>kamielrajaram</dc:creator>
      <dc:date>2012-04-03T06:18:13Z</dc:date>
    </item>
    <item>
      <title>Leading zeros</title>
      <link>https://community.qlik.com/t5/QlikView/Leading-zeros/m-p/281511#M104706</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;The problem seems like QlikView trying to save memory (hence the issue only with bigger dataset) in a field that all it's records are numeric if the leading zeros are dropped.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would try to load the field with text(field) (which has worked fine for me on a couple of ocasions) and check the tag assigned (Settings -&amp;gt; Document Properties -&amp;gt; Tables -&amp;gt; Fields). If it still is $numeric $integer edit it to $ascii, $text.&amp;nbsp; If that doesn't work i would concatenate with an inline load with a space or something that would force QlikView to load the field in text mode.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Carlos&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Apr 2012 09:00:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Leading-zeros/m-p/281511#M104706</guid>
      <dc:creator>clisboa_noesis</dc:creator>
      <dc:date>2012-04-03T09:00:21Z</dc:date>
    </item>
    <item>
      <title>Leading zeros</title>
      <link>https://community.qlik.com/t5/QlikView/Leading-zeros/m-p/281512#M104707</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; Thanks ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am getting the following message displayed- Adding system tags is not allowed when I try to edit the tags&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Apr 2012 09:23:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Leading-zeros/m-p/281512#M104707</guid>
      <dc:creator>kamielrajaram</dc:creator>
      <dc:date>2012-04-03T09:23:23Z</dc:date>
    </item>
    <item>
      <title>Leading zeros</title>
      <link>https://community.qlik.com/t5/QlikView/Leading-zeros/m-p/281513#M104708</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hm, i &lt;SPAN style="color: #222222; font-family: arial, sans-serif; line-height: 16px; background-color: #ffffff; font-size: small;"&gt;thought we could edit it... &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #222222; font-family: arial, sans-serif; line-height: 16px; background-color: #ffffff; font-size: small;"&gt; &lt;/SPAN&gt;Well do the inline load thing &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Carlos&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Apr 2012 09:27:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Leading-zeros/m-p/281513#M104708</guid>
      <dc:creator>clisboa_noesis</dc:creator>
      <dc:date>2012-04-03T09:27:08Z</dc:date>
    </item>
    <item>
      <title>Leading zeros</title>
      <link>https://community.qlik.com/t5/QlikView/Leading-zeros/m-p/281514#M104709</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; the only way the change this is when loading -- text(fieldname)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Apr 2012 09:59:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Leading-zeros/m-p/281514#M104709</guid>
      <dc:creator>kamielrajaram</dc:creator>
      <dc:date>2012-04-03T09:59:15Z</dc:date>
    </item>
    <item>
      <title>Leading zeros</title>
      <link>https://community.qlik.com/t5/QlikView/Leading-zeros/m-p/281515#M104710</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;So... if that works why not use it?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Apr 2012 10:04:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Leading-zeros/m-p/281515#M104710</guid>
      <dc:creator>clisboa_noesis</dc:creator>
      <dc:date>2012-04-03T10:04:54Z</dc:date>
    </item>
    <item>
      <title>Leading zeros</title>
      <link>https://community.qlik.com/t5/QlikView/Leading-zeros/m-p/281516#M104711</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; Does not work either&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Apr 2012 10:06:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Leading-zeros/m-p/281516#M104711</guid>
      <dc:creator>kamielrajaram</dc:creator>
      <dc:date>2012-04-03T10:06:13Z</dc:date>
    </item>
    <item>
      <title>Leading zeros</title>
      <link>https://community.qlik.com/t5/QlikView/Leading-zeros/m-p/281517#M104712</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Could you post an example .qvw?&lt;/P&gt;&lt;P&gt;And in which version does this happen (both QV and Excel)? &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Apr 2012 10:20:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Leading-zeros/m-p/281517#M104712</guid>
      <dc:creator>clisboa_noesis</dc:creator>
      <dc:date>2012-04-03T10:20:05Z</dc:date>
    </item>
    <item>
      <title>Re: Leading zeros</title>
      <link>https://community.qlik.com/t5/QlikView/Leading-zeros/m-p/281518#M104713</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Same for us - Text() doesn't work - we are using version 10.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Sep 2013 10:50:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Leading-zeros/m-p/281518#M104713</guid>
      <dc:creator />
      <dc:date>2013-09-23T10:50:12Z</dc:date>
    </item>
  </channel>
</rss>

