<?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 manage Apostrophe in String in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-to-manage-Apostrophe-in-String/m-p/1123537#M910185</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I was able to FINALLY resolve my issue. Once I identfied escape sequences and to use single quotes and not double quotes. I was also receiveing a "Grabage" In statment error that I resolved but closing the app out and logging back in. Thank you all for your help as I'm currently creating my 2nd app. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 15 Jun 2016 20:04:19 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2016-06-15T20:04:19Z</dc:date>
    <item>
      <title>How to manage Apostrophe in String</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-manage-Apostrophe-in-String/m-p/1123534#M910182</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have the following statement that throws an error. It's the apostophere in my match condition. I read some articles relatting to escape sequences from a previous question but I'm still having trouble. Can someone help with the syntax. I have tried using brackets instead of single quotes and tried other examples too.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;TestTable:&lt;/P&gt;&lt;P&gt;LOAD&lt;/P&gt;&lt;P&gt;PKID,&lt;/P&gt;&lt;P&gt;REASON,&lt;/P&gt;&lt;P&gt;PROGRAM&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;FROM MAINTABLE&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;WHERE PROGRAM = 'CLOSED'&lt;/P&gt;&lt;P&gt;AND MATCH(REASON, 'Don't need')&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-manage-Apostrophe-in-String/m-p/1123534#M910182</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: How to manage Apostrophe in String</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-manage-Apostrophe-in-String/m-p/1123535#M910183</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;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;TestTable:&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;LOAD&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;PKID,&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;REASON,&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;PROGRAM&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;FROM MAINTABLE&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;WHERE PROGRAM = 'CLOSED'&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;AND MATCH(REASON, 'Don&lt;SPAN style="color: #ff0000;"&gt;''&lt;/SPAN&gt;t need')&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Note: the two single quotes &lt;STRONG style="color: #ff0000;"&gt;''&lt;/STRONG&gt; (not a double quote) &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 18:40:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-manage-Apostrophe-in-String/m-p/1123535#M910183</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-06-15T18:40:49Z</dc:date>
    </item>
    <item>
      <title>Re: How to manage Apostrophe in String</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-manage-Apostrophe-in-String/m-p/1123536#M910184</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Well, that's what has been already suggested in the other thread &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/wink.png" /&gt;, so I think it is not working for mrjohn123, right?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Though, seems to work for me:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Text:&lt;/P&gt;&lt;P&gt;LOAD *&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;WHERE Match(Reason,'Don''t need');&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;LOAD recno() as ID, * INLINE [&lt;/P&gt;&lt;P&gt;Reason&lt;/P&gt;&lt;P&gt;Don't need&lt;/P&gt;&lt;P&gt;Why not?&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What error message do you get, mrjohn123?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 19:18:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-manage-Apostrophe-in-String/m-p/1123536#M910184</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2016-06-15T19:18:48Z</dc:date>
    </item>
    <item>
      <title>Re: How to manage Apostrophe in String</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-manage-Apostrophe-in-String/m-p/1123537#M910185</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I was able to FINALLY resolve my issue. Once I identfied escape sequences and to use single quotes and not double quotes. I was also receiveing a "Grabage" In statment error that I resolved but closing the app out and logging back in. Thank you all for your help as I'm currently creating my 2nd app. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 20:04:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-manage-Apostrophe-in-String/m-p/1123537#M910185</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-06-15T20:04:19Z</dc:date>
    </item>
    <item>
      <title>Re: How to manage Apostrophe in String</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-manage-Apostrophe-in-String/m-p/1123538#M910186</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I was using a double quote, thanks for the call out. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 20:04:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-manage-Apostrophe-in-String/m-p/1123538#M910186</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-06-15T20:04:45Z</dc:date>
    </item>
  </channel>
</rss>

