<?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 Load relevant rows from respective table by referencing another existing table in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Load-relevant-rows-from-respective-table-by-referencing-another/m-p/1997768#M1227141</link>
    <description>&lt;P&gt;I have a table (ARBC) that needs to filter out a series of values which I need to get from another table (Sheet 2).&lt;/P&gt;
&lt;P&gt;ARBC comes with columns A, B, C &amp;amp; D.&lt;/P&gt;
&lt;P&gt;Sheet 2 comes with only one column call E.&lt;/P&gt;
&lt;P&gt;I need to filter out values of column D in ARBC table base on the values from column E at Sheet 2.&lt;/P&gt;
&lt;P&gt;And after filtering, I will need to use the final result of ARBC to join with another table (Sheet 3).&lt;/P&gt;
&lt;P&gt;How can I do that?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Mon, 26 Jan 2026 21:26:37 GMT</pubDate>
    <dc:creator>mondaywoker</dc:creator>
    <dc:date>2026-01-26T21:26:37Z</dc:date>
    <item>
      <title>Load relevant rows from respective table by referencing another existing table</title>
      <link>https://community.qlik.com/t5/QlikView/Load-relevant-rows-from-respective-table-by-referencing-another/m-p/1997768#M1227141</link>
      <description>&lt;P&gt;I have a table (ARBC) that needs to filter out a series of values which I need to get from another table (Sheet 2).&lt;/P&gt;
&lt;P&gt;ARBC comes with columns A, B, C &amp;amp; D.&lt;/P&gt;
&lt;P&gt;Sheet 2 comes with only one column call E.&lt;/P&gt;
&lt;P&gt;I need to filter out values of column D in ARBC table base on the values from column E at Sheet 2.&lt;/P&gt;
&lt;P&gt;And after filtering, I will need to use the final result of ARBC to join with another table (Sheet 3).&lt;/P&gt;
&lt;P&gt;How can I do that?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 26 Jan 2026 21:26:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Load-relevant-rows-from-respective-table-by-referencing-another/m-p/1997768#M1227141</guid>
      <dc:creator>mondaywoker</dc:creator>
      <dc:date>2026-01-26T21:26:37Z</dc:date>
    </item>
    <item>
      <title>Re: Load relevant rows from respective table by referencing another existing table</title>
      <link>https://community.qlik.com/t5/QlikView/Load-relevant-rows-from-respective-table-by-referencing-another/m-p/1998102#M1227143</link>
      <description>&lt;P&gt;Hi, you can just load ARBC table.&lt;/P&gt;
&lt;P&gt;Do an inner join to reduce to the values of sheet2.&lt;/P&gt;
&lt;P&gt;And join with the 3rd table as any other join.&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;LOAD A,B,C,D From... ; // Sheet1
Inner Join LOAD E as D From... ; // Sheet2
Inner/Left/Right/Outer) Join LOAD ...  From... ; //Sheet3&lt;/LI-CODE&gt;</description>
      <pubDate>Fri, 28 Oct 2022 12:54:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Load-relevant-rows-from-respective-table-by-referencing-another/m-p/1998102#M1227143</guid>
      <dc:creator>rubenmarin</dc:creator>
      <dc:date>2022-10-28T12:54:50Z</dc:date>
    </item>
  </channel>
</rss>

