<?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 Removal Leading zero's in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Removal-Leading-zero-s/m-p/148320#M26640</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Great that helped a lot , the only issue remaining with this is that in case there was a space in the original field this is now filled with a zero.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i.e. 00018 BIJ is now displayed as 180BIJ.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Many thanks!&lt;/P&gt;&lt;P&gt;Linda&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 03 Jul 2009 19:23:36 GMT</pubDate>
    <dc:creator>lmonincx</dc:creator>
    <dc:date>2009-07-03T19:23:36Z</dc:date>
    <item>
      <title>Removal Leading zero's</title>
      <link>https://community.qlik.com/t5/QlikView/Removal-Leading-zero-s/m-p/148318#M26638</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 getting from the source a field wich is filled up with zero's infront of the actual value, i would like to remove all the leading zero's is there a way to do that?&lt;/P&gt;&lt;P&gt;Example: 00004 should become 4&lt;/P&gt;&lt;P&gt;0004A should become 4A&lt;/P&gt;&lt;P&gt;00040 should become 40&lt;/P&gt;&lt;P&gt;Thanks for any help!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Jul 2009 18:11:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Removal-Leading-zero-s/m-p/148318#M26638</guid>
      <dc:creator>lmonincx</dc:creator>
      <dc:date>2009-07-02T18:11:16Z</dc:date>
    </item>
    <item>
      <title>Removal Leading zero's</title>
      <link>https://community.qlik.com/t5/QlikView/Removal-Leading-zero-s/m-p/148319#M26639</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Check this below link.&lt;/P&gt;&lt;P&gt;http://community.qlik.com/forums/p/17456/68339.aspx#68339&lt;/P&gt;&lt;P&gt;This should help you.&lt;/P&gt;&lt;P style="font-weight: bold"&gt;- Sridhar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Jul 2009 20:25:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Removal-Leading-zero-s/m-p/148319#M26639</guid>
      <dc:creator />
      <dc:date>2009-07-02T20:25:43Z</dc:date>
    </item>
    <item>
      <title>Removal Leading zero's</title>
      <link>https://community.qlik.com/t5/QlikView/Removal-Leading-zero-s/m-p/148320#M26640</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Great that helped a lot , the only issue remaining with this is that in case there was a space in the original field this is now filled with a zero.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i.e. 00018 BIJ is now displayed as 180BIJ.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Many thanks!&lt;/P&gt;&lt;P&gt;Linda&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Jul 2009 19:23:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Removal-Leading-zero-s/m-p/148320#M26640</guid>
      <dc:creator>lmonincx</dc:creator>
      <dc:date>2009-07-03T19:23:36Z</dc:date>
    </item>
    <item>
      <title>Removal Leading zero's</title>
      <link>https://community.qlik.com/t5/QlikView/Removal-Leading-zero-s/m-p/148321#M26641</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Linda,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;your codes are, indeed, very creative. Usually you wouldn't expect a space in the middle of a code. Well, that only means that you need one more replace round. Found a character that is definitely not part of your codes (I'll use ~ for example) and first covert spaces to ~, then get rid of zeros, and then convert ~ back into spaces. Something like this:&lt;/P&gt;&lt;PRE style="margin:0px;"&gt;replace(replace(ltrim(replace( replace( ltrim(OldCode), ' ', '~'), '0', ' ')), ' ', 0), '~', ' ')&lt;BR /&gt;&lt;BR /&gt;Oleg&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Jul 2009 23:30:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Removal-Leading-zero-s/m-p/148321#M26641</guid>
      <dc:creator>Oleg_Troyansky</dc:creator>
      <dc:date>2009-07-03T23:30:15Z</dc:date>
    </item>
    <item>
      <title>Re: Removal Leading zero's</title>
      <link>https://community.qlik.com/t5/QlikView/Removal-Leading-zero-s/m-p/148322#M26642</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;beautiful&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Jan 2014 11:34:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Removal-Leading-zero-s/m-p/148322#M26642</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-01-21T11:34:26Z</dc:date>
    </item>
  </channel>
</rss>

