<?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 Remove an unwanted special character in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Remove-an-unwanted-special-character/m-p/329836#M704276</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Do you know what the special character actually is?&lt;/P&gt;&lt;P&gt;ie if it was a tab you could do purgechar(TextString,char(9))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Replace 9 with the correct value.&lt;/P&gt;&lt;P&gt;&amp;nbsp; &lt;/P&gt;&lt;P&gt;Mark&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 30 May 2012 16:50:12 GMT</pubDate>
    <dc:creator>RedSky001</dc:creator>
    <dc:date>2012-05-30T16:50:12Z</dc:date>
    <item>
      <title>Remove an unwanted special character</title>
      <link>https://community.qlik.com/t5/QlikView/Remove-an-unwanted-special-character/m-p/329834#M704274</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Does anybody have any ideas on how to get rid of this character from a text string? &lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: white; font-family: Arial, sans-serif; font-size: 10.5pt;"&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: white; font-family: Arial, sans-serif; font-size: 10.5pt;"&gt;I tried replace, but it doesn't seem to recognize it:&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: 0.0001pt;"&gt;&lt;SPAN style="color: blue; font-family: 'Courier New'; font-size: 9pt;"&gt;REPLACE&lt;/SPAN&gt;&lt;SPAN style="color: black; font-family: 'Courier New'; font-size: 9pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: maroon; font-family: 'Courier New'; font-size: 9pt;"&gt;TextString&lt;/SPAN&gt;&lt;SPAN style="color: black; font-family: 'Courier New'; font-size: 9pt;"&gt;,'&amp;nbsp; ','') &lt;/SPAN&gt;&lt;SPAN style="color: blue; font-family: 'Courier New'; font-size: 9pt;"&gt;AS&lt;/SPAN&gt; &lt;SPAN style="color: maroon; font-family: 'Courier New'; font-size: 9pt;"&gt;TextClean&lt;/SPAN&gt;&lt;SPAN style="color: black; font-family: 'Courier New'; font-size: 9pt;"&gt;, &lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 May 2012 16:34:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Remove-an-unwanted-special-character/m-p/329834#M704274</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-05-30T16:34:01Z</dc:date>
    </item>
    <item>
      <title>Remove an unwanted special character</title>
      <link>https://community.qlik.com/t5/QlikView/Remove-an-unwanted-special-character/m-p/329835#M704275</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;IMG alt="sQuare Character.png" class="jive-image" src="https://community.qlik.com/legacyfs/online/15110_sQuare+Character.png" /&gt;&lt;/P&gt;&lt;P&gt;Had to insert a picture since it wouldn't display in the forum.&amp;nbsp; This is fiendish little character!&amp;nbsp; Any ideas to dispose of it are welcome.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 May 2012 16:38:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Remove-an-unwanted-special-character/m-p/329835#M704275</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-05-30T16:38:05Z</dc:date>
    </item>
    <item>
      <title>Remove an unwanted special character</title>
      <link>https://community.qlik.com/t5/QlikView/Remove-an-unwanted-special-character/m-p/329836#M704276</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Do you know what the special character actually is?&lt;/P&gt;&lt;P&gt;ie if it was a tab you could do purgechar(TextString,char(9))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Replace 9 with the correct value.&lt;/P&gt;&lt;P&gt;&amp;nbsp; &lt;/P&gt;&lt;P&gt;Mark&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 May 2012 16:50:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Remove-an-unwanted-special-character/m-p/329836#M704276</guid>
      <dc:creator>RedSky001</dc:creator>
      <dc:date>2012-05-30T16:50:12Z</dc:date>
    </item>
    <item>
      <title>Remove an unwanted special character</title>
      <link>https://community.qlik.com/t5/QlikView/Remove-an-unwanted-special-character/m-p/329837#M704277</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;OK, so I think the character is Unicode U+25A1.&amp;nbsp; I am not sure there is a conversion to ASCII.&amp;nbsp; If there was, I could use CHR().&amp;nbsp; Is there a way to add support for this unicode character in my script or another function that would handle this?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 May 2012 18:10:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Remove-an-unwanted-special-character/m-p/329837#M704277</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-05-30T18:10:07Z</dc:date>
    </item>
    <item>
      <title>Re: Remove an unwanted special character</title>
      <link>https://community.qlik.com/t5/QlikView/Remove-an-unwanted-special-character/m-p/329838#M704278</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Aaron,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can use &lt;STRONG&gt;&lt;EM&gt;PurgeChar()&lt;/EM&gt;&lt;/STRONG&gt; function to remove unwanted characters from a string.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Eg: If one of the record in the field Full_Name: Jam3e#s Ca%mer~on&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then &lt;STRONG style="font-size: 13.3333330154419px;"&gt;&lt;EM&gt;PurgeChar(&lt;SPAN style="font-size: 13.3333330154419px;"&gt;Full_Name,&lt;SPAN style="font-size: 13.3333330154419px;"&gt;'3,#,%,~'&lt;/SPAN&gt;&lt;/SPAN&gt;)&amp;nbsp; &lt;/EM&gt;&lt;/STRONG&gt;returns&amp;nbsp; &lt;SPAN style="font-size: 13.3333330154419px;"&gt;Full_Name: James Cameron.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope that helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;krishna&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Apr 2015 20:46:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Remove-an-unwanted-special-character/m-p/329838#M704278</guid>
      <dc:creator>Qrishna</dc:creator>
      <dc:date>2015-04-10T20:46:26Z</dc:date>
    </item>
    <item>
      <title>Re: Remove an unwanted special character</title>
      <link>https://community.qlik.com/t5/QlikView/Remove-an-unwanted-special-character/m-p/329839#M704279</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please use KeepChar&lt;/P&gt;&lt;P&gt;eg:&amp;nbsp; KeepChar(Field,'abcdefg......xyz1234567890') as Field&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Apr 2015 21:02:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Remove-an-unwanted-special-character/m-p/329839#M704279</guid>
      <dc:creator />
      <dc:date>2015-04-10T21:02:33Z</dc:date>
    </item>
  </channel>
</rss>

