<?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: [Qlik Compose] How to load from multiple table to single table? in Qlik Compose</title>
    <link>https://community.qlik.com/t5/Qlik-Compose/Qlik-Compose-How-to-load-from-multiple-table-to-single-table/m-p/2473777#M1433</link>
    <description>Did you try concatenate? If you have the same fields you can concatenate.</description>
    <pubDate>Tue, 30 Jul 2024 13:12:33 GMT</pubDate>
    <dc:creator>Venus</dc:creator>
    <dc:date>2024-07-30T13:12:33Z</dc:date>
    <item>
      <title>[Qlik Compose] How to load from multiple table to single table?</title>
      <link>https://community.qlik.com/t5/Qlik-Compose/Qlik-Compose-How-to-load-from-multiple-table-to-single-table/m-p/2473740#M1428</link>
      <description>&lt;P&gt;Hello support team.&lt;/P&gt;
&lt;P&gt;[Info]&lt;BR /&gt;Source/Target : Oracle&lt;/P&gt;
&lt;P&gt;[Question]&lt;BR /&gt;How to load from multiple table to single table?&lt;/P&gt;
&lt;P&gt;-image&lt;BR /&gt;Source database → DWH&lt;/P&gt;
&lt;P&gt;SRC_TABLE_A → TGT_TABLE&lt;BR /&gt;SRC_TABLE_B → TGT_TABLE&lt;BR /&gt;SRC_TABLE_C → TGT_TABLE&lt;/P&gt;
&lt;P&gt;Source database tables are different table, but DWH(target database) table is same table.&lt;/P&gt;
&lt;P&gt;Best Regards.&lt;/P&gt;</description>
      <pubDate>Fri, 14 Mar 2025 20:49:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Compose/Qlik-Compose-How-to-load-from-multiple-table-to-single-table/m-p/2473740#M1428</guid>
      <dc:creator>iti-attunity-sup</dc:creator>
      <dc:date>2025-03-14T20:49:07Z</dc:date>
    </item>
    <item>
      <title>Re: [Qlik Compose] How to load from multiple table to single table?</title>
      <link>https://community.qlik.com/t5/Qlik-Compose/Qlik-Compose-How-to-load-from-multiple-table-to-single-table/m-p/2473765#M1430</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/142280"&gt;@iti-attunity-sup&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If you have&amp;nbsp;&lt;SPAN&gt;&lt;SPAN class="ui-provider a b c d e f g h i j k l m n o p q r s t u v w x y z ab ac ae af ag ah ai aj ak"&gt;identical source tables that you want to combine into a single DWH table then we have a "Consolidation" feature for that.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&lt;SPAN class="ui-provider a b c d e f g h i j k l m n o p q r s t u v w x y z ab ac ae af ag ah ai aj ak"&gt;For Different tables manually create a DWH table which contains all the columns from the source tables, once you have that, you can create several mappings to that DWH table, each mapping will be a from a different source table.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&lt;SPAN class="ui-provider a b c d e f g h i j k l m n o p q r s t u v w x y z ab ac ae af ag ah ai aj ak"&gt;Regards,&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&lt;SPAN class="ui-provider a b c d e f g h i j k l m n o p q r s t u v w x y z ab ac ae af ag ah ai aj ak"&gt;Suresh&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 30 Jul 2024 12:53:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Compose/Qlik-Compose-How-to-load-from-multiple-table-to-single-table/m-p/2473765#M1430</guid>
      <dc:creator>sureshkumar</dc:creator>
      <dc:date>2024-07-30T12:53:15Z</dc:date>
    </item>
    <item>
      <title>Re: [Qlik Compose] How to load from multiple table to single table?</title>
      <link>https://community.qlik.com/t5/Qlik-Compose/Qlik-Compose-How-to-load-from-multiple-table-to-single-table/m-p/2473766#M1431</link>
      <description>&lt;P&gt;This really depends on the requirements to load the data.&amp;nbsp; If this is a UNION / UNION ALL scenario you can simply -&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;Define 3 mappings.&amp;nbsp; 1 for each 'source' table to the DWH table.&amp;nbsp; These can be run in the same DW task (the task will load each of the source tables into staging and then process it all in parallel) or they could be run in different DW tasks if tehre is a dependency on an upstream process in the source.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;If the use case is a JOIN (FROM T1 JOIN T2 JOIN T3) - then you should handle that via a query based mapping or a view where you provide the join logic in the query based mapping / view.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The Consolidation feature mentioned is built for scenarios where you have X tables with the same structure in a large number of sources. (eg. 10-20 sources with the same structures that you wish to Consolidate).&amp;nbsp; Consolidation allows you to do this in an automated way without creating duplicate mappings.&amp;nbsp; &amp;nbsp; But if you use case is to do this for just a few DWH tables then the above approaches should be used.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 30 Jul 2024 12:19:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Compose/Qlik-Compose-How-to-load-from-multiple-table-to-single-table/m-p/2473766#M1431</guid>
      <dc:creator>TimGarrod</dc:creator>
      <dc:date>2024-07-30T12:19:42Z</dc:date>
    </item>
    <item>
      <title>Re: [Qlik Compose] How to load from multiple table to single table?</title>
      <link>https://community.qlik.com/t5/Qlik-Compose/Qlik-Compose-How-to-load-from-multiple-table-to-single-table/m-p/2473777#M1433</link>
      <description>Did you try concatenate? If you have the same fields you can concatenate.</description>
      <pubDate>Tue, 30 Jul 2024 13:12:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Compose/Qlik-Compose-How-to-load-from-multiple-table-to-single-table/m-p/2473777#M1433</guid>
      <dc:creator>Venus</dc:creator>
      <dc:date>2024-07-30T13:12:33Z</dc:date>
    </item>
    <item>
      <title>Re: [Qlik Compose] How to load from multiple table to single table?</title>
      <link>https://community.qlik.com/t5/Qlik-Compose/Qlik-Compose-How-to-load-from-multiple-table-to-single-table/m-p/2473873#M1436</link>
      <description>&lt;P&gt;Thank you for your reply.&lt;/P&gt;
