<?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 special characters around the string in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Remove-special-characters-around-the-string/m-p/1818499#M1213232</link>
    <description>&lt;P&gt;Hi There,&lt;/P&gt;&lt;P&gt;I wanted to remove $ character in the below string. The $ character within the string represent space.&lt;BR /&gt;When I use purgechar() function it is removing $ across the string which is good, but I want to keep the space within the string.&lt;/P&gt;&lt;P&gt;$London$city$&lt;/P&gt;&lt;P&gt;Table:&lt;BR /&gt;&lt;SPAN&gt;LOAD * INLINE [&lt;BR /&gt;&lt;/SPAN&gt;purgechar(field,'$') as field&lt;BR /&gt;];&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;eg-&amp;nbsp;&lt;BR /&gt;from-&lt;BR /&gt;$London$city$&lt;/P&gt;&lt;P&gt;to-&lt;BR /&gt;&lt;SPAN&gt;London city&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Please help&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Tue, 29 Jun 2021 09:42:39 GMT</pubDate>
    <dc:creator>surajap123</dc:creator>
    <dc:date>2021-06-29T09:42:39Z</dc:date>
    <item>
      <title>Remove special characters around the string</title>
      <link>https://community.qlik.com/t5/QlikView/Remove-special-characters-around-the-string/m-p/1818499#M1213232</link>
      <description>&lt;P&gt;Hi There,&lt;/P&gt;&lt;P&gt;I wanted to remove $ character in the below string. The $ character within the string represent space.&lt;BR /&gt;When I use purgechar() function it is removing $ across the string which is good, but I want to keep the space within the string.&lt;/P&gt;&lt;P&gt;$London$city$&lt;/P&gt;&lt;P&gt;Table:&lt;BR /&gt;&lt;SPAN&gt;LOAD * INLINE [&lt;BR /&gt;&lt;/SPAN&gt;purgechar(field,'$') as field&lt;BR /&gt;];&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;eg-&amp;nbsp;&lt;BR /&gt;from-&lt;BR /&gt;$London$city$&lt;/P&gt;&lt;P&gt;to-&lt;BR /&gt;&lt;SPAN&gt;London city&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Please help&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 29 Jun 2021 09:42:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Remove-special-characters-around-the-string/m-p/1818499#M1213232</guid>
      <dc:creator>surajap123</dc:creator>
      <dc:date>2021-06-29T09:42:39Z</dc:date>
    </item>
    <item>
      <title>Re: Remove special characters around the string</title>
      <link>https://community.qlik.com/t5/QlikView/Remove-special-characters-around-the-string/m-p/1818501#M1213233</link>
      <description>&lt;P&gt;Try like:&lt;/P&gt;&lt;P&gt;Trim(replace(field '$', ' ')) as Field&lt;/P&gt;</description>
      <pubDate>Tue, 29 Jun 2021 09:51:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Remove-special-characters-around-the-string/m-p/1818501#M1213233</guid>
      <dc:creator>tresB</dc:creator>
      <dc:date>2021-06-29T09:51:07Z</dc:date>
    </item>
    <item>
      <title>Re: Remove special characters around the string</title>
      <link>https://community.qlik.com/t5/QlikView/Remove-special-characters-around-the-string/m-p/1818510#M1213235</link>
      <description>&lt;P&gt;Thank&amp;nbsp; you so much&lt;/P&gt;</description>
      <pubDate>Tue, 29 Jun 2021 10:26:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Remove-special-characters-around-the-string/m-p/1818510#M1213235</guid>
      <dc:creator>surajap123</dc:creator>
      <dc:date>2021-06-29T10:26:09Z</dc:date>
    </item>
  </channel>
</rss>

