<?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 a character from the field values in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Removing-a-character-from-the-field-values/m-p/1002440#M966116</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;Use purgechar()&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;try like&lt;/P&gt;&lt;P&gt;purgechar(fieldName,'M')&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 06 Oct 2015 05:22:10 GMT</pubDate>
    <dc:creator>PrashantSangle</dc:creator>
    <dc:date>2015-10-06T05:22:10Z</dc:date>
    <item>
      <title>Removing a character from the field values</title>
      <link>https://community.qlik.com/t5/QlikView/Removing-a-character-from-the-field-values/m-p/1002438#M966114</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have a field with Sales values like 1.5 M, 2.5 M etc.,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How to remove M suffix from a field?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The reason for the removal is, Qlikview automatically takes the M character and converts it into some values. Instead I need 1.5, 2.5 as it is.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Oct 2015 05:16:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Removing-a-character-from-the-field-values/m-p/1002438#M966114</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-10-06T05:16:33Z</dc:date>
    </item>
    <item>
      <title>Re: Removing a character from the field values</title>
      <link>https://community.qlik.com/t5/QlikView/Removing-a-character-from-the-field-values/m-p/1002439#M966115</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Mid(Sales, Len(Sales)-1)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And note, 'M' might be for Million&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Oct 2015 05:19:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Removing-a-character-from-the-field-values/m-p/1002439#M966115</guid>
      <dc:creator>tresB</dc:creator>
      <dc:date>2015-10-06T05:19:32Z</dc:date>
    </item>
    <item>
      <title>Re: Removing a character from the field values</title>
      <link>https://community.qlik.com/t5/QlikView/Removing-a-character-from-the-field-values/m-p/1002440#M966116</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;Use purgechar()&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;try like&lt;/P&gt;&lt;P&gt;purgechar(fieldName,'M')&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Oct 2015 05:22:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Removing-a-character-from-the-field-values/m-p/1002440#M966116</guid>
      <dc:creator>PrashantSangle</dc:creator>
      <dc:date>2015-10-06T05:22:10Z</dc:date>
    </item>
    <item>
      <title>Re: Removing a character from the field values</title>
      <link>https://community.qlik.com/t5/QlikView/Removing-a-character-from-the-field-values/m-p/1002441#M966117</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; 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;Replace(YourFiledName,'M','''')&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Oct 2015 05:25:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Removing-a-character-from-the-field-values/m-p/1002441#M966117</guid>
      <dc:creator>ChennaiahNallani</dc:creator>
      <dc:date>2015-10-06T05:25:20Z</dc:date>
    </item>
    <item>
      <title>Re: Removing a character from the field values</title>
      <link>https://community.qlik.com/t5/QlikView/Removing-a-character-from-the-field-values/m-p/1002442#M966118</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;As Tresesco said &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;'M' might be for Million.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; can you please check with chart properties Number format &amp;gt;million symbol &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Oct 2015 05:25:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Removing-a-character-from-the-field-values/m-p/1002442#M966118</guid>
      <dc:creator>prma7799</dc:creator>
      <dc:date>2015-10-06T05:25:55Z</dc:date>
    </item>
    <item>
      <title>Re: Removing a character from the field values</title>
      <link>https://community.qlik.com/t5/QlikView/Removing-a-character-from-the-field-values/m-p/1002443#M966119</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;PFA..and If not enough u can use Replace Function also.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Oct 2015 05:41:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Removing-a-character-from-the-field-values/m-p/1002443#M966119</guid>
      <dc:creator>nagarjuna_kotha</dc:creator>
      <dc:date>2015-10-06T05:41:53Z</dc:date>
    </item>
    <item>
      <title>Re: Removing a character from the field values</title>
      <link>https://community.qlik.com/t5/QlikView/Removing-a-character-from-the-field-values/m-p/1002444#M966120</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Replace function will do your work.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Oct 2015 05:46:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Removing-a-character-from-the-field-values/m-p/1002444#M966120</guid>
      <dc:creator>sujeetsingh</dc:creator>
      <dc:date>2015-10-06T05:46:46Z</dc:date>
    </item>
    <item>
      <title>Re: Removing a character from the field values</title>
      <link>https://community.qlik.com/t5/QlikView/Removing-a-character-from-the-field-values/m-p/1002445#M966121</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Try Subfield(). It may works.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Oct 2015 07:04:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Removing-a-character-from-the-field-values/m-p/1002445#M966121</guid>
      <dc:creator>krishna20</dc:creator>
      <dc:date>2015-10-06T07:04:10Z</dc:date>
    </item>
    <item>
      <title>Re: Removing a character from the field values</title>
      <link>https://community.qlik.com/t5/QlikView/Removing-a-character-from-the-field-values/m-p/1002446#M966122</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 use PurgeChar(FieldName,'M')&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Oct 2015 09:01:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Removing-a-character-from-the-field-values/m-p/1002446#M966122</guid>
      <dc:creator>Gabriel</dc:creator>
      <dc:date>2015-10-06T09:01:01Z</dc:date>
    </item>
    <item>
      <title>Re: Removing a character from the field values</title>
      <link>https://community.qlik.com/t5/QlikView/Removing-a-character-from-the-field-values/m-p/1002447#M966123</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Koushik,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In case of Just removing character from String you can use this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;PurgeChar(text, remove_chars)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Example Result:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;PurgeChar ( 'a1b2c3','123' ) Returns 'abc'&lt;/P&gt;&lt;P&gt;PurgeChar ( 'a1b2c3','312' ) Returns 'abc'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;In your Case:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;PurgeChar ( '&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;1.5 M'&lt;/SPAN&gt;,'M' ) Returns '1.5'&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;STRONG&gt;For all values&lt;/STRONG&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;PurgeChar ( Sales,&lt;/SPAN&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;'M' ) &lt;/SPAN&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Note: It will remove the perticular char from your string.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;However, I feel that in your case Sales is measure data, you need to put condition you convert into million by multiplying 1000000.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope, it will help you &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Oct 2018 16:36:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Removing-a-character-from-the-field-values/m-p/1002447#M966123</guid>
      <dc:creator>amit_gupta</dc:creator>
      <dc:date>2018-10-09T16:36:11Z</dc:date>
    </item>
  </channel>
</rss>