&lt;P&gt;I have some more questions.&lt;/P&gt;
&lt;P&gt;&amp;gt;If you have identical source tables that you want to combine into a single DWH table then we have a "Consolidation" feature for that.&lt;/P&gt;
&lt;P&gt;Can "Consolidation" feature be used only if source tables are same name ?&lt;BR /&gt;If source tables have same business key values, which values is prefferd ?&lt;/P&gt;
&lt;P&gt;&amp;gt;This really depends on the requirements to load the data. If this is a UNION / UNION ALL scenario you can simply - &lt;BR /&gt;&amp;gt;Define 3 mappings. 1 for each 'source' table to the DWH table.&lt;/P&gt;
&lt;P&gt;What I would like to do is UNION / UNION ALL.&lt;BR /&gt;So, would you tell me detail about this way ?&lt;/P&gt;
&lt;P&gt;Best Regards.&lt;/P&gt;</description>
      <pubDate>Wed, 31 Jul 2024 04:12:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Compose/Qlik-Compose-How-to-load-from-multiple-table-to-single-table/m-p/2473873#M1436</guid>
      <dc:creator>iti-attunity-sup</dc:creator>
      <dc:date>2024-07-31T04:12:22Z</dc:date>
    </item>
    <item>
      <title>Re: [Qlik Compose] How to load from multiple table to single table?</title>
      <link>https://community.qlik.com/t5/Qlik-Compose/Qlik-Compose-How-to-load-from-multiple-table-to-single-table/m-p/2473973#M1439</link>
      <description>&lt;P&gt;Consolidation requires the tables and columns to be named the same, just in a different LANDING schema.&amp;nbsp;&amp;nbsp;&lt;BR /&gt;If source tables have the same business key - it will depend on when you execute. If you want logic for that you should build that into the process either with custom SQL - or more commonly mapping to different fields and then performing that decision in the mart processing.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;You could also add a column to specify SRC_SYSTEM if you want all the records to be retained..&lt;BR /&gt;&lt;BR /&gt;for UNION / UNION ALL and its a few tables - I would create a mapping for each table to the DWH and then process in the same task.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 31 Jul 2024 12:21:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Compose/Qlik-Compose-How-to-load-from-multiple-table-to-single-table/m-p/2473973#M1439</guid>
      <dc:creator>TimGarrod</dc:creator>
      <dc:date>2024-07-31T12:21:13Z</dc:date>
    </item>
    <item>
      <title>Re: [Qlik Compose] How to load from multiple table to single table?</title>
      <link>https://community.qlik.com/t5/Qlik-Compose/Qlik-Compose-How-to-load-from-multiple-table-to-single-table/m-p/2474068#M1440</link>
      <description>&lt;P&gt;Thank you for your reply.&lt;/P&gt;
&lt;P&gt;I would like to ask you a little more.&lt;/P&gt;
&lt;P&gt;&amp;gt;for UNION / UNION ALL and its a few tables - I would create a mapping for each table to the DWH and then process in the same task.&lt;/P&gt;
&lt;P&gt;Which Does this mean setting source as Query using UNION/UNION ALL or creating some mappings to same DWH table ?&lt;/P&gt;
&lt;P&gt;Because I don't know how to change target DWH table name.&lt;/P&gt;
&lt;P&gt;Best Regards.&lt;/P&gt;</description>
      <pubDate>Thu, 01 Aug 2024 00:39:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Compose/Qlik-Compose-How-to-load-from-multiple-table-to-single-table/m-p/2474068#M1440</guid>
      <dc:creator>iti-attunity-sup</dc:creator>
      <dc:date>2024-08-01T00:39:38Z</dc:date>
    </item>
    <item>
      <title>Re: [Qlik Compose] How to load from multiple table to single table?</title>
      <link>https://community.qlik.com/t5/Qlik-Compose/Qlik-Compose-How-to-load-from-multiple-table-to-single-table/m-p/2474667#M1441</link>
      <description>&lt;P&gt;Hello&lt;/P&gt;
&lt;P&gt;How is the situation ?&lt;/P&gt;
&lt;P&gt;And I would like to ask you one more question.&lt;/P&gt;
&lt;P&gt;If create some mappings to same DWH table, is there any way not to MERGE ?&lt;BR /&gt;Because when duplicate key exits, I would like Qlik Compose not to UPDATE.&lt;BR /&gt;Is there no way but to set source as Query ?&lt;/P&gt;
&lt;P&gt;Best Regards.&lt;/P&gt;</description>
      <pubDate>Tue, 06 Aug 2024 00:40:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Compose/Qlik-Compose-How-to-load-from-multiple-table-to-single-table/m-p/2474667#M1441</guid>
      <dc:creator>iti-attunity-sup</dc:creator>
      <dc:date>2024-08-06T00:40:35Z</dc:date>
    </item>
  </channel>
</rss>

