<?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 not in from SQL to QlikSense in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/not-in-from-SQL-to-QlikSense/m-p/1931964#M76793</link>
    <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;I hope someone will be able to help me.&lt;/P&gt;
&lt;P&gt;I need help on writing SQL to a script in QLIK Sense.&lt;/P&gt;
&lt;P&gt;I have a problem with "where":&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Select&lt;/P&gt;
&lt;P&gt;A,&lt;/P&gt;
&lt;P&gt;B,&lt;/P&gt;
&lt;P&gt;C,&lt;/P&gt;
&lt;P&gt;D,&lt;/P&gt;
&lt;P&gt;E,&lt;/P&gt;
&lt;P&gt;F&lt;/P&gt;
&lt;P&gt;From table_1 AS Tab1&lt;/P&gt;
&lt;P&gt;Join table_2 as Tab2 ON &amp;nbsp;Tab1.A = Tab2.B&lt;/P&gt;
&lt;P&gt;Join table_3 as Tab3 ON Tab2.C = Tab3.D&lt;/P&gt;
&lt;P&gt;Where E not in (Select F from table_4 where G &amp;lt;&amp;gt;0) aa&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 17 May 2022 17:17:22 GMT</pubDate>
    <dc:creator>Kashia1122</dc:creator>
    <dc:date>2022-05-17T17:17:22Z</dc:date>
    <item>
      <title>not in from SQL to QlikSense</title>
      <link>https://community.qlik.com/t5/App-Development/not-in-from-SQL-to-QlikSense/m-p/1931964#M76793</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;I hope someone will be able to help me.&lt;/P&gt;
&lt;P&gt;I need help on writing SQL to a script in QLIK Sense.&lt;/P&gt;
&lt;P&gt;I have a problem with "where":&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Select&lt;/P&gt;
&lt;P&gt;A,&lt;/P&gt;
&lt;P&gt;B,&lt;/P&gt;
&lt;P&gt;C,&lt;/P&gt;
&lt;P&gt;D,&lt;/P&gt;
&lt;P&gt;E,&lt;/P&gt;
&lt;P&gt;F&lt;/P&gt;
&lt;P&gt;From table_1 AS Tab1&lt;/P&gt;
&lt;P&gt;Join table_2 as Tab2 ON &amp;nbsp;Tab1.A = Tab2.B&lt;/P&gt;
&lt;P&gt;Join table_3 as Tab3 ON Tab2.C = Tab3.D&lt;/P&gt;
&lt;P&gt;Where E not in (Select F from table_4 where G &amp;lt;&amp;gt;0) aa&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 17 May 2022 17:17:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/not-in-from-SQL-to-QlikSense/m-p/1931964#M76793</guid>
      <dc:creator>Kashia1122</dc:creator>
      <dc:date>2022-05-17T17:17:22Z</dc:date>
    </item>
    <item>
      <title>Re: not in from SQL to QlikSense</title>
      <link>https://community.qlik.com/t5/App-Development/not-in-from-SQL-to-QlikSense/m-p/1931966#M76794</link>
      <description>&lt;P&gt;You can use your existing SQL as-is in Qliksense if you are connecting to the database for this&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;TableName:&lt;/P&gt;
&lt;P&gt;SQL Select&amp;nbsp; xxxyourquery from w ;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;To reduce the data you can use&amp;nbsp; &amp;nbsp;Exists()&amp;nbsp; or Inner Keep&amp;nbsp; or Inner Join&lt;/P&gt;</description>
      <pubDate>Tue, 17 May 2022 17:26:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/not-in-from-SQL-to-QlikSense/m-p/1931966#M76794</guid>
      <dc:creator>vinieme12</dc:creator>
      <dc:date>2022-05-17T17:26:42Z</dc:date>
    </item>
  </channel>
</rss>

