<?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 Where cause error issue at loading time in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Where-cause-error-issue-at-loading-time/m-p/1806374#M1212132</link>
    <description>&lt;P&gt;Where EmployeeName='D'souza';&lt;/P&gt;</description>
    <pubDate>Sun, 09 May 2021 07:50:04 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2021-05-09T07:50:04Z</dc:date>
    <item>
      <title>Where cause error issue at loading time</title>
      <link>https://community.qlik.com/t5/QlikView/Where-cause-error-issue-at-loading-time/m-p/1806374#M1212132</link>
      <description>&lt;P&gt;Where EmployeeName='D'souza';&lt;/P&gt;</description>
      <pubDate>Sun, 09 May 2021 07:50:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Where-cause-error-issue-at-loading-time/m-p/1806374#M1212132</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2021-05-09T07:50:04Z</dc:date>
    </item>
    <item>
      <title>Re: Where cause error issue at loading time</title>
      <link>https://community.qlik.com/t5/QlikView/Where-cause-error-issue-at-loading-time/m-p/1806377#M1212134</link>
      <description>&lt;P&gt;The single quote in the name is causing the problem. Try adding an extra single quote to 'escape' it:&lt;/P&gt;&lt;P&gt;Where EmployeeName='D''souza';&lt;/P&gt;&lt;P&gt;Another thing you can try is using a variable:&lt;/P&gt;&lt;P&gt;SET vEmployeeName = D'souza;&lt;/P&gt;&lt;P&gt;Load Stuff From SomeTable Where EmployeeName = '$(vEmployeeName)';&lt;/P&gt;</description>
      <pubDate>Sun, 09 May 2021 08:21:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Where-cause-error-issue-at-loading-time/m-p/1806377#M1212134</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2021-05-09T08:21:23Z</dc:date>
    </item>
  </channel>
</rss>

