<?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 Identify String or text and eliminate the zeros at the beginning of string in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Identify-String-or-text-and-eliminate-the-zeros-at-the-beginning/m-p/1376767#M31182</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Guys,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need to load "material number" from original file as:&lt;/P&gt;&lt;P&gt;00002532548452,&lt;/P&gt;&lt;P&gt;0000000698542,&lt;/P&gt;&lt;P&gt;A7B765430,&lt;/P&gt;&lt;P&gt;P PPXX,&lt;/P&gt;&lt;P&gt;78BL333&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to have results shown as:&lt;/P&gt;&lt;P&gt;2532548452,&lt;/P&gt;&lt;P&gt;698542,&lt;/P&gt;&lt;P&gt;A7B765430,&lt;/P&gt;&lt;P&gt;P PPXX,&lt;/P&gt;&lt;P&gt;78BL333&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Actually, to eliminate the possible zeros at the beginning. The zero appears if there is only figures.&lt;/P&gt;&lt;P&gt;How shall I script???&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 24 Aug 2017 13:13:57 GMT</pubDate>
    <dc:creator>ahidu1030</dc:creator>
    <dc:date>2017-08-24T13:13:57Z</dc:date>
    <item>
      <title>Identify String or text and eliminate the zeros at the beginning of string</title>
      <link>https://community.qlik.com/t5/App-Development/Identify-String-or-text-and-eliminate-the-zeros-at-the-beginning/m-p/1376767#M31182</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Guys,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need to load "material number" from original file as:&lt;/P&gt;&lt;P&gt;00002532548452,&lt;/P&gt;&lt;P&gt;0000000698542,&lt;/P&gt;&lt;P&gt;A7B765430,&lt;/P&gt;&lt;P&gt;P PPXX,&lt;/P&gt;&lt;P&gt;78BL333&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to have results shown as:&lt;/P&gt;&lt;P&gt;2532548452,&lt;/P&gt;&lt;P&gt;698542,&lt;/P&gt;&lt;P&gt;A7B765430,&lt;/P&gt;&lt;P&gt;P PPXX,&lt;/P&gt;&lt;P&gt;78BL333&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Actually, to eliminate the possible zeros at the beginning. The zero appears if there is only figures.&lt;/P&gt;&lt;P&gt;How shall I script???&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Aug 2017 13:13:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Identify-String-or-text-and-eliminate-the-zeros-at-the-beginning/m-p/1376767#M31182</guid>
      <dc:creator>ahidu1030</dc:creator>
      <dc:date>2017-08-24T13:13:57Z</dc:date>
    </item>
    <item>
      <title>Re: Identify String or text and eliminate the zeros at the beginning of string</title>
      <link>https://community.qlik.com/t5/App-Development/Identify-String-or-text-and-eliminate-the-zeros-at-the-beginning/m-p/1376768#M31183</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Maybe this (I found this here &lt;A href="https://community.qlik.com/thread/2804"&gt;How to remove the leading zero's in the alphanumeric field values&lt;/A&gt;)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;mid([YourField],index(&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;[YourField]&lt;/SPAN&gt;,left(PurgeChar(&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;[YourField]&lt;/SPAN&gt; , '0' ),1)))&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;I hope it helps!&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;CS&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 25 Aug 2017 16:48:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Identify-String-or-text-and-eliminate-the-zeros-at-the-beginning/m-p/1376768#M31183</guid>
      <dc:creator>silvacarlos</dc:creator>
      <dc:date>2017-08-25T16:48:33Z</dc:date>
    </item>
  </channel>
</rss>

