<?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: Concatenating two tables in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Concatenating-two-tables/m-p/1820653#M67276</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;/P&gt;&lt;P&gt;concatenate your two table as you do in a temp table&amp;nbsp;&lt;/P&gt;&lt;P&gt;(in qliksense concatenate will not result in summing and grouping by occurence you need to do it in a second hand)&lt;/P&gt;&lt;P&gt;Then reload this temp table :&lt;/P&gt;&lt;P&gt;load&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;'name of supplier', &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;'month', &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;'country' &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Sum( 'amount') as amount&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;resident temptable&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;group by [country], [month], [name of supplier];&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;drop table temptable;&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Thu, 08 Jul 2021 09:17:05 GMT</pubDate>
    <dc:creator>brunobertels</dc:creator>
    <dc:date>2021-07-08T09:17:05Z</dc:date>
    <item>
      <title>Concatenating two tables</title>
      <link>https://community.qlik.com/t5/App-Development/Concatenating-two-tables/m-p/1820636#M67274</link>
      <description>&lt;P&gt;Hi everyone,&amp;nbsp;&lt;/P&gt;&lt;P&gt;I will need your help for the following:&lt;/P&gt;&lt;P&gt;I have already a main data table in my application. What I am trying to do is concatenate it with an excel table, which only has a couple of lines.&amp;nbsp;&lt;/P&gt;&lt;P&gt;The fields in the excel table are 'name of supplier', 'month', 'country' and 'amount'. All of these fields have exactly the same name in the excel table as the main table.&amp;nbsp;&lt;/P&gt;&lt;P&gt;What happens though is that for the countries that already exist in my main table, but also exist in the one I want to concatenate, I see two lines after the concatenation. For example, I will see Germany one time with one amount 51 (from the main table) and second time -21 (from the excel). What I would like to happen is that I would like to see Germany only once with 'Amount' (51 - 21) 30.&amp;nbsp;&lt;/P&gt;&lt;P&gt;It seems that it is not working because Qlik Sense doesn't calculate these two 'amount' columns in order to combine them.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any advise is appreciated.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;Shelly&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 08 Jul 2021 08:41:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Concatenating-two-tables/m-p/1820636#M67274</guid>
      <dc:creator>ShellyG</dc:creator>
      <dc:date>2021-07-08T08:41:17Z</dc:date>
    </item>
    <item>
      <title>Re: Concatenating two tables</title>
      <link>https://community.qlik.com/t5/App-Development/Concatenating-two-tables/m-p/1820653#M67276</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;/P&gt;&lt;P&gt;concatenate your two table as you do in a temp table&amp;nbsp;&lt;/P&gt;&lt;P&gt;(in qliksense concatenate will not result in summing and grouping by occurence you need to do it in a second hand)&lt;/P&gt;&lt;P&gt;Then reload this temp table :&lt;/P&gt;&lt;P&gt;load&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;'name of supplier', &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;'month', &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;'country' &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Sum( 'amount') as amount&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;resident temptable&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;group by [country], [month], [name of supplier];&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;drop table temptable;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 08 Jul 2021 09:17:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Concatenating-two-tables/m-p/1820653#M67276</guid>
      <dc:creator>brunobertels</dc:creator>
      <dc:date>2021-07-08T09:17:05Z</dc:date>
    </item>
  </channel>
</rss>

