<?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: To add zeros in front of fields in order them to be with a length of 6 in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/To-add-zeros-in-front-of-fields-in-order-them-to-be-with-a/m-p/1622272#M734384</link>
    <description>&lt;P&gt;Does this add zeros in front of emp_no to appear it with 6 digit lengths?&lt;/P&gt;&lt;P&gt;Could you add more details because I have no idea how to make it&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 10 Sep 2019 18:21:54 GMT</pubDate>
    <dc:creator>nevilledhamsiri</dc:creator>
    <dc:date>2019-09-10T18:21:54Z</dc:date>
    <item>
      <title>To add zeros in front of fields in order them to be with a length of 6</title>
      <link>https://community.qlik.com/t5/QlikView/To-add-zeros-in-front-of-fields-in-order-them-to-be-with-a/m-p/1622258#M734382</link>
      <description>&lt;P&gt;Hi Members,&lt;/P&gt;&lt;P&gt;Please help me to achieve the said out put. As for my data, I need both EPF Number &amp;amp; Emp fields to be with 6 digit lengths &amp;amp; as long as the length of the&amp;nbsp; record remains less than 6 digits, I need zeros to make it 6 digit lengths.&lt;/P&gt;&lt;P&gt;Eg&amp;nbsp; &amp;nbsp;3988 to be appeared as 003988 ,once data are loaded. The excel carries this length but once loaded it turns to be a number resulting all zeros getting dropped.&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Neville&lt;/P&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/To-add-zeros-in-front-of-fields-in-order-them-to-be-with-a/m-p/1622258#M734382</guid>
      <dc:creator>nevilledhamsiri</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: To add zeros in front of fields in order them to be with a length of 6</title>
      <link>https://community.qlik.com/t5/QlikView/To-add-zeros-in-front-of-fields-in-order-them-to-be-with-a/m-p/1622260#M734383</link>
      <description>&lt;P&gt;change your load script to&lt;/P&gt;&lt;P&gt;LOAD BR_Code, Month, EPF_NO,&lt;STRONG&gt; ''&amp;amp;EMP_NO as EMP_NO&lt;/STRONG&gt;, [Employee_ Name], PAID&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;basically force engine to recognize that column as string&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 10 Sep 2019 17:20:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/To-add-zeros-in-front-of-fields-in-order-them-to-be-with-a/m-p/1622260#M734383</guid>
      <dc:creator>dplr-rn</dc:creator>
      <dc:date>2019-09-10T17:20:12Z</dc:date>
    </item>
    <item>
      <title>Re: To add zeros in front of fields in order them to be with a length of 6</title>
      <link>https://community.qlik.com/t5/QlikView/To-add-zeros-in-front-of-fields-in-order-them-to-be-with-a/m-p/1622272#M734384</link>
      <description>&lt;P&gt;Does this add zeros in front of emp_no to appear it with 6 digit lengths?&lt;/P&gt;&lt;P&gt;Could you add more details because I have no idea how to make it&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 10 Sep 2019 18:21:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/To-add-zeros-in-front-of-fields-in-order-them-to-be-with-a/m-p/1622272#M734384</guid>
      <dc:creator>nevilledhamsiri</dc:creator>
      <dc:date>2019-09-10T18:21:54Z</dc:date>
    </item>
    <item>
      <title>Re: To add zeros in front of fields in order them to be with a length of 6</title>
      <link>https://community.qlik.com/t5/QlikView/To-add-zeros-in-front-of-fields-in-order-them-to-be-with-a/m-p/1622274#M734385</link>
      <description>&lt;P&gt;&lt;EM&gt;Use repeat function like...&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Repeat('0', 6-len(EPF)) &amp;amp; EPF&amp;nbsp; &amp;nbsp;as&amp;nbsp; EPF&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;P&gt;Vikky&lt;/P&gt;</description>
      <pubDate>Tue, 10 Sep 2019 18:24:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/To-add-zeros-in-front-of-fields-in-order-them-to-be-with-a/m-p/1622274#M734385</guid>
      <dc:creator>vikramv</dc:creator>
      <dc:date>2019-09-10T18:24:23Z</dc:date>
    </item>
    <item>
      <title>Re: To add zeros in front of fields in order them to be with a length of 6</title>
      <link>https://community.qlik.com/t5/QlikView/To-add-zeros-in-front-of-fields-in-order-them-to-be-with-a/m-p/1622288#M734386</link>
      <description>&lt;P&gt;Thanks Vikky,&lt;/P&gt;&lt;P&gt;amazing answer. This is what I needed.&lt;/P&gt;&lt;P&gt;Thanks a lot.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Neville&lt;/P&gt;</description>
      <pubDate>Tue, 10 Sep 2019 18:43:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/To-add-zeros-in-front-of-fields-in-order-them-to-be-with-a/m-p/1622288#M734386</guid>
      <dc:creator>nevilledhamsiri</dc:creator>
      <dc:date>2019-09-10T18:43:59Z</dc:date>
    </item>
    <item>
      <title>Re: To add zeros in front of fields in order them to be with a length of 6</title>
      <link>https://community.qlik.com/t5/QlikView/To-add-zeros-in-front-of-fields-in-order-them-to-be-with-a/m-p/1622289#M734387</link>
      <description>&lt;P&gt;That's a neat one &lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/32149"&gt;@vikramv&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I usually do like this&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;STRONG&gt;Right('000000'&amp;amp; EPF, 6)&amp;nbsp; as&amp;nbsp; EPF,&lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;Or like this if I know that EFT is an integer.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;EM&gt;num(EPF, '000000') as EPF,&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 10 Sep 2019 18:46:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/To-add-zeros-in-front-of-fields-in-order-them-to-be-with-a/m-p/1622289#M734387</guid>
      <dc:creator>Vegar</dc:creator>
      <dc:date>2019-09-10T18:46:55Z</dc:date>
    </item>
    <item>
      <title>Re: To add zeros in front of fields in order them to be with a length of 6</title>
      <link>https://community.qlik.com/t5/QlikView/To-add-zeros-in-front-of-fields-in-order-them-to-be-with-a/m-p/1622291#M734388</link>
      <description>&lt;P&gt;Welcome !&lt;/P&gt;</description>
      <pubDate>Tue, 10 Sep 2019 18:52:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/To-add-zeros-in-front-of-fields-in-order-them-to-be-with-a/m-p/1622291#M734388</guid>
      <dc:creator>vikramv</dc:creator>
      <dc:date>2019-09-10T18:52:43Z</dc:date>
    </item>
    <item>
      <title>Re: To add zeros in front of fields in order them to be with a length of 6</title>
      <link>https://community.qlik.com/t5/QlikView/To-add-zeros-in-front-of-fields-in-order-them-to-be-with-a/m-p/1623371#M734389</link>
      <description>&lt;P&gt;Thanks&amp;nbsp;&lt;/P&gt;&lt;P&gt;Vegar&lt;/P&gt;&lt;P&gt;Fine answer too.&lt;/P&gt;</description>
      <pubDate>Thu, 12 Sep 2019 17:27:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/To-add-zeros-in-front-of-fields-in-order-them-to-be-with-a/m-p/1623371#M734389</guid>
      <dc:creator>nevilledhamsiri</dc:creator>
      <dc:date>2019-09-12T17:27:18Z</dc:date>
    </item>
    <item>
      <title>Re: To add zeros in front of fields in order them to be with a length of 6</title>
      <link>https://community.qlik.com/t5/QlikView/To-add-zeros-in-front-of-fields-in-order-them-to-be-with-a/m-p/1623445#M734390</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;U&gt;Right('000000'+EPF,6) AS EPF&lt;/U&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 12 Sep 2019 21:31:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/To-add-zeros-in-front-of-fields-in-order-them-to-be-with-a/m-p/1623445#M734390</guid>
      <dc:creator>jduenyas</dc:creator>
      <dc:date>2019-09-12T21:31:25Z</dc:date>
    </item>
    <item>
      <title>Re: To add zeros in front of fields in order them to be with a length of 6</title>
      <link>https://community.qlik.com/t5/QlikView/To-add-zeros-in-front-of-fields-in-order-them-to-be-with-a/m-p/1623603#M734391</link>
      <description>&lt;P&gt;Thanks Jduenyas&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Hlpful answer too&lt;/P&gt;</description>
      <pubDate>Fri, 13 Sep 2019 08:38:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/To-add-zeros-in-front-of-fields-in-order-them-to-be-with-a/m-p/1623603#M734391</guid>
      <dc:creator>nevilledhamsiri</dc:creator>
      <dc:date>2019-09-13T08:38:05Z</dc:date>
    </item>
  </channel>
</rss>

