<?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: Keeping Leading Zeros in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Keeping-Leading-Zeros/m-p/883016#M307958</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;BR /&gt;In that case do this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SummaryOrders:&lt;/P&gt;&lt;P&gt;LOAD&lt;/P&gt;&lt;P&gt;*&lt;/P&gt;&lt;P&gt;;&lt;/P&gt;&lt;P&gt;SQL SELECT OrderNumber&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ,Product&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;FROM &amp;lt;Table&amp;gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;STORE SummaryOrders INTO D:\Orders.qvd;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 02 Jun 2015 15:07:35 GMT</pubDate>
    <dc:creator>Gabriel</dc:creator>
    <dc:date>2015-06-02T15:07:35Z</dc:date>
    <item>
      <title>Keeping Leading Zeros</title>
      <link>https://community.qlik.com/t5/QlikView/Keeping-Leading-Zeros/m-p/883009#M307951</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I am currently having an issue whereby leading zeros are sometimes being dropped, not all the time, when importing data from SQL.&amp;nbsp; We have tried CAST from the SQL side and TEXT in Qlikview with no success.&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The only short-term fix we can think of is to add a character, a-z, to the field and import it to force it into a alpha field.&amp;nbsp; We would then need to remove it at the last stage.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Has anyone else had this issue and did you find a solution?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Adam&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Apr 2015 10:03:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Keeping-Leading-Zeros/m-p/883009#M307951</guid>
      <dc:creator />
      <dc:date>2015-04-09T10:03:21Z</dc:date>
    </item>
    <item>
      <title>Re: Keeping Leading Zeros</title>
      <link>https://community.qlik.com/t5/QlikView/Keeping-Leading-Zeros/m-p/883010#M307952</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Adam,&lt;/P&gt;&lt;P&gt; QlikView doesn't inherently remove leading zeroes. The QlikView engine doesn't really have datatypes so it treats most everything like a text field. Most likely, the driver you're using to talk to your SQL DB is optimizing or getting rid of them. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've also seen where people will export the data to CSV and Excel will remove leading zeroes when it formats a cell (if that's what is happening for you).&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Apr 2015 13:27:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Keeping-Leading-Zeros/m-p/883010#M307952</guid>
      <dc:creator />
      <dc:date>2015-04-10T13:27:13Z</dc:date>
    </item>
    <item>
      <title>Re: Keeping Leading Zeros</title>
      <link>https://community.qlik.com/t5/QlikView/Keeping-Leading-Zeros/m-p/883011#M307953</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Qlikview does internally treat "001" and "1" as the same value. However, the display representation will be whatever string it loads first for that value. For example, given:&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;LOAD * INLINE [&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;X&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;001&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;01&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;1&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;02&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;2&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;002&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;];&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;A List Box for X will show:&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;001&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;02&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So it looks like leading zeros are not being stripped, and it's a bit random dependent on load orders. If you want to force removal of leading zeros in the display, use the num() function when loading:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;num(X) as X&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you want to preserve 001, 01 and 1 as different values, use the text function when loading:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;text(X) as X&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Rob&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-external-small" href="http://masterssummit.com/" rel="nofollow"&gt;http://masterssummit.com&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-external-small" href="http://robwunderlich.com/" rel="nofollow"&gt;http://robwunderlich.com&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Apr 2015 21:52:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Keeping-Leading-Zeros/m-p/883011#M307953</guid>
      <dc:creator>rwunderlich</dc:creator>
      <dc:date>2015-04-22T21:52:38Z</dc:date>
    </item>
    <item>
      <title>Re: Keeping Leading Zeros</title>
      <link>https://community.qlik.com/t5/QlikView/Keeping-Leading-Zeros/m-p/883012#M307954</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Maybe like this in QV?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Load&lt;/P&gt;&lt;P&gt;right('000000000000'&amp;amp;FIELD1,12) as FIELD1&amp;nbsp; // to make it a 12 digit number, change this number accordingly&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Apr 2015 22:18:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Keeping-Leading-Zeros/m-p/883012#M307954</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-04-22T22:18:49Z</dc:date>
    </item>
    <item>
      <title>Re: Keeping Leading Zeros</title>
      <link>https://community.qlik.com/t5/QlikView/Keeping-Leading-Zeros/m-p/883013#M307955</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Rob for your reply and explanation.&amp;nbsp; I now understand the principals but I am still having issues.&amp;nbsp; Hopefully I can explain a bit more.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The data is coming from SQL Server and we are loading the data using an ODBC connection and the following code:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SummaryOrders:&lt;/P&gt;&lt;P&gt;SQL SELECT OrderNumber&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ,Product&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;FROM &amp;lt;Table&amp;gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;STORE SummaryOrders INTO D:\Orders.qvd;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The data starts as &lt;/P&gt;&lt;P&gt;OrderNumber&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Product&lt;/P&gt;&lt;P&gt;8100001-001&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 00022&lt;/P&gt;&lt;P&gt;8100001-001&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 22&lt;/P&gt;&lt;P&gt;8100002-001&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 14&lt;/P&gt;&lt;P&gt;8100002-001&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 00014&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But when selecting from the qvd it appears as &lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;OrderNumber&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Product&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;8100001-001&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 00022&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;8100001-001&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 00022&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;8100002-001&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 14&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;8100002-001&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 14&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;So, QlikView is working as you said, and taking the format from the first instance of each Product, i.e. 00022 and 14.&amp;nbsp; &lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;How do I get this pull through like-for-like?&amp;nbsp; &lt;SPAN style="font-size: 13.3333330154419px; line-height: 1.5em;"&gt;The only way I have thought of is to add an extra field in the SELECT statement:&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;&lt;SPAN style="font-size: 13.3333330154419px; line-height: 1.5em;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;SummaryOrders:&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;SQL SELECT OrderNumber&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ,Product&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ,'a'+Product AS NewProduct&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;&lt;SPAN style="font-size: 10pt;"&gt;FROM &amp;lt;Table&amp;gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;An additional step would then be needed as follows:&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;NewOrders:&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;LOAD OrderNumber&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ,TEXT(MID(NewProduct,2)) AS Product&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;RESIDENT SummaryOrders;&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;Is this the only way to do it?&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;Thanks&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;Adam&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Jun 2015 14:37:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Keeping-Leading-Zeros/m-p/883013#M307955</guid>
      <dc:creator />
      <dc:date>2015-06-02T14:37:54Z</dc:date>
    </item>
    <item>
      <title>Re: Keeping Leading Zeros</title>
      <link>https://community.qlik.com/t5/QlikView/Keeping-Leading-Zeros/m-p/883014#M307956</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I think there's trimming going on. in that case do the following and let us know the result&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Set this variable at the beginning of your QlikVIew script&lt;/P&gt;&lt;P&gt;set Verbatim = 1 // Turn off trim&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Set this at the end of your script.&lt;/P&gt;&lt;P&gt;set Verbatim = 0 // Turn on trim&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Jun 2015 14:53:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Keeping-Leading-Zeros/m-p/883014#M307956</guid>
      <dc:creator>Gabriel</dc:creator>
      <dc:date>2015-06-02T14:53:04Z</dc:date>
    </item>
    <item>
      <title>Re: Keeping Leading Zeros</title>
      <link>https://community.qlik.com/t5/QlikView/Keeping-Leading-Zeros/m-p/883015#M307957</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;Thanks, I've just tried this and it doesn't make a difference.&amp;nbsp; It is still trimming the leading zero's&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Jun 2015 15:03:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Keeping-Leading-Zeros/m-p/883015#M307957</guid>
      <dc:creator />
      <dc:date>2015-06-02T15:03:46Z</dc:date>
    </item>
    <item>
      <title>Re: Keeping Leading Zeros</title>
      <link>https://community.qlik.com/t5/QlikView/Keeping-Leading-Zeros/m-p/883016#M307958</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;BR /&gt;In that case do this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SummaryOrders:&lt;/P&gt;&lt;P&gt;LOAD&lt;/P&gt;&lt;P&gt;*&lt;/P&gt;&lt;P&gt;;&lt;/P&gt;&lt;P&gt;SQL SELECT OrderNumber&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ,Product&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;FROM &amp;lt;Table&amp;gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;STORE SummaryOrders INTO D:\Orders.qvd;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Jun 2015 15:07:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Keeping-Leading-Zeros/m-p/883016#M307958</guid>
      <dc:creator>Gabriel</dc:creator>
      <dc:date>2015-06-02T15:07:35Z</dc:date>
    </item>
    <item>
      <title>Re: Keeping Leading Zeros</title>
      <link>https://community.qlik.com/t5/QlikView/Keeping-Leading-Zeros/m-p/883017#M307959</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Adam, I usually made it retrieving the field with Text(), worked for me, try:&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;SummaryOrders:&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;LOAD OrderNumber,&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Product&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Text(Product) as NewProduct&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;SQL SELECT OrderNumber, Product&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;&lt;SPAN style="font-size: 10pt;"&gt;FROM &amp;lt;Table&amp;gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;&lt;SPAN style="font-size: 10pt;"&gt;And check if NewProduct keeps the original value.&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Jun 2015 15:10:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Keeping-Leading-Zeros/m-p/883017#M307959</guid>
      <dc:creator>rubenmarin</dc:creator>
      <dc:date>2015-06-02T15:10:35Z</dc:date>
    </item>
    <item>
      <title>Re: Keeping Leading Zeros</title>
      <link>https://community.qlik.com/t5/QlikView/Keeping-Leading-Zeros/m-p/883018#M307960</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks, this has worked a treat!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Jun 2015 15:40:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Keeping-Leading-Zeros/m-p/883018#M307960</guid>
      <dc:creator />
      <dc:date>2015-06-02T15:40:19Z</dc:date>
    </item>
    <item>
      <title>Re: Keeping Leading Zeros</title>
      <link>https://community.qlik.com/t5/QlikView/Keeping-Leading-Zeros/m-p/883019#M307961</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;Which suggestion worked for you?&lt;/P&gt;&lt;P&gt; Can you possibly mark as correct for anyone who might have similar question&lt;/P&gt;&lt;P&gt;&lt;BR /&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Jun 2015 15:45:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Keeping-Leading-Zeros/m-p/883019#M307961</guid>
      <dc:creator>Gabriel</dc:creator>
      <dc:date>2015-06-02T15:45:56Z</dc:date>
    </item>
    <item>
      <title>Re: Keeping Leading Zeros</title>
      <link>https://community.qlik.com/t5/QlikView/Keeping-Leading-Zeros/m-p/883020#M307962</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It was Ruben's suggestion of using the Text function in the Load that worked.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Jun 2015 15:52:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Keeping-Leading-Zeros/m-p/883020#M307962</guid>
      <dc:creator />
      <dc:date>2015-06-02T15:52:38Z</dc:date>
    </item>
    <item>
      <title>Re: Keeping Leading Zeros</title>
      <link>https://community.qlik.com/t5/QlikView/Keeping-Leading-Zeros/m-p/883021#M307963</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Rob&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What if I need to use the wildcard (*) and one of this fields have both '01' and '1' values, and I want to preserve them?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For example:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOAD * From Table;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you are asking why I do need the wilcard, is for a recursive code for incremental loading.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How do I disable this QV "auto field type detection"?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Julian&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Aug 2017 21:55:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Keeping-Leading-Zeros/m-p/883021#M307963</guid>
      <dc:creator>julian_rodriguez</dc:creator>
      <dc:date>2017-08-30T21:55:01Z</dc:date>
    </item>
    <item>
      <title>Re: Keeping Leading Zeros</title>
      <link>https://community.qlik.com/t5/QlikView/Keeping-Leading-Zeros/m-p/883022#M307964</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Julian,&lt;/P&gt;&lt;P&gt;You can't disable the behavior, except by using Text().&amp;nbsp; So the workaround for LOAD *&amp;nbsp; (example field "Product") is:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOAD &lt;/P&gt;&lt;P&gt;&amp;nbsp; *,&lt;/P&gt;&lt;P&gt;&amp;nbsp; Text(Product) as Product2&lt;/P&gt;&lt;P&gt;FROM source...;&lt;/P&gt;&lt;P&gt;DROP FIELD Product;&lt;/P&gt;&lt;P&gt;RENAME FIELD Product2 TO Product;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Rob&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-external-small" href="http://masterssummit.com" rel="nofollow" target="_blank"&gt;http://masterssummit.com&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-external-small" href="http://qlikviewcookbook.com" rel="nofollow" target="_blank"&gt;http://qlikviewcookbook.com&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Aug 2017 22:52:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Keeping-Leading-Zeros/m-p/883022#M307964</guid>
      <dc:creator>rwunderlich</dc:creator>
      <dc:date>2017-08-30T22:52:27Z</dc:date>
    </item>
    <item>
      <title>Re: Keeping Leading Zeros</title>
      <link>https://community.qlik.com/t5/QlikView/Keeping-Leading-Zeros/m-p/883023#M307965</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I see... well, thanks Rob!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Aug 2017 22:58:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Keeping-Leading-Zeros/m-p/883023#M307965</guid>
      <dc:creator>julian_rodriguez</dc:creator>
      <dc:date>2017-08-30T22:58:09Z</dc:date>
    </item>
    <item>
      <title>Re: Keeping Leading Zeros</title>
      <link>https://community.qlik.com/t5/QlikView/Keeping-Leading-Zeros/m-p/883024#M307966</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Not exactly sure why Qlik would have this as a feature.&lt;/P&gt;&lt;P&gt;as pointed out...it would appear that it uses the first one it finds...&lt;/P&gt;&lt;P&gt;thought this visual might save someone time.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the second box is the raw text with a plc\&amp;nbsp; prefix so it is readable as was intended.&lt;/P&gt;&lt;P&gt;the first box is what happened to it on import...since 016 was first,&amp;nbsp; 16 became 016.&lt;/P&gt;&lt;P&gt;quite a feature ?????? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.PNG" class="jive-image image-1" height="75" src="https://community.qlik.com/legacyfs/online/187218_Capture.PNG" style="height: 75px; width: 1453.13px; float: left;" width="1453" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 17 Dec 2017 05:20:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Keeping-Leading-Zeros/m-p/883024#M307966</guid>
      <dc:creator>brooksc57</dc:creator>
      <dc:date>2017-12-17T05:20:11Z</dc:date>
    </item>
  </channel>
</rss>

