<?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: feild num without zero in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/feild-num-without-zero/m-p/1062780#M355602</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 this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;=REPLACE(LTRIM(replace(Column, '0', ' ')),' ',0)&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;Hope it helps!!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 20 Apr 2016 03:22:03 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2016-04-20T03:22:03Z</dc:date>
    <item>
      <title>feild num without zero</title>
      <link>https://community.qlik.com/t5/QlikView/feild-num-without-zero/m-p/1062779#M355601</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 have feild with 6 numeric position.&lt;/P&gt;&lt;P&gt;in some case the num start with zero.&lt;/P&gt;&lt;P&gt;exm:&lt;/P&gt;&lt;P&gt;000353 = 353&lt;/P&gt;&lt;P&gt;003303 = 3303&lt;/P&gt;&lt;P&gt;061498 = 61498&lt;/P&gt;&lt;P&gt;000101 = 101&lt;/P&gt;&lt;P&gt;....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;how do i chenge it to numeric feild without the zero at start?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks'&lt;/P&gt;&lt;P&gt;yarin.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Apr 2016 03:08:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/feild-num-without-zero/m-p/1062779#M355601</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-04-20T03:08:31Z</dc:date>
    </item>
    <item>
      <title>Re: feild num without zero</title>
      <link>https://community.qlik.com/t5/QlikView/feild-num-without-zero/m-p/1062780#M355602</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 this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;=REPLACE(LTRIM(replace(Column, '0', ' ')),' ',0)&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;Hope it helps!!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Apr 2016 03:22:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/feild-num-without-zero/m-p/1062780#M355602</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-04-20T03:22:03Z</dc:date>
    </item>
    <item>
      <title>Re: feild num without zero</title>
      <link>https://community.qlik.com/t5/QlikView/feild-num-without-zero/m-p/1062781#M355603</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;EM&gt;Hi Yarin,&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Try,&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Num(FieldName)&amp;nbsp; (If your field is text then try&amp;nbsp; =&amp;gt;&amp;nbsp; Num(Num#(FieldName,'#'))&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt; &lt;/SPAN&gt;)&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;BR /&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;or&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;BR /&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;=Replace(&lt;SPAN style="color: #ff0000;"&gt;&lt;STRONG&gt;Ltrim&lt;/STRONG&gt;&lt;/SPAN&gt;(replace(FieldName,'0',' ')),' ','0')&lt;/EM&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Apr 2016 03:22:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/feild-num-without-zero/m-p/1062781#M355603</guid>
      <dc:creator>tamilarasu</dc:creator>
      <dc:date>2016-04-20T03:22:43Z</dc:date>
    </item>
    <item>
      <title>Re: feild num without zero</title>
      <link>https://community.qlik.com/t5/QlikView/feild-num-without-zero/m-p/1062782#M355604</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-size: 13.3333px;"&gt;thanks' it's good.&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;yarin.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Apr 2016 03:40:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/feild-num-without-zero/m-p/1062782#M355604</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-04-20T03:40:06Z</dc:date>
    </item>
    <item>
      <title>Re: feild num without zero</title>
      <link>https://community.qlik.com/t5/QlikView/feild-num-without-zero/m-p/1062783#M355605</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am glad to help!!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Apr 2016 04:28:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/feild-num-without-zero/m-p/1062783#M355605</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-04-20T04:28:49Z</dc:date>
    </item>
  </channel>
</rss>

