<?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: Select * from table1 where table1.column in (select distinct values from table 2) How to do in Q in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Select-from-table1-where-table1-column-in-select-distinct-values/m-p/1600181#M597041</link>
    <description>&lt;P&gt;Just like &lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/12891"&gt;@Nicole-Smith&lt;/a&gt; mentions EXISTS is the keyword for solving this issue. Try something like this.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Table2:&lt;/P&gt;&lt;P&gt;Load&amp;nbsp; Column, Column 1, Column 2&lt;/P&gt;&lt;P&gt;From Table2.qvd (qvd);&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Table:&lt;/P&gt;&lt;P&gt;Load Col, Col1, Col2, Col3&lt;/P&gt;&lt;P&gt;FROM table.qvd (qvd)&amp;nbsp;&lt;/P&gt;&lt;P&gt;where exists(Column, Col );&lt;/P&gt;</description>
    <pubDate>Tue, 09 Jul 2019 04:12:07 GMT</pubDate>
    <dc:creator>Vegar</dc:creator>
    <dc:date>2019-07-09T04:12:07Z</dc:date>
    <item>
      <title>Select * from table1 where table1.column in (select distinct values from table 2) How to do in Qlik?</title>
      <link>https://community.qlik.com/t5/QlikView/Select-from-table1-where-table1-column-in-select-distinct-values/m-p/1600115#M597037</link>
      <description>&lt;P&gt;Select * from table1 where table1.column in (select distinct values from table 2) How to do in Qlik?&lt;/P&gt;&lt;P&gt;Load * from table where table.col in (load distict column from table2)&lt;/P&gt;&lt;P&gt;How to perform the above operation?&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 20:30:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Select-from-table1-where-table1-column-in-select-distinct-values/m-p/1600115#M597037</guid>
      <dc:creator>Sakura</dc:creator>
      <dc:date>2024-11-16T20:30:00Z</dc:date>
    </item>
    <item>
      <title>Re: Select * from table1 where table1.column in (select distinct values from table 2) How to do in Q</title>
      <link>https://community.qlik.com/t5/QlikView/Select-from-table1-where-table1-column-in-select-distinct-values/m-p/1600119#M597039</link>
      <description>&lt;P&gt;You'll want to use the exists() script function.&lt;/P&gt;&lt;P&gt;You can read more about it and find some examples here:&amp;nbsp;&lt;A href="https://help.qlik.com/en-US/qlikview/12.0/Subsystems/Client/Content/Scripting/InterRecordFunctions/Exists.htm" target="_blank"&gt;https://help.qlik.com/en-US/qlikview/12.0/Subsystems/Client/Content/Scripting/InterRecordFunctions/Exists.htm&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 08 Jul 2019 20:29:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Select-from-table1-where-table1-column-in-select-distinct-values/m-p/1600119#M597039</guid>
      <dc:creator>Nicole-Smith</dc:creator>
      <dc:date>2019-07-08T20:29:49Z</dc:date>
    </item>
    <item>
      <title>Re: Select * from table1 where table1.column in (select distinct values from table 2) How to do in Q</title>
      <link>https://community.qlik.com/t5/QlikView/Select-from-table1-where-table1-column-in-select-distinct-values/m-p/1600181#M597041</link>
      <description>&lt;P&gt;Just like &lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/12891"&gt;@Nicole-Smith&lt;/a&gt; mentions EXISTS is the keyword for solving this issue. Try something like this.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Table2:&lt;/P&gt;&lt;P&gt;Load&amp;nbsp; Column, Column 1, Column 2&lt;/P&gt;&lt;P&gt;From Table2.qvd (qvd);&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Table:&lt;/P&gt;&lt;P&gt;Load Col, Col1, Col2, Col3&lt;/P&gt;&lt;P&gt;FROM table.qvd (qvd)&amp;nbsp;&lt;/P&gt;&lt;P&gt;where exists(Column, Col );&lt;/P&gt;</description>
      <pubDate>Tue, 09 Jul 2019 04:12:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Select-from-table1-where-table1-column-in-select-distinct-values/m-p/1600181#M597041</guid>
      <dc:creator>Vegar</dc:creator>
      <dc:date>2019-07-09T04:12:07Z</dc:date>
    </item>
    <item>
      <title>Re: Select * from table1 where table1.column in (select distinct values from table 2) How to do in Q</title>
      <link>https://community.qlik.com/t5/QlikView/Select-from-table1-where-table1-column-in-select-distinct-values/m-p/1608187#M597043</link>
      <description>&lt;P&gt;Sakura, did the above posts solve your issue?&amp;nbsp; If so, be sure to give them credit by clicking the Accespt as Solution button, you can check multiple replies if they helped as well.&amp;nbsp; If not, please provide further information, and if you cannot click the button, just leave a new reply confirming they did help, and we can mark things for you.&lt;/P&gt;
&lt;P&gt;Regards,&lt;BR /&gt;Brett&lt;/P&gt;</description>
      <pubDate>Wed, 31 Jul 2019 17:37:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Select-from-table1-where-table1-column-in-select-distinct-values/m-p/1608187#M597043</guid>
      <dc:creator>Brett_Bleess</dc:creator>
      <dc:date>2019-07-31T17:37:25Z</dc:date>
    </item>
  </channel>
</rss>

