<?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: How to remove special char ' in my string ? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-to-remove-special-char-in-my-string/m-p/728228#M1062006</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;STRONG&gt;=PurgeChar(fieldname,chr(39))&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 18 Sep 2014 07:48:10 GMT</pubDate>
    <dc:creator />
    <dc:date>2014-09-18T07:48:10Z</dc:date>
    <item>
      <title>How to remove special char ' in my string ?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-remove-special-char-in-my-string/m-p/728223#M1062001</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;How to remove special char ' in my string.&lt;/P&gt;&lt;P&gt;EG :- I have data like this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;INDI'A&lt;/P&gt;&lt;P&gt;CHI'NA&lt;/P&gt;&lt;P&gt;SINGAP'ORE&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here i want to remove symbol ' and my output should be like this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;INDIA&lt;/P&gt;&lt;P&gt;CHINA&lt;BR /&gt;SINGAPORE&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am using REPLACE function and it is working for symbols like &lt;STRONG&gt;.,-&amp;nbsp; &lt;/STRONG&gt;but not working for&lt;STRONG&gt; '&amp;nbsp;&amp;nbsp; &lt;/STRONG&gt;Please let me know how to do this. &lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Sep 2014 07:38:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-remove-special-char-in-my-string/m-p/728223#M1062001</guid>
      <dc:creator>varunvarma</dc:creator>
      <dc:date>2014-09-18T07:38:58Z</dc:date>
    </item>
    <item>
      <title>Re: How to remove special char ' in my string ?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-remove-special-char-in-my-string/m-p/728224#M1062002</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;try this&lt;/P&gt;&lt;P&gt;&lt;SPAN style="text-decoration: line-through;"&gt;replace(fieldname,''','')&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="text-decoration: line-through;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;i modified this by&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;=replace(fieldname, chr(39) ,'')&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;this working fine&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Sep 2014 07:40:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-remove-special-char-in-my-string/m-p/728224#M1062002</guid>
      <dc:creator />
      <dc:date>2014-09-18T07:40:58Z</dc:date>
    </item>
    <item>
      <title>Re: How to remove special char ' in my string ?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-remove-special-char-in-my-string/m-p/728225#M1062003</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;PurgeChar(YourField, '.-`@#$%^&amp;amp;')&lt;/P&gt;&lt;P&gt;and if ther is single quotes try like:&lt;/P&gt;&lt;P&gt;PurgeChar(YourField, '.-`@#$%^&amp;amp;' &lt;STRONG&gt;&amp;amp;chr(39)&lt;/STRONG&gt;)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Sep 2014 07:41:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-remove-special-char-in-my-string/m-p/728225#M1062003</guid>
      <dc:creator>tresB</dc:creator>
      <dc:date>2014-09-18T07:41:35Z</dc:date>
    </item>
    <item>
      <title>Re: How to remove special char ' in my string ?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-remove-special-char-in-my-string/m-p/728226#M1062004</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can use keepchar('Fieldname','A-Z') May be it vl work&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Sep 2014 07:42:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-remove-special-char-in-my-string/m-p/728226#M1062004</guid>
      <dc:creator />
      <dc:date>2014-09-18T07:42:08Z</dc:date>
    </item>
    <item>
      <title>Re: How to remove special char ' in my string ?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-remove-special-char-in-my-string/m-p/728227#M1062005</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;purgechar(string, chr(39))&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Sep 2014 07:42:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-remove-special-char-in-my-string/m-p/728227#M1062005</guid>
      <dc:creator>MarcoWedel</dc:creator>
      <dc:date>2014-09-18T07:42:29Z</dc:date>
    </item>
    <item>
      <title>Re: How to remove special char ' in my string ?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-remove-special-char-in-my-string/m-p/728228#M1062006</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;STRONG&gt;=PurgeChar(fieldname,chr(39))&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Sep 2014 07:48:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-remove-special-char-in-my-string/m-p/728228#M1062006</guid>
      <dc:creator />
      <dc:date>2014-09-18T07:48:10Z</dc:date>
    </item>
    <item>
      <title>Re: How to remove special char ' in my string ?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-remove-special-char-in-my-string/m-p/728229#M1062007</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Varun,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Use KeepChar() like below&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOAD&lt;/P&gt;&lt;P&gt;*,&lt;/P&gt;&lt;P&gt;KeepChar(FieldName, 'abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ') AS FormattedColumn&lt;/P&gt;&lt;P&gt;FROM DataSource;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;jagan.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Sep 2014 08:07:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-remove-special-char-in-my-string/m-p/728229#M1062007</guid>
      <dc:creator>jagan</dc:creator>
      <dc:date>2014-09-18T08:07:26Z</dc:date>
    </item>
    <item>
      <title>Re: How to remove special char ' in my string ?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-remove-special-char-in-my-string/m-p/728230#M1062008</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 Replace() to get string only from the field.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Charitha&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Sep 2014 08:09:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-remove-special-char-in-my-string/m-p/728230#M1062008</guid>
      <dc:creator />
      <dc:date>2014-09-18T08:09:15Z</dc:date>
    </item>
    <item>
      <title>Re: How to remove special char ' in my string ?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-remove-special-char-in-my-string/m-p/728231#M1062009</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you all. I got it. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Sep 2014 09:20:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-remove-special-char-in-my-string/m-p/728231#M1062009</guid>
      <dc:creator>varunvarma</dc:creator>
      <dc:date>2014-09-18T09:20:54Z</dc:date>
    </item>
    <item>
      <title>Re: How to remove special char ' in my string ?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-remove-special-char-in-my-string/m-p/728232#M1062010</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Varun,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please close this thread by giving/clicking Correct and Helpful answers to the useful posts, it helps others in finding the answers.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Jagan.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Sep 2014 09:24:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-remove-special-char-in-my-string/m-p/728232#M1062010</guid>
      <dc:creator>jagan</dc:creator>
      <dc:date>2014-09-18T09:24:49Z</dc:date>
    </item>
    <item>
      <title>Re: How to remove special char ' in my string ?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-remove-special-char-in-my-string/m-p/1680047#M1062011</link>
      <description>&lt;P&gt;Correct&lt;/P&gt;</description>
      <pubDate>Thu, 27 Feb 2020 18:24:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-remove-special-char-in-my-string/m-p/1680047#M1062011</guid>
      <dc:creator>varaprasad0816</dc:creator>
      <dc:date>2020-02-27T18:24:09Z</dc:date>
    </item>
  </channel>
</rss>

