<?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: Replace single quote in string in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Replace-single-quote-in-string/m-p/571354#M212889</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for the quick response.&lt;/P&gt;&lt;P&gt;The PurgeChar is working for me.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm reading from an i-series database.&lt;/P&gt;&lt;P&gt;And I try to implement google maps.&lt;/P&gt;&lt;P&gt;I get an error if I try to read this Field.&lt;/P&gt;&lt;P&gt;How Can I convert this 'blok' caracter to a space?&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Adress.PNG.png" class="jive-image" src="https://community.qlik.com/legacyfs/online/54934_Adress.PNG.png" style="font-size: 10pt; line-height: 1.5em;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Kris&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 13 Mar 2014 13:12:01 GMT</pubDate>
    <dc:creator>kris_vliegen</dc:creator>
    <dc:date>2014-03-13T13:12:01Z</dc:date>
    <item>
      <title>Replace single quote in string</title>
      <link>https://community.qlik.com/t5/QlikView/Replace-single-quote-in-string/m-p/571350#M212885</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;I have customer-names with a single quote in it.&lt;/P&gt;&lt;P&gt;How can I replace this single quote into a blank in the reload-script?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards &lt;/P&gt;&lt;P&gt;Kris&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Mar 2014 12:55:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Replace-single-quote-in-string/m-p/571350#M212885</guid>
      <dc:creator>kris_vliegen</dc:creator>
      <dc:date>2014-03-13T12:55:00Z</dc:date>
    </item>
    <item>
      <title>Re: Replace single quote in string</title>
      <link>https://community.qlik.com/t5/QlikView/Replace-single-quote-in-string/m-p/571351#M212886</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;You can use :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=replace(YourFieldName,chr(39),' ')&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Mar 2014 12:58:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Replace-single-quote-in-string/m-p/571351#M212886</guid>
      <dc:creator>christophebrault</dc:creator>
      <dc:date>2014-03-13T12:58:26Z</dc:date>
    </item>
    <item>
      <title>Re: Replace single quote in string</title>
      <link>https://community.qlik.com/t5/QlikView/Replace-single-quote-in-string/m-p/571352#M212887</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;PurgeChar(YourField, chr(39))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;will remove all single quotes from &amp;lt;YourField&amp;gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Mar 2014 13:00:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Replace-single-quote-in-string/m-p/571352#M212887</guid>
      <dc:creator>Colin-Albert</dc:creator>
      <dc:date>2014-03-13T13:00:44Z</dc:date>
    </item>
    <item>
      <title>Re: Replace single quote in string</title>
      <link>https://community.qlik.com/t5/QlikView/Replace-single-quote-in-string/m-p/571353#M212888</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try this in the script...&lt;/P&gt;&lt;P&gt;PurgeChar(Cust_Name, chr(39)) as Cust_Name;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Mar 2014 13:01:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Replace-single-quote-in-string/m-p/571353#M212888</guid>
      <dc:creator />
      <dc:date>2014-03-13T13:01:38Z</dc:date>
    </item>
    <item>
      <title>Re: Replace single quote in string</title>
      <link>https://community.qlik.com/t5/QlikView/Replace-single-quote-in-string/m-p/571354#M212889</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for the quick response.&lt;/P&gt;&lt;P&gt;The PurgeChar is working for me.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm reading from an i-series database.&lt;/P&gt;&lt;P&gt;And I try to implement google maps.&lt;/P&gt;&lt;P&gt;I get an error if I try to read this Field.&lt;/P&gt;&lt;P&gt;How Can I convert this 'blok' caracter to a space?&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Adress.PNG.png" class="jive-image" src="https://community.qlik.com/legacyfs/online/54934_Adress.PNG.png" style="font-size: 10pt; line-height: 1.5em;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Kris&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Mar 2014 13:12:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Replace-single-quote-in-string/m-p/571354#M212889</guid>
      <dc:creator>kris_vliegen</dc:creator>
      <dc:date>2014-03-13T13:12:01Z</dc:date>
    </item>
    <item>
      <title>Re: Replace single quote in string</title>
      <link>https://community.qlik.com/t5/QlikView/Replace-single-quote-in-string/m-p/571355#M212890</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;And I see this field in Qlikview as just a normal text&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Adress1.PNG.png" class="jive-image" src="https://community.qlik.com/legacyfs/online/54950_Adress1.PNG.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And I get this error in the script.&lt;IMG alt="Adress2.PNG.png" class="jive-image" src="https://community.qlik.com/legacyfs/online/54951_Adress2.PNG.png" style="width: 620px; height: 190px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Kris&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Mar 2014 13:17:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Replace-single-quote-in-string/m-p/571355#M212890</guid>
      <dc:creator>kris_vliegen</dc:creator>
      <dc:date>2014-03-13T13:17:53Z</dc:date>
    </item>
  </channel>
</rss>

