<?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 Regarding Apostrophe in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Regarding-Apostrophe/m-p/406764#M697282</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i need to pass in condition this statement&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If( Status = 'Doesn't want to go', 'Doesnot want to go')&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the "apostrophe" in the word "Doesn't "&amp;nbsp; is not allowing to pass the complete statement&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;how can that be solved.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 29 Mar 2013 14:31:48 GMT</pubDate>
    <dc:creator />
    <dc:date>2013-03-29T14:31:48Z</dc:date>
    <item>
      <title>Regarding Apostrophe</title>
      <link>https://community.qlik.com/t5/QlikView/Regarding-Apostrophe/m-p/406764#M697282</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i need to pass in condition this statement&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If( Status = 'Doesn't want to go', 'Doesnot want to go')&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the "apostrophe" in the word "Doesn't "&amp;nbsp; is not allowing to pass the complete statement&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;how can that be solved.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Mar 2013 14:31:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Regarding-Apostrophe/m-p/406764#M697282</guid>
      <dc:creator />
      <dc:date>2013-03-29T14:31:48Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding Apostrophe</title>
      <link>https://community.qlik.com/t5/QlikView/Regarding-Apostrophe/m-p/406765#M697283</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;try with&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;if&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(Status&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;='Doesn' &amp;amp; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;chr&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(39) &amp;amp;&amp;nbsp; 'want to go','SI','NO') &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Mar 2013 15:02:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Regarding-Apostrophe/m-p/406765#M697283</guid>
      <dc:creator>alexandros17</dc:creator>
      <dc:date>2013-03-29T15:02:50Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding Apostrophe</title>
      <link>https://community.qlik.com/t5/QlikView/Regarding-Apostrophe/m-p/406766#M697284</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The concatenate of the chr(39) character works fine, but if you have many apostrophes you may want to go for:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if(Status=replace('Doesn¬t want to ¬go¬', chr(39)), 'Does not want to go')&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You just need to manually swap out any apostrophes out for a character you don't use anywhere else and then swap it back in with the replace statement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope that helps,&lt;/P&gt;&lt;P&gt;Steve&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-external-small" href="http://www.quickintelligence.co.uk/"&gt;http://www.quickintelligence.co.uk/&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Mar 2013 15:38:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Regarding-Apostrophe/m-p/406766#M697284</guid>
      <dc:creator>stevedark</dc:creator>
      <dc:date>2013-03-29T15:38:06Z</dc:date>
    </item>
  </channel>
</rss>

