<?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 How to remove leading zeros in table box column? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-to-remove-leading-zeros-in-table-box-column/m-p/824103#M1045444</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;BR /&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a phone number as below in table box.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;0064524542444285&lt;/P&gt;&lt;P&gt;+2861244285&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How can I change this to 64524542444285&amp;nbsp; and 2861244285.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;can anyone suggest me please?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 26 Nov 2014 11:20:21 GMT</pubDate>
    <dc:creator />
    <dc:date>2014-11-26T11:20:21Z</dc:date>
    <item>
      <title>How to remove leading zeros in table box column?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-remove-leading-zeros-in-table-box-column/m-p/824103#M1045444</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;BR /&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a phone number as below in table box.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;0064524542444285&lt;/P&gt;&lt;P&gt;+2861244285&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How can I change this to 64524542444285&amp;nbsp; and 2861244285.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;can anyone suggest me please?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Nov 2014 11:20:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-remove-leading-zeros-in-table-box-column/m-p/824103#M1045444</guid>
      <dc:creator />
      <dc:date>2014-11-26T11:20:21Z</dc:date>
    </item>
    <item>
      <title>Re: How to remove leading zeros in table box column?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-remove-leading-zeros-in-table-box-column/m-p/824104#M1045445</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;will purge char works?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Nov 2014 11:27:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-remove-leading-zeros-in-table-box-column/m-p/824104#M1045445</guid>
      <dc:creator />
      <dc:date>2014-11-26T11:27:51Z</dc:date>
    </item>
    <item>
      <title>Re: How to remove leading zeros in table box column?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-remove-leading-zeros-in-table-box-column/m-p/824105#M1045446</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;subfield() function will do what you need.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Subfield(Your Field,'+',1) will give you number before +&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Subfield(Your Field,'+',2) will give you number after +&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Nov 2014 11:35:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-remove-leading-zeros-in-table-box-column/m-p/824105#M1045446</guid>
      <dc:creator>sujeetsingh</dc:creator>
      <dc:date>2014-11-26T11:35:10Z</dc:date>
    </item>
    <item>
      <title>Re: How to remove leading zeros in table box column?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-remove-leading-zeros-in-table-box-column/m-p/824106#M1045447</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Amelia,&lt;/P&gt;&lt;P&gt;Purge would work for the + but not for the leading 0 (as you might have a zero later in the number).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try something like&lt;/P&gt;&lt;P&gt;Num(PurgeChar([Field1],'+'))&lt;/P&gt;&lt;P&gt;the purge removes the + and then converting to a num will remove the leading 0&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hope that helps&lt;/P&gt;&lt;P&gt;Joe&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Nov 2014 11:37:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-remove-leading-zeros-in-table-box-column/m-p/824106#M1045447</guid>
      <dc:creator />
      <dc:date>2014-11-26T11:37:43Z</dc:date>
    </item>
    <item>
      <title>Re: How to remove leading zeros in table box column?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-remove-leading-zeros-in-table-box-column/m-p/824107#M1045448</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try this&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Nov 2014 11:39:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-remove-leading-zeros-in-table-box-column/m-p/824107#M1045448</guid>
      <dc:creator />
      <dc:date>2014-11-26T11:39:48Z</dc:date>
    </item>
    <item>
      <title>Re: How to remove leading zeros in table box column?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-remove-leading-zeros-in-table-box-column/m-p/824108#M1045449</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;What if the value is like below&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;00353 (0) 872686352&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;when I used Num(PurgeChar([Field1],'+'))&amp;nbsp; it is showing blank where the value is 00353 (0) 872686352&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;please suggest me.&lt;BR /&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Nov 2014 11:42:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-remove-leading-zeros-in-table-box-column/m-p/824108#M1045449</guid>
      <dc:creator />
      <dc:date>2014-11-26T11:42:13Z</dc:date>
    </item>
    <item>
      <title>Re: How to remove leading zeros in table box column?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-remove-leading-zeros-in-table-box-column/m-p/824109#M1045450</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Expand the purge to include those extra chars&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Num(PurgeChar([Field1],'+()'))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hope that helps&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Nov 2014 11:43:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-remove-leading-zeros-in-table-box-column/m-p/824109#M1045450</guid>
      <dc:creator />
      <dc:date>2014-11-26T11:43:38Z</dc:date>
    </item>
    <item>
      <title>Re: How to remove leading zeros in table box column?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-remove-leading-zeros-in-table-box-column/m-p/824110#M1045451</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try this ad let me know if that worked.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Load *,&lt;/P&gt;&lt;P&gt;num(PurgeChar(Replace(Ltrim(replace(Value,0,' ')),' ',0),'+')) as New_Value;&lt;/P&gt;&lt;P&gt;load * Inline [&lt;/P&gt;&lt;P&gt;Value&lt;/P&gt;&lt;P&gt;0064524542444285&lt;/P&gt;&lt;P&gt;+2861244285&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;ASHFAQ&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Nov 2014 11:48:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-remove-leading-zeros-in-table-box-column/m-p/824110#M1045451</guid>
      <dc:creator>ashfaq_haseeb</dc:creator>
      <dc:date>2014-11-26T11:48:53Z</dc:date>
    </item>
    <item>
      <title>Re: How to remove leading zeros in table box column?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-remove-leading-zeros-in-table-box-column/m-p/824111#M1045452</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;when I used this it is showing zeros where there are no zero.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;actually the value is 87 7737377 but after using replace in the&amp;nbsp; output it is showing 8707737377&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please suggest me how can I set this?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Nov 2014 11:49:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-remove-leading-zeros-in-table-box-column/m-p/824111#M1045452</guid>
      <dc:creator />
      <dc:date>2014-11-26T11:49:29Z</dc:date>
    </item>
    <item>
      <title>Re: How to remove leading zeros in table box column?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-remove-leading-zeros-in-table-box-column/m-p/824112#M1045453</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you post few sample line of data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;ASHFAQ&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Nov 2014 11:51:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-remove-leading-zeros-in-table-box-column/m-p/824112#M1045453</guid>
      <dc:creator>ashfaq_haseeb</dc:creator>
      <dc:date>2014-11-26T11:51:12Z</dc:date>
    </item>
    <item>
      <title>Re: How to remove leading zeros in table box column?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-remove-leading-zeros-in-table-box-column/m-p/824113#M1045454</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;01 0432482349&lt;/P&gt;&lt;P&gt;01 4973579&lt;/P&gt;&lt;P&gt;00353 (0) 87533453452&lt;/P&gt;&lt;P&gt;062 64444&lt;/P&gt;&lt;P&gt;044 343224540&lt;/P&gt;&lt;P&gt;087-7000208&lt;/P&gt;&lt;P&gt;059 9700021119&lt;/P&gt;&lt;P&gt;+872662083&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need to remove only first zero. I have to keep the zeros in middle and in last. Please suggest me how to set this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Nov 2014 11:54:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-remove-leading-zeros-in-table-box-column/m-p/824113#M1045454</guid>
      <dc:creator />
      <dc:date>2014-11-26T11:54:17Z</dc:date>
    </item>
    <item>
      <title>Re: Re: How to remove leading zeros in table box column?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-remove-leading-zeros-in-table-box-column/m-p/824114#M1045455</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You Can Try this&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Nov 2014 11:55:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-remove-leading-zeros-in-table-box-column/m-p/824114#M1045455</guid>
      <dc:creator />
      <dc:date>2014-11-26T11:55:17Z</dc:date>
    </item>
    <item>
      <title>Re: How to remove leading zeros in table box column?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-remove-leading-zeros-in-table-box-column/m-p/824115#M1045456</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Give that a try&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Num(Trim(PurgeChar([Field1],'-+()')))&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Nov 2014 11:56:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-remove-leading-zeros-in-table-box-column/m-p/824115#M1045456</guid>
      <dc:creator />
      <dc:date>2014-11-26T11:56:53Z</dc:date>
    </item>
    <item>
      <title>Re: How to remove leading zeros in table box column?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-remove-leading-zeros-in-table-box-column/m-p/824116#M1045457</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try like this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Load *,&lt;/P&gt;&lt;P&gt;PurgeChar(Replace(Ltrim(replace(Value,0,'-')),'-',0),'+') as New_Value1,&lt;/P&gt;&lt;P&gt;replace(ltrim(replace(Value, '0', '-')), '-', 0) as New_Value;&lt;/P&gt;&lt;P&gt;load * Inline [&lt;/P&gt;&lt;P&gt;Value&lt;/P&gt;&lt;P&gt;01 0432482349&lt;/P&gt;&lt;P&gt;01 4973579&lt;/P&gt;&lt;P&gt;00353 (0) 87533453452&lt;/P&gt;&lt;P&gt;062 64444&lt;/P&gt;&lt;P&gt;044 343224540&lt;/P&gt;&lt;P&gt;087-7000208&lt;/P&gt;&lt;P&gt;059 9700021119&lt;/P&gt;&lt;P&gt;+872662083&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;ASHFAQ&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Nov 2014 12:00:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-remove-leading-zeros-in-table-box-column/m-p/824116#M1045457</guid>
      <dc:creator>ashfaq_haseeb</dc:creator>
      <dc:date>2014-11-26T12:00:58Z</dc:date>
    </item>
  </channel>
</rss>

