<?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: Remove the character Pre-fix Values in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Remove-the-character-Pre-fix-Values/m-p/721143#M258987</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Mid(Name,If(Name Like 'G*',2,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;"&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;"&gt;Or&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;"&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;"&gt;If(Field Like 'G*',Mid(Field,2),Field)&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 18 Sep 2014 14:09:09 GMT</pubDate>
    <dc:creator>anbu1984</dc:creator>
    <dc:date>2014-09-18T14:09:09Z</dc:date>
    <item>
      <title>Remove the character Pre-fix Values</title>
      <link>https://community.qlik.com/t5/QlikView/Remove-the-character-Pre-fix-Values/m-p/721135#M258979</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;I want remove pre-fix of charecter value in my list box,&lt;/P&gt;&lt;P&gt;like i have data &lt;/P&gt;&lt;P&gt;G952211223&lt;/P&gt;&lt;P&gt;G9522103&lt;/P&gt;&lt;P&gt;G95208434556&lt;/P&gt;&lt;P&gt;G95208389&lt;/P&gt;&lt;P&gt;G952082234&lt;/P&gt;&lt;P&gt;G952081&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;could you please help on this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Best Regards&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Munna&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Sep 2014 12:36:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Remove-the-character-Pre-fix-Values/m-p/721135#M258979</guid>
      <dc:creator>Srinivas</dc:creator>
      <dc:date>2014-09-17T12:36:00Z</dc:date>
    </item>
    <item>
      <title>Re: Remove the character Pre-fix Values</title>
      <link>https://community.qlik.com/t5/QlikView/Remove-the-character-Pre-fix-Values/m-p/721136#M258980</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;=Right(Data, Len(Data)-1)&lt;/P&gt;&lt;P&gt;Or,&lt;/P&gt;&lt;P&gt;=Mid(Data,2)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Sep 2014 12:38:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Remove-the-character-Pre-fix-Values/m-p/721136#M258980</guid>
      <dc:creator>tresB</dc:creator>
      <dc:date>2014-09-17T12:38:10Z</dc:date>
    </item>
    <item>
      <title>Re: Remove the character Pre-fix Values</title>
      <link>https://community.qlik.com/t5/QlikView/Remove-the-character-Pre-fix-Values/m-p/721137#M258981</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Mid(Fld,4)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Sep 2014 12:45:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Remove-the-character-Pre-fix-Values/m-p/721137#M258981</guid>
      <dc:creator>anbu1984</dc:creator>
      <dc:date>2014-09-17T12:45:38Z</dc:date>
    </item>
    <item>
      <title>Re: Remove the character Pre-fix Values</title>
      <link>https://community.qlik.com/t5/QlikView/Remove-the-character-Pre-fix-Values/m-p/721138#M258982</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&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=keepchar('G952082234','0123456789')&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, 17 Sep 2014 12:58:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Remove-the-character-Pre-fix-Values/m-p/721138#M258982</guid>
      <dc:creator>ashfaq_haseeb</dc:creator>
      <dc:date>2014-09-17T12:58:03Z</dc:date>
    </item>
    <item>
      <title>Re: Remove the character Pre-fix Values</title>
      <link>https://community.qlik.com/t5/QlikView/Remove-the-character-Pre-fix-Values/m-p/721139#M258983</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Have you tried KeepChar(), if you have to remove 'G' &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="Code"&gt;keepchar ( 'C3g43','0123456789' ) &lt;/SPAN&gt;returns '&lt;SPAN class="Italic"&gt;343'&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Sep 2014 13:02:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Remove-the-character-Pre-fix-Values/m-p/721139#M258983</guid>
      <dc:creator>israrkhan</dc:creator>
      <dc:date>2014-09-17T13:02:41Z</dc:date>
    </item>
    <item>
      <title>Re: Remove the character Pre-fix Values</title>
      <link>https://community.qlik.com/t5/QlikView/Remove-the-character-Pre-fix-Values/m-p/721140#M258984</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Tresesco,&lt;/P&gt;&lt;P&gt;i don't want to remove other values see below data, wherever started with 'G' Those values remove pre-fix of that particular character(G)...Remaining values should be same.&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12px;"&gt;G952211223 ,&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: 12px;"&gt;F98652,&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: 12px;"&gt;S887643,&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: 12px;"&gt;FALSE,&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: 12px;"&gt;TRUE,&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: 12px;"&gt;G9522103,&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: 12px;"&gt; G95208434556 ,&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: 12px;"&gt;G95208389 ,&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: 12px;"&gt;G952082234,&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: 12px;"&gt; G952081&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Advance Thanks&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Munna&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Sep 2014 14:20:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Remove-the-character-Pre-fix-Values/m-p/721140#M258984</guid>
      <dc:creator>Srinivas</dc:creator>
      <dc:date>2014-09-17T14:20:11Z</dc:date>
    </item>
    <item>
      <title>Re: Remove the character Pre-fix Values</title>
      <link>https://community.qlik.com/t5/QlikView/Remove-the-character-Pre-fix-Values/m-p/721141#M258985</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you're just removing "G", I would use purgechar for simplicity.&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Syntax:&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;PurgeChar(&amp;lt;fieldname&amp;gt;, '[chars to remove]')&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&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;"&gt;Your example: purgechar(&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;G9522103,'G')&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Sep 2014 15:22:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Remove-the-character-Pre-fix-Values/m-p/721141#M258985</guid>
      <dc:creator>jcampbell474</dc:creator>
      <dc:date>2014-09-17T15:22:10Z</dc:date>
    </item>
    <item>
      <title>Re: Remove the character Pre-fix Values</title>
      <link>https://community.qlik.com/t5/QlikView/Remove-the-character-Pre-fix-Values/m-p/721142#M258986</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Purgechar removes all occurrences, not just prefix&lt;/P&gt;&lt;P&gt;=purgechar('G9522103G','G')&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Sep 2014 14:02:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Remove-the-character-Pre-fix-Values/m-p/721142#M258986</guid>
      <dc:creator>anbu1984</dc:creator>
      <dc:date>2014-09-18T14:02:23Z</dc:date>
    </item>
    <item>
      <title>Re: Remove the character Pre-fix Values</title>
      <link>https://community.qlik.com/t5/QlikView/Remove-the-character-Pre-fix-Values/m-p/721143#M258987</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Mid(Name,If(Name Like 'G*',2,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;"&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;"&gt;Or&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;"&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;"&gt;If(Field Like 'G*',Mid(Field,2),Field)&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Sep 2014 14:09:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Remove-the-character-Pre-fix-Values/m-p/721143#M258987</guid>
      <dc:creator>anbu1984</dc:creator>
      <dc:date>2014-09-18T14:09:09Z</dc:date>
    </item>
  </channel>
</rss>

