<?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: Error in where  SQL where  exists condition in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Error-in-where-SQL-where-exists-condition/m-p/846151#M297047</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;this field "&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;ReceiptKey&lt;/SPAN&gt;" information not available in ur select statement execution ,after select statement executed the result will pass to load statement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;right now ur field in load statement not in select statement,tht's the problem.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 02 Apr 2015 15:13:54 GMT</pubDate>
    <dc:creator>buzzy996</dc:creator>
    <dc:date>2015-04-02T15:13:54Z</dc:date>
    <item>
      <title>Error in where  SQL where  exists condition</title>
      <link>https://community.qlik.com/t5/QlikView/Error-in-where-SQL-where-exists-condition/m-p/846149#M297045</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 have&amp;nbsp; found an error while using&amp;nbsp; where exists condition&amp;nbsp; directly from SQL in the&amp;nbsp; qlikview script.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;please refer the screen shot attached.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kindly provide solution for this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;this is my script&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CollectionRow:&lt;/P&gt;&lt;P&gt;LOAD DocEntry as ReceiptKey,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Collection_Amount, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; NetCollection_Amount;&lt;/P&gt;&lt;P&gt;SQL SELECT &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; DocEntry,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; SNo,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; "Collection_Amount",&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; "NetCollection_Amount"&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;FROM "POS_HUB_NEW".dbo."Tbl_POS_Receipt_Row"&lt;/P&gt;&lt;P&gt;where exists(ReceiptKey,DocEntry)&lt;/P&gt;&lt;P&gt;;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks in advance&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Siraj..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Apr 2015 13:49:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Error-in-where-SQL-where-exists-condition/m-p/846149#M297045</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-04-02T13:49:46Z</dc:date>
    </item>
    <item>
      <title>Re: Error in where  SQL where  exists condition</title>
      <link>https://community.qlik.com/t5/QlikView/Error-in-where-SQL-where-exists-condition/m-p/846150#M297046</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;WHERE must go below the LOAD block before the SQL block. Check help for syntax.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SQL statement is to be executed on DB side, whereas exists() is meant to be executed on QlikView side.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BR&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Serhan &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Apr 2015 14:53:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Error-in-where-SQL-where-exists-condition/m-p/846150#M297046</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-04-02T14:53:42Z</dc:date>
    </item>
    <item>
      <title>Re: Error in where  SQL where  exists condition</title>
      <link>https://community.qlik.com/t5/QlikView/Error-in-where-SQL-where-exists-condition/m-p/846151#M297047</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;this field "&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;ReceiptKey&lt;/SPAN&gt;" information not available in ur select statement execution ,after select statement executed the result will pass to load statement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;right now ur field in load statement not in select statement,tht's the problem.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Apr 2015 15:13:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Error-in-where-SQL-where-exists-condition/m-p/846151#M297047</guid>
      <dc:creator>buzzy996</dc:creator>
      <dc:date>2015-04-02T15:13:54Z</dc:date>
    </item>
  </channel>
</rss>

