<?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: Best Practices to Concatenate Multiple Fact Tables? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Best-Practices-to-Concatenate-Multiple-Fact-Tables/m-p/817256#M665495</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This Ahmed is really bad advise&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 20 Jan 2015 12:31:44 GMT</pubDate>
    <dc:creator>giakoum</dc:creator>
    <dc:date>2015-01-20T12:31:44Z</dc:date>
    <item>
      <title>Best Practices to Concatenate Multiple Fact Tables?</title>
      <link>https://community.qlik.com/t5/QlikView/Best-Practices-to-Concatenate-Multiple-Fact-Tables/m-p/817251#M665490</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a scenario where I am calculating 7 Metrics (KPIs) and are stored in 7 Tables/QVDs (Fact tables). My target is to Concatenate all the tables into a Single table to form a Star Schema (I already have my dimension tables).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to know in a cleared way, what would be the B&lt;STRONG&gt;EST PRACTICES/ THINGS TO KEEP IN MIND, while concatenating multiple Fact Tables into a single one. (I already have the documents/links shared in community, but still want to know more in my case.) Please help. &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For example, I have 3 Metrics as of now in 3 Tables (Fact A, Fact B, Fact C). &lt;/P&gt;&lt;P&gt;Fact A is at Month and Supplier ID level.&lt;/P&gt;&lt;P&gt;Fact B is at Month and Supplier ID level.&lt;/P&gt;&lt;P&gt;Fact C is at Month, Supplier ID an Plant ID level.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;(Similarly the other Facts are at some level, which I need to merge.).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the example scenario, &lt;STRONG&gt;what could be the Best Way to concatenate. What are the things to be taken care of&lt;/STRONG&gt;? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;N.B: The Dimension Tables I have are: DATE_DIM, SUPPLIER_DIM, PLANT_DIM (and few others).&lt;/EM&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Jan 2015 05:46:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Best-Practices-to-Concatenate-Multiple-Fact-Tables/m-p/817251#M665490</guid>
      <dc:creator>dmohanty</dc:creator>
      <dc:date>2015-01-20T05:46:13Z</dc:date>
    </item>
    <item>
      <title>Re: Best Practices to Concatenate Multiple Fact Tables?</title>
      <link>https://community.qlik.com/t5/QlikView/Best-Practices-to-Concatenate-Multiple-Fact-Tables/m-p/817252#M665491</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you have deceided to concatenate the fact-tables it's really so simple like here:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;FactTable:&lt;/P&gt;&lt;P&gt;Load * From a&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; concatenate (FactTable)&lt;/P&gt;&lt;P&gt;Load * From b&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; concatenate (FactTable)&lt;/P&gt;&lt;P&gt;....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But it could be that other solutions like joining or mapping maybe combined with concatenating led to better (in which way: load-time, ram-ressources, gui-calculations ?) results. Concatenating is the easiest way and aren't there really performance issues it should be enough. If not you will need test some different approaches and examine the log- and mem-files to optimize your app regarding to your likeliest bottle-neck.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Marcus&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Jan 2015 11:07:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Best-Practices-to-Concatenate-Multiple-Fact-Tables/m-p/817252#M665491</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2015-01-20T11:07:44Z</dc:date>
    </item>
    <item>
      <title>Re: Best Practices to Concatenate Multiple Fact Tables?</title>
      <link>https://community.qlik.com/t5/QlikView/Best-Practices-to-Concatenate-Multiple-Fact-Tables/m-p/817253#M665492</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you Marcus for your suggestions.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Looking into the scenario in my case (described above), what could be the possible way to do? I meant do I need to take the Key Fields into consideration? If YES, could you please let me know HOW?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The problem is that, when I am loading the Individual Tables at a time separately with dimensions, I am getting the proper results. Once I am doing a simple concatenate, the association does not happen properly.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For example, For Fact A and Fact B (if loaded separately; one at a time), I am able to filter the metrics by Month and Supplier ID&lt;/P&gt;&lt;P&gt;But once I load both Fact and Fact B (concatenated), the association fails and there is no Month association (or some other dimension association) with the metrics of Fact A.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Could you please help more?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Jan 2015 12:11:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Best-Practices-to-Concatenate-Multiple-Fact-Tables/m-p/817253#M665492</guid>
      <dc:creator>dmohanty</dc:creator>
      <dc:date>2015-01-20T12:11:08Z</dc:date>
    </item>
    <item>
      <title>Re: Best Practices to Concatenate Multiple Fact Tables?</title>
      <link>https://community.qlik.com/t5/QlikView/Best-Practices-to-Concatenate-Multiple-Fact-Tables/m-p/817254#M665493</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear DMohanty,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think you are going to concatenate multiple fact tables.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kind regards,&lt;/P&gt;&lt;P&gt;Ishfaque Ahmed&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Jan 2015 12:28:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Best-Practices-to-Concatenate-Multiple-Fact-Tables/m-p/817254#M665493</guid>
      <dc:creator>engishfaque</dc:creator>
      <dc:date>2015-01-20T12:28:12Z</dc:date>
    </item>
    <item>
      <title>Re: Best Practices to Concatenate Multiple Fact Tables?</title>
      <link>https://community.qlik.com/t5/QlikView/Best-Practices-to-Concatenate-Multiple-Fact-Tables/m-p/817255#M665494</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The key-fields from the fact-tables need to be absolutely part from the concatenation and then it shouldn't be issues with associations. Maybe this is helpful in your case:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-blog-small" data-containerid="2588" data-containertype="37" data-objectid="3119" data-objecttype="38" href="http://community.qlik.com/blogs/qlikviewdesignblog/2013/05/17/concatenate-vs-link-table"&gt;http://community.qlik.com/blogs/qlikviewdesignblog/2013/05/17/concatenate-vs-link-table&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-blog-small" data-containerid="1097" data-containertype="37" data-objectid="2375" data-objecttype="38" href="http://community.qlik.com/groups/qvscriptor-from-schema-to-script/blog/2011/11/11/understanding-join-keep-and-concatenate"&gt;http://community.qlik.com/groups/qvscriptor-from-schema-to-script/blog/2011/11/11/understanding-join-keep-and-concatenate&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-blog-small" data-containerid="2588" data-containertype="37" data-objectid="3539" data-objecttype="38" href="http://community.qlik.com/blogs/qlikviewdesignblog/2014/01/14/merging-data"&gt;http://community.qlik.com/blogs/qlikviewdesignblog/2014/01/14/merging-data&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-blog-small" data-containerid="2588" data-containertype="37" data-objectid="2819" data-objecttype="38" href="http://community.qlik.com/blogs/qlikviewdesignblog/2012/10/26/mixed-granularity"&gt;http://community.qlik.com/blogs/qlikviewdesignblog/2012/10/26/mixed-granularity&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Marcus&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Jan 2015 12:29:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Best-Practices-to-Concatenate-Multiple-Fact-Tables/m-p/817255#M665494</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2015-01-20T12:29:36Z</dc:date>
    </item>
    <item>
      <title>Re: Best Practices to Concatenate Multiple Fact Tables?</title>
      <link>https://community.qlik.com/t5/QlikView/Best-Practices-to-Concatenate-Multiple-Fact-Tables/m-p/817256#M665495</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This Ahmed is really bad advise&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Jan 2015 12:31:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Best-Practices-to-Concatenate-Multiple-Fact-Tables/m-p/817256#M665495</guid>
      <dc:creator>giakoum</dc:creator>
      <dc:date>2015-01-20T12:31:44Z</dc:date>
    </item>
    <item>
      <title>Re: Best Practices to Concatenate Multiple Fact Tables?</title>
      <link>https://community.qlik.com/t5/QlikView/Best-Practices-to-Concatenate-Multiple-Fact-Tables/m-p/817257#M665496</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ahmed,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What does your reply implies? &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Jan 2015 15:31:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Best-Practices-to-Concatenate-Multiple-Fact-Tables/m-p/817257#M665496</guid>
      <dc:creator>dmohanty</dc:creator>
      <dc:date>2015-01-20T15:31:27Z</dc:date>
    </item>
  </channel>
</rss>

