<?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: Sustring function in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Sustring-function/m-p/1214096#M858671</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;You can count the number of zeros in string by using&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;STRONG&gt;SubStringCount(Feildname,'0')&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;if you want to remove the zeros in string&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;STRONG&gt;replace(&lt;STRONG style="font-size: 13.3333px;"&gt;Feildname&lt;/STRONG&gt;,'0','')&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;Hope this may help you!!&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;--Surendra&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 23 Jan 2017 07:20:27 GMT</pubDate>
    <dc:creator>surendraj</dc:creator>
    <dc:date>2017-01-23T07:20:27Z</dc:date>
    <item>
      <title>Sustring function</title>
      <link>https://community.qlik.com/t5/QlikView/Sustring-function/m-p/1214090#M858665</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 field in which numbers are as like 00000000001, 00000000025,00000000035 etc&lt;/P&gt;&lt;P&gt;i want to replace first 9 zeros with null i.e 01,25,35&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How can i acieve this?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Sustring-function/m-p/1214090#M858665</guid>
      <dc:creator>sspawar88</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Sustring function</title>
      <link>https://community.qlik.com/t5/QlikView/Sustring-function/m-p/1214091#M858666</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Why can't simply&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Right(FieldName,2)&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Jan 2017 06:42:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Sustring-function/m-p/1214091#M858666</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2017-01-23T06:42:59Z</dc:date>
    </item>
    <item>
      <title>Re: Sustring function</title>
      <link>https://community.qlik.com/t5/QlikView/Sustring-function/m-p/1214092#M858667</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello!&lt;/P&gt;&lt;P&gt;num(FieldName,'00')&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Jan 2017 06:50:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Sustring-function/m-p/1214092#M858667</guid>
      <dc:creator>asgardd2</dc:creator>
      <dc:date>2017-01-23T06:50:42Z</dc:date>
    </item>
    <item>
      <title>Re: Sustring function</title>
      <link>https://community.qlik.com/t5/QlikView/Sustring-function/m-p/1214093#M858668</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;this should be only when those 9 digits are zero. how can we identify the zero's in string?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Jan 2017 06:54:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Sustring-function/m-p/1214093#M858668</guid>
      <dc:creator>sspawar88</dc:creator>
      <dc:date>2017-01-23T06:54:45Z</dc:date>
    </item>
    <item>
      <title>Re: Sustring function</title>
      <link>https://community.qlik.com/t5/QlikView/Sustring-function/m-p/1214094#M858669</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you send the Real data which demonstrates the Output&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Jan 2017 07:17:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Sustring-function/m-p/1214094#M858669</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2017-01-23T07:17:11Z</dc:date>
    </item>
    <item>
      <title>Re: Sustring function</title>
      <link>https://community.qlik.com/t5/QlikView/Sustring-function/m-p/1214095#M858670</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Num(YourField,'00') as YourField&lt;/P&gt;&lt;P&gt;This will make sure that you have at least 2 digit for any number.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Jan 2017 07:17:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Sustring-function/m-p/1214095#M858670</guid>
      <dc:creator>MK_QSL</dc:creator>
      <dc:date>2017-01-23T07:17:40Z</dc:date>
    </item>
    <item>
      <title>Re: Sustring function</title>
      <link>https://community.qlik.com/t5/QlikView/Sustring-function/m-p/1214096#M858671</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;You can count the number of zeros in string by using&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;STRONG&gt;SubStringCount(Feildname,'0')&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;if you want to remove the zeros in string&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;STRONG&gt;replace(&lt;STRONG style="font-size: 13.3333px;"&gt;Feildname&lt;/STRONG&gt;,'0','')&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;Hope this may help you!!&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;--Surendra&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Jan 2017 07:20:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Sustring-function/m-p/1214096#M858671</guid>
      <dc:creator>surendraj</dc:creator>
      <dc:date>2017-01-23T07:20:27Z</dc:date>
    </item>
    <item>
      <title>Re: Sustring function</title>
      <link>https://community.qlik.com/t5/QlikView/Sustring-function/m-p/1214097#M858672</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Great !! Thank You Manish !! &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Jan 2017 09:13:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Sustring-function/m-p/1214097#M858672</guid>
      <dc:creator>sspawar88</dc:creator>
      <dc:date>2017-01-23T09:13:56Z</dc:date>
    </item>
    <item>
      <title>Re: Sustring function</title>
      <link>https://community.qlik.com/t5/QlikView/Sustring-function/m-p/1214098#M858673</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;=if(sum(left(YourField,9))=0,mid(YourField,10),no) as YourField&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Jan 2017 09:14:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Sustring-function/m-p/1214098#M858673</guid>
      <dc:creator>varshavig12</dc:creator>
      <dc:date>2017-01-23T09:14:09Z</dc:date>
    </item>
    <item>
      <title>Re: Sustring function</title>
      <link>https://community.qlik.com/t5/QlikView/Sustring-function/m-p/1214099#M858674</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Right &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Jan 2017 09:14:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Sustring-function/m-p/1214099#M858674</guid>
      <dc:creator>sspawar88</dc:creator>
      <dc:date>2017-01-23T09:14:45Z</dc:date>
    </item>
  </channel>
</rss>

