<?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 multiple facts tables into single in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Concatenating-multiple-facts-tables-into-single/m-p/884387#M308404</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;They do different things, so it depends on your data and what sort of analysis. To put it simply:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Concatenate adds new rows - in a fact table these are new facts.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Join adds columns to existing rows - this might be enrichment of existing facts&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Of course, concatenation can add new columns, but the those columns will be null-valued in the original rows.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And a join can add new rows if the join keys are not unique (or remove rows if an inner join is used), although the existing fields for the new rows will be null valued if they are not part of the join.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 01 Jun 2015 06:51:44 GMT</pubDate>
    <dc:creator>jonathandienst</dc:creator>
    <dc:date>2015-06-01T06:51:44Z</dc:date>
    <item>
      <title>Concatenating multiple facts tables into single</title>
      <link>https://community.qlik.com/t5/QlikView/Concatenating-multiple-facts-tables-into-single/m-p/884386#M308403</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Hi ,&lt;/P&gt;&lt;P&gt;I would like to concatenate multiple fact tables into single fact table ? which is the best approch Concatenate or can i use left join instead ?&lt;/P&gt;&lt;P&gt;Which is the most preferred with respect to performance ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 Jun 2015 06:38:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Concatenating-multiple-facts-tables-into-single/m-p/884386#M308403</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-06-01T06:38:03Z</dc:date>
    </item>
    <item>
      <title>Re: Concatenating multiple facts tables into single</title>
      <link>https://community.qlik.com/t5/QlikView/Concatenating-multiple-facts-tables-into-single/m-p/884387#M308404</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;They do different things, so it depends on your data and what sort of analysis. To put it simply:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Concatenate adds new rows - in a fact table these are new facts.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Join adds columns to existing rows - this might be enrichment of existing facts&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Of course, concatenation can add new columns, but the those columns will be null-valued in the original rows.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And a join can add new rows if the join keys are not unique (or remove rows if an inner join is used), although the existing fields for the new rows will be null valued if they are not part of the join.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 Jun 2015 06:51:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Concatenating-multiple-facts-tables-into-single/m-p/884387#M308404</guid>
      <dc:creator>jonathandienst</dc:creator>
      <dc:date>2015-06-01T06:51:44Z</dc:date>
    </item>
    <item>
      <title>Re: Concatenating multiple facts tables into single</title>
      <link>https://community.qlik.com/t5/QlikView/Concatenating-multiple-facts-tables-into-single/m-p/884388#M308405</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If granularity is same u can concatenate the tables.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 Jun 2015 07:04:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Concatenating-multiple-facts-tables-into-single/m-p/884388#M308405</guid>
      <dc:creator>deepakqlikview_123</dc:creator>
      <dc:date>2015-06-01T07:04:29Z</dc:date>
    </item>
    <item>
      <title>Re: Concatenating multiple facts tables into single</title>
      <link>https://community.qlik.com/t5/QlikView/Concatenating-multiple-facts-tables-into-single/m-p/884389#M308406</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you have multiple fact table. then go with &lt;STRONG&gt;Concatenate or Link Table.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/qlik-blogpost/3119"&gt;Concatenate vs Link Table&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 Jun 2015 07:04:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Concatenating-multiple-facts-tables-into-single/m-p/884389#M308406</guid>
      <dc:creator>MayilVahanan</dc:creator>
      <dc:date>2015-06-01T07:04:41Z</dc:date>
    </item>
    <item>
      <title>Re: Concatenating multiple facts tables into single</title>
      <link>https://community.qlik.com/t5/QlikView/Concatenating-multiple-facts-tables-into-single/m-p/884390#M308407</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have different levels of granularity .Then which is best way &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 Jun 2015 07:17:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Concatenating-multiple-facts-tables-into-single/m-p/884390#M308407</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-06-01T07:17:58Z</dc:date>
    </item>
    <item>
      <title>Re: Concatenating multiple facts tables into single</title>
      <link>https://community.qlik.com/t5/QlikView/Concatenating-multiple-facts-tables-into-single/m-p/884391#M308408</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Best Practice is to keep one Fact table which gives faster response. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Concatenate depends on your table structure and granularity. Here Concatenation is very similar to UNION in Sql.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 Jun 2015 07:20:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Concatenating-multiple-facts-tables-into-single/m-p/884391#M308408</guid>
      <dc:creator />
      <dc:date>2015-06-01T07:20:04Z</dc:date>
    </item>
    <item>
      <title>Re: Concatenating multiple facts tables into single</title>
      <link>https://community.qlik.com/t5/QlikView/Concatenating-multiple-facts-tables-into-single/m-p/884392#M308409</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can go with link table.&lt;/P&gt;&lt;P&gt;Create central key table and use the mixture of join and concatenate.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 Jun 2015 07:20:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Concatenating-multiple-facts-tables-into-single/m-p/884392#M308409</guid>
      <dc:creator>deepakqlikview_123</dc:creator>
      <dc:date>2015-06-01T07:20:43Z</dc:date>
    </item>
    <item>
      <title>Re: Concatenating multiple facts tables into single</title>
      <link>https://community.qlik.com/t5/QlikView/Concatenating-multiple-facts-tables-into-single/m-p/884393#M308410</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If granularity is same then go with &lt;STRONG&gt;Concatenation&lt;/STRONG&gt; and if&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt; granularity is different then go with &lt;STRONG&gt;Link Table&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 Jun 2015 07:21:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Concatenating-multiple-facts-tables-into-single/m-p/884393#M308410</guid>
      <dc:creator />
      <dc:date>2015-06-01T07:21:51Z</dc:date>
    </item>
    <item>
      <title>Re: Concatenating multiple facts tables into single</title>
      <link>https://community.qlik.com/t5/QlikView/Concatenating-multiple-facts-tables-into-single/m-p/1750465#M453554</link>
      <description>&lt;P&gt;Can you explain how join&amp;nbsp;&lt;SPAN&gt;multiple fact table into one, using Concatenate?&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 07 Oct 2020 18:47:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Concatenating-multiple-facts-tables-into-single/m-p/1750465#M453554</guid>
      <dc:creator>Asijbty11</dc:creator>
      <dc:date>2020-10-07T18:47:49Z</dc:date>
    </item>
    <item>
      <title>Re: Concatenating multiple facts tables into single</title>
      <link>https://community.qlik.com/t5/QlikView/Concatenating-multiple-facts-tables-into-single/m-p/1750485#M453555</link>
      <description>&lt;P&gt;try this very old but useful pdf from qlik&lt;/P&gt;</description>
      <pubDate>Wed, 07 Oct 2020 19:24:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Concatenating-multiple-facts-tables-into-single/m-p/1750485#M453555</guid>
      <dc:creator>QFabian</dc:creator>
      <dc:date>2020-10-07T19:24:59Z</dc:date>
    </item>
  </channel>
</rss>

