<?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: Removing Numeric characters in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Removing-Numeric-characters/m-p/1434390#M431045</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi&lt;/P&gt;&lt;P&gt;hope this will help you &lt;A href="https://community.qlik.com/thread/54402"&gt;Removing character values and taking only numeric values from particular field&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 11 Oct 2017 10:26:46 GMT</pubDate>
    <dc:creator>krishna789</dc:creator>
    <dc:date>2017-10-11T10:26:46Z</dc:date>
    <item>
      <title>Removing Numeric characters</title>
      <link>https://community.qlik.com/t5/QlikView/Removing-Numeric-characters/m-p/1434388#M431043</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In dimension, I have data as follows,&lt;/P&gt;&lt;P&gt;1718-021-A&lt;/P&gt;&lt;P&gt;1718-021-AA&lt;/P&gt;&lt;P&gt;1718-021-A1&lt;/P&gt;&lt;P&gt;1718-021-AA1&lt;/P&gt;&lt;P&gt;1712-021-B&lt;/P&gt;&lt;P&gt;1718-021-B1&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My final requirement is to get the data as follows,&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;1718-021-A&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;1718-021-AA&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;1718-021-A&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;1718-021-AA&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;1712-021-B&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;1718-021-B&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;Removing all numeric characters from the field.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Oct 2017 10:17:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Removing-Numeric-characters/m-p/1434388#M431043</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-10-11T10:17:01Z</dc:date>
    </item>
    <item>
      <title>Re: Removing Numeric characters</title>
      <link>https://community.qlik.com/t5/QlikView/Removing-Numeric-characters/m-p/1434389#M431044</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If it's about removing numerics from last substring, one solution could be like:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt; Left(YourStringField,FindOneOf(&lt;SPAN style="font-size: 13.3333px;"&gt;YourStringField&lt;/SPAN&gt;,'-',-1)) &amp;amp; Purgechar(SubField(&lt;SPAN style="font-size: 13.3333px;"&gt;YourStringField&lt;/SPAN&gt;,'-',-1),'0123456789')&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Oct 2017 10:24:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Removing-Numeric-characters/m-p/1434389#M431044</guid>
      <dc:creator>tresB</dc:creator>
      <dc:date>2017-10-11T10:24:47Z</dc:date>
    </item>
    <item>
      <title>Re: Removing Numeric characters</title>
      <link>https://community.qlik.com/t5/QlikView/Removing-Numeric-characters/m-p/1434390#M431045</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi&lt;/P&gt;&lt;P&gt;hope this will help you &lt;A href="https://community.qlik.com/thread/54402"&gt;Removing character values and taking only numeric values from particular field&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Oct 2017 10:26:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Removing-Numeric-characters/m-p/1434390#M431045</guid>
      <dc:creator>krishna789</dc:creator>
      <dc:date>2017-10-11T10:26:46Z</dc:date>
    </item>
    <item>
      <title>Re: Removing Numeric characters</title>
      <link>https://community.qlik.com/t5/QlikView/Removing-Numeric-characters/m-p/1434391#M431046</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Also you can refer below blog for better understanding&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/qlik-blogpost/4544"&gt;PurgeChar and KeepChar Functions&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Mayank&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Oct 2017 10:28:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Removing-Numeric-characters/m-p/1434391#M431046</guid>
      <dc:creator>mayankraoka</dc:creator>
      <dc:date>2017-10-11T10:28:56Z</dc:date>
    </item>
    <item>
      <title>Re: Removing Numeric characters</title>
      <link>https://community.qlik.com/t5/QlikView/Removing-Numeric-characters/m-p/1434392#M431047</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Or this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Left(Field, Index(Field, '-', -1)) &amp;amp; PurgeChar(SubField(Field, '-', -1), '0123456789')&lt;/EM&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Oct 2017 10:36:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Removing-Numeric-characters/m-p/1434392#M431047</guid>
      <dc:creator>jonathandienst</dc:creator>
      <dc:date>2017-10-11T10:36:58Z</dc:date>
    </item>
    <item>
      <title>Re: Removing Numeric characters</title>
      <link>https://community.qlik.com/t5/QlikView/Removing-Numeric-characters/m-p/1434393#M431048</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;Please find below:&lt;/P&gt;&lt;P&gt;T:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOAD * Inline [&lt;/P&gt;&lt;P&gt;Data&lt;/P&gt;&lt;P&gt;1718-021-A&lt;/P&gt;&lt;P&gt;1718-021-AA&lt;/P&gt;&lt;P&gt;1718-021-A1&lt;/P&gt;&lt;P&gt;1718-021-AA1&lt;/P&gt;&lt;P&gt;1712-021-B&lt;/P&gt;&lt;P&gt;1718-021-B1&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;NoConcatenate&lt;/P&gt;&lt;P&gt;T1:&lt;/P&gt;&lt;P&gt;LOAD *,&lt;/P&gt;&lt;P&gt;SubField(Data,'-',1)&amp;amp;'-'&amp;amp;SubField(Data,'-',2)&amp;amp;'-'&amp;amp;purgechar(SubField(Data,'-',3) ,'0123456789') as [Final Data]&lt;/P&gt;&lt;P&gt;Resident T;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DROP Table T;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Arvind Patil&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Oct 2017 10:42:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Removing-Numeric-characters/m-p/1434393#M431048</guid>
      <dc:creator>arvind_patil</dc:creator>
      <dc:date>2017-10-11T10:42:08Z</dc:date>
    </item>
  </channel>
</rss>

