<?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 Conditional sum between 2 tables in qlik sense. in Management &amp; Governance</title>
    <link>https://community.qlik.com/t5/Management-Governance/Conditional-sum-between-2-tables-in-qlik-sense/m-p/2443694#M27096</link>
    <description>&lt;P&gt;Hi!&lt;/P&gt;
&lt;P&gt;I have a dashboard with 2 excel tables in the contents (Table 1 and Table 2). I need to do some KPIs, summarizing, values from table 2, but just the ones that belongs to a list of people in Table 1. The field that I need to use to compare between 2 tables is the "key" between the tables. Is there any way or formula I can use to do that conditional exercise.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Is it clear? Can maybe I build a new table from the 2 existing ones?&lt;/P&gt;
&lt;P&gt;Thank you!&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Mon, 22 Apr 2024 23:01:49 GMT</pubDate>
    <dc:creator>Van_card601</dc:creator>
    <dc:date>2024-04-22T23:01:49Z</dc:date>
    <item>
      <title>Conditional sum between 2 tables in qlik sense.</title>
      <link>https://community.qlik.com/t5/Management-Governance/Conditional-sum-between-2-tables-in-qlik-sense/m-p/2443694#M27096</link>
      <description>&lt;P&gt;Hi!&lt;/P&gt;
&lt;P&gt;I have a dashboard with 2 excel tables in the contents (Table 1 and Table 2). I need to do some KPIs, summarizing, values from table 2, but just the ones that belongs to a list of people in Table 1. The field that I need to use to compare between 2 tables is the "key" between the tables. Is there any way or formula I can use to do that conditional exercise.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Is it clear? Can maybe I build a new table from the 2 existing ones?&lt;/P&gt;
&lt;P&gt;Thank you!&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 22 Apr 2024 23:01:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Management-Governance/Conditional-sum-between-2-tables-in-qlik-sense/m-p/2443694#M27096</guid>
      <dc:creator>Van_card601</dc:creator>
      <dc:date>2024-04-22T23:01:49Z</dc:date>
    </item>
    <item>
      <title>Re: Conditional sum between 2 tables in qlik sense.</title>
      <link>https://community.qlik.com/t5/Management-Governance/Conditional-sum-between-2-tables-in-qlik-sense/m-p/2443827#M27102</link>
      <description>&lt;P&gt;Hi, one approach is with Exists():&lt;/P&gt;
&lt;P&gt;Tabe1:&lt;BR /&gt;LOAD key as KeyToCheck&lt;BR /&gt;From abc;&lt;/P&gt;
&lt;P class="lia-align-justify"&gt;Table2:&lt;BR /&gt;LOAD Key, &lt;BR /&gt;Value,&lt;BR /&gt;...&lt;BR /&gt;From xyz&lt;BR /&gt;Where Exists(KeyToCheck,Key); &lt;FONT size="4"&gt;/*Checks if the "Key" in Table2 exists in "KeyToCheck" from Table1*/&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;DROP Table Tabe1;&lt;/P&gt;</description>
      <pubDate>Tue, 23 Apr 2024 08:58:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Management-Governance/Conditional-sum-between-2-tables-in-qlik-sense/m-p/2443827#M27102</guid>
      <dc:creator>BrunPierre</dc:creator>
      <dc:date>2024-04-23T08:58:19Z</dc:date>
    </item>
  </channel>
</rss>

