<?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 Nested query in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Nested-query/m-p/1564725#M441585</link>
    <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;I'm a new to Qlikview and i need your Help.&amp;nbsp;&lt;/P&gt;&lt;P&gt;i have two table:&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;1) Reference (ID,Date, Statut)&lt;/P&gt;&lt;P&gt;2) Client (ID, FName,LName)&amp;nbsp;&lt;/P&gt;&lt;P&gt;and i wan't to do a nested query like this :&amp;nbsp;&lt;/P&gt;&lt;P&gt;Select ID,FName,Lname, Date,Statut&amp;nbsp;&lt;/P&gt;&lt;P&gt;from Reference ,Client&amp;nbsp;&lt;/P&gt;&lt;P&gt;Where Reference.ID =&amp;nbsp; Client.ID&lt;/P&gt;&lt;P&gt;and Client.ID in ( Select ID from Reference where Date=date('02/04/2019','DD/MM/YYYY');&lt;/P&gt;&lt;P&gt;Is that Possible ?&amp;nbsp;&lt;/P&gt;&lt;P&gt;thanks in advance&lt;/P&gt;</description>
    <pubDate>Wed, 03 Apr 2019 16:27:35 GMT</pubDate>
    <dc:creator>Ayoub</dc:creator>
    <dc:date>2019-04-03T16:27:35Z</dc:date>
    <item>
      <title>Nested query</title>
      <link>https://community.qlik.com/t5/QlikView/Nested-query/m-p/1564725#M441585</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;I'm a new to Qlikview and i need your Help.&amp;nbsp;&lt;/P&gt;&lt;P&gt;i have two table:&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;1) Reference (ID,Date, Statut)&lt;/P&gt;&lt;P&gt;2) Client (ID, FName,LName)&amp;nbsp;&lt;/P&gt;&lt;P&gt;and i wan't to do a nested query like this :&amp;nbsp;&lt;/P&gt;&lt;P&gt;Select ID,FName,Lname, Date,Statut&amp;nbsp;&lt;/P&gt;&lt;P&gt;from Reference ,Client&amp;nbsp;&lt;/P&gt;&lt;P&gt;Where Reference.ID =&amp;nbsp; Client.ID&lt;/P&gt;&lt;P&gt;and Client.ID in ( Select ID from Reference where Date=date('02/04/2019','DD/MM/YYYY');&lt;/P&gt;&lt;P&gt;Is that Possible ?&amp;nbsp;&lt;/P&gt;&lt;P&gt;thanks in advance&lt;/P&gt;</description>
      <pubDate>Wed, 03 Apr 2019 16:27:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Nested-query/m-p/1564725#M441585</guid>
      <dc:creator>Ayoub</dc:creator>
      <dc:date>2019-04-03T16:27:35Z</dc:date>
    </item>
    <item>
      <title>Re: Nested query</title>
      <link>https://community.qlik.com/t5/QlikView/Nested-query/m-p/1564729#M441586</link>
      <description>Yes but couple of things&lt;BR /&gt;- Is your nested query a sql ? if so yes no issues you can do it&lt;BR /&gt;- or if its completely within qlik script. - it is possible but not exactly like a sql query. you will have to create a temporary table with just IDs with the condition and use exists to do the filter&lt;BR /&gt;&lt;A href="https://help.qlik.com/en-US/sense/February2019/Subsystems/Hub/Content/Sense_Hub/Scripting/InterRecordFunctions/Exists.htm" target="_blank"&gt;https://help.qlik.com/en-US/sense/February2019/Subsystems/Hub/Content/Sense_Hub/Scripting/InterRecordFunctions/Exists.htm&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;- another option (if the requirement is for a specific chart and not the whole app) is to do this through set analysis in the front end</description>
      <pubDate>Wed, 03 Apr 2019 16:38:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Nested-query/m-p/1564729#M441586</guid>
      <dc:creator>dplr-rn</dc:creator>
      <dc:date>2019-04-03T16:38:49Z</dc:date>
    </item>
    <item>
      <title>Re: Nested query</title>
      <link>https://community.qlik.com/t5/QlikView/Nested-query/m-p/1564769#M441590</link>
      <description>I think this is what you are looking for.&lt;BR /&gt;&lt;BR /&gt;Table:&lt;BR /&gt;Load ID,Date, Statut from Reference&lt;BR /&gt;Where Date=date('02/04/2019','DD/MM/YYYY');&lt;BR /&gt;&lt;BR /&gt;Left Join (Table)&lt;BR /&gt;Load&lt;BR /&gt;ID, FName,LName&lt;BR /&gt;from Client;</description>
      <pubDate>Wed, 03 Apr 2019 17:52:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Nested-query/m-p/1564769#M441590</guid>
      <dc:creator>Vegar</dc:creator>
      <dc:date>2019-04-03T17:52:29Z</dc:date>
    </item>
  </channel>
</rss>

