<?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: Using a name with an embedded single quote in a select statement in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Using-a-name-with-an-embedded-single-quote-in-a-select-statement/m-p/535747#M1129185</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What brand of database is this query going to?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 05 Dec 2013 17:11:26 GMT</pubDate>
    <dc:creator>rwunderlich</dc:creator>
    <dc:date>2013-12-05T17:11:26Z</dc:date>
    <item>
      <title>Using a name with an embedded single quote in a select statement</title>
      <link>https://community.qlik.com/t5/QlikView/Using-a-name-with-an-embedded-single-quote-in-a-select-statement/m-p/535746#M1129184</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I want to use a query like this one below&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; SELECT&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Employee_Id, Work_Email, Department,City,Job_Title,Reports_To&lt;BR /&gt;FROM &lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Employee&lt;BR /&gt;WHERE&lt;BR /&gt;&amp;nbsp;&amp;nbsp; EmployeeName = 'Firstname O'Lastname'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've tried combinations of using single and double quotes, using [] and also trying to use CHR(39) but nothing seems to get this to work properly....what do I do if the name has an embedded single quote?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Dec 2013 17:09:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Using-a-name-with-an-embedded-single-quote-in-a-select-statement/m-p/535746#M1129184</guid>
      <dc:creator />
      <dc:date>2013-12-05T17:09:56Z</dc:date>
    </item>
    <item>
      <title>Re: Using a name with an embedded single quote in a select statement</title>
      <link>https://community.qlik.com/t5/QlikView/Using-a-name-with-an-embedded-single-quote-in-a-select-statement/m-p/535747#M1129185</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What brand of database is this query going to?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Dec 2013 17:11:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Using-a-name-with-an-embedded-single-quote-in-a-select-statement/m-p/535747#M1129185</guid>
      <dc:creator>rwunderlich</dc:creator>
      <dc:date>2013-12-05T17:11:26Z</dc:date>
    </item>
    <item>
      <title>Re: Using a name with an embedded single quote in a select statement</title>
      <link>https://community.qlik.com/t5/QlikView/Using-a-name-with-an-embedded-single-quote-in-a-select-statement/m-p/535748#M1129186</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Its a SQL server database&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Dec 2013 17:16:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Using-a-name-with-an-embedded-single-quote-in-a-select-statement/m-p/535748#M1129186</guid>
      <dc:creator />
      <dc:date>2013-12-05T17:16:59Z</dc:date>
    </item>
    <item>
      <title>Re: Using a name with an embedded single quote in a select statement</title>
      <link>https://community.qlik.com/t5/QlikView/Using-a-name-with-an-embedded-single-quote-in-a-select-statement/m-p/535749#M1129187</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;You can escape the single quote with another single quote: EmployeeName = 'Firstname O''Lastname'&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Dec 2013 17:18:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Using-a-name-with-an-embedded-single-quote-in-a-select-statement/m-p/535749#M1129187</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2013-12-05T17:18:59Z</dc:date>
    </item>
    <item>
      <title>Re: Using a name with an embedded single quote in a select statement</title>
      <link>https://community.qlik.com/t5/QlikView/Using-a-name-with-an-embedded-single-quote-in-a-select-statement/m-p/535750#M1129188</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks...that worked.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I had thought I had tried all the possible combinations.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Dec 2013 22:42:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Using-a-name-with-an-embedded-single-quote-in-a-select-statement/m-p/535750#M1129188</guid>
      <dc:creator />
      <dc:date>2013-12-06T22:42:50Z</dc:date>
    </item>
  </channel>
</rss>

