<?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 Using Match() when comparing strings contain quotation mark in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Using-Match-when-comparing-strings-contain-quotation-mark/m-p/645811#M677767</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;I was trying to use Match () function to restrict loading. I was trying to compare human names in the Match() function.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But I found out that one of the names contain a quotation mark such as O'Donnell. And that would considered as an error when executing the script.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there a way to solve this issue?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you very much.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PC&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 10 Jun 2014 06:33:09 GMT</pubDate>
    <dc:creator />
    <dc:date>2014-06-10T06:33:09Z</dc:date>
    <item>
      <title>Using Match() when comparing strings contain quotation mark</title>
      <link>https://community.qlik.com/t5/QlikView/Using-Match-when-comparing-strings-contain-quotation-mark/m-p/645811#M677767</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;I was trying to use Match () function to restrict loading. I was trying to compare human names in the Match() function.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But I found out that one of the names contain a quotation mark such as O'Donnell. And that would considered as an error when executing the script.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there a way to solve this issue?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you very much.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PC&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Jun 2014 06:33:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Using-Match-when-comparing-strings-contain-quotation-mark/m-p/645811#M677767</guid>
      <dc:creator />
      <dc:date>2014-06-10T06:33:09Z</dc:date>
    </item>
    <item>
      <title>Re: Using Match() when comparing strings contain quotation mark</title>
      <link>https://community.qlik.com/t5/QlikView/Using-Match-when-comparing-strings-contain-quotation-mark/m-p/645812#M677768</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi &lt;/P&gt;&lt;P&gt;only for filtering propose ,you can create another field where you'll replace the ' sign with other sign &lt;/P&gt;&lt;P&gt;may be * &lt;/P&gt;&lt;P&gt;and after you do the filter you can drop the new field&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the replace function should look like &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;replace(FieldName,chr(39),'*') as FileldNameForFilter&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Jun 2014 06:42:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Using-Match-when-comparing-strings-contain-quotation-mark/m-p/645812#M677768</guid>
      <dc:creator>lironbaram</dc:creator>
      <dc:date>2014-06-10T06:42:04Z</dc:date>
    </item>
    <item>
      <title>Re: Using Match() when comparing strings contain quotation mark</title>
      <link>https://community.qlik.com/t5/QlikView/Using-Match-when-comparing-strings-contain-quotation-mark/m-p/645813#M677769</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you Liron:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is a good idea.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PC&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Jun 2014 06:46:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Using-Match-when-comparing-strings-contain-quotation-mark/m-p/645813#M677769</guid>
      <dc:creator />
      <dc:date>2014-06-10T06:46:21Z</dc:date>
    </item>
    <item>
      <title>Re: Using Match() when comparing strings contain quotation mark</title>
      <link>https://community.qlik.com/t5/QlikView/Using-Match-when-comparing-strings-contain-quotation-mark/m-p/645814#M677770</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;just a little suggestion &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;use other symbol than * because this is used for wild card search , may be #&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Jun 2014 07:22:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Using-Match-when-comparing-strings-contain-quotation-mark/m-p/645814#M677770</guid>
      <dc:creator>lironbaram</dc:creator>
      <dc:date>2014-06-10T07:22:22Z</dc:date>
    </item>
  </channel>
</rss>

