<?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: Two separate tables with one filter in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Two-separate-tables-with-one-filter/m-p/2512403#M105212</link>
    <description>&lt;P&gt;You can use link table concept&amp;nbsp;&lt;/P&gt;&lt;P&gt;Pls have a look&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/t5/QlikView-App-Dev/what-is-link-table-how-it-works-and-its-usage/td-p/1039484" target="_blank"&gt;https://community.qlik.com/t5/QlikView-App-Dev/what-is-link-table-how-it-works-and-its-usage/td-p/1039484&lt;/A&gt;&lt;/P&gt;</description>
    <pubDate>Mon, 31 Mar 2025 18:32:04 GMT</pubDate>
    <dc:creator>Chanty4u</dc:creator>
    <dc:date>2025-03-31T18:32:04Z</dc:date>
    <item>
      <title>Two separate tables with one filter</title>
      <link>https://community.qlik.com/t5/App-Development/Two-separate-tables-with-one-filter/m-p/2512384#M105204</link>
      <description>&lt;P&gt;I have two unassociated tables, Opportunity and Lead.&lt;BR /&gt;Both tables have fields like LeadSource, LeadSourceDetails, Owner, AssumedTerritory&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;I would like to have filters on the sheet that will filter both tables by separate fields so that the tables are not associated and return results based on the applied filter.&lt;BR /&gt;&lt;BR /&gt;The outcome should be KPI numbers that are counted in each table based on the applied filter.&lt;BR /&gt;&lt;BR /&gt;I tried&amp;nbsp;&lt;BR /&gt;something like this&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;[tmpLeadSourceTable]:
Load Distinct
LeadSource_lead as LeadSource
Resident Lead;

Concatenate([tmpLeadSourceTable])
Load Distinct
LeadSource_opp as LeadSource
Resident Opportunity;

[LeadSourceTable]:
LOAD [LeadSource]
,[LeadSource] as LeadSource_opp
,[LeadSource] as LeadSource_lead;
LOAD Distinct [LeadSource]
Resident tmpLeadSourceTable;

drop table tmpLeadSourceTable;&lt;/LI-CODE&gt;&lt;P&gt;&lt;BR /&gt;and this works but when I try to add another definition for next filed like this it show circular dependency.&lt;BR /&gt;&lt;BR /&gt;How can I achieve something like this?&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 31 Mar 2025 15:48:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Two-separate-tables-with-one-filter/m-p/2512384#M105204</guid>
      <dc:creator>fhana</dc:creator>
      <dc:date>2025-03-31T15:48:35Z</dc:date>
    </item>
    <item>
      <title>Re: Two separate tables with one filter</title>
      <link>https://community.qlik.com/t5/App-Development/Two-separate-tables-with-one-filter/m-p/2512403#M105212</link>
      <description>&lt;P&gt;You can use link table concept&amp;nbsp;&lt;/P&gt;&lt;P&gt;Pls have a look&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/t5/QlikView-App-Dev/what-is-link-table-how-it-works-and-its-usage/td-p/1039484" target="_blank"&gt;https://community.qlik.com/t5/QlikView-App-Dev/what-is-link-table-how-it-works-and-its-usage/td-p/1039484&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 31 Mar 2025 18:32:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Two-separate-tables-with-one-filter/m-p/2512403#M105212</guid>
      <dc:creator>Chanty4u</dc:creator>
      <dc:date>2025-03-31T18:32:04Z</dc:date>
    </item>
  </channel>
</rss>

