<?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 Star Schema Definition in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Star-Schema-Definition/m-p/914767#M317289</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello i have created a star schema with all the dimension's table primary key in the fact table, but i have noticed that the fact table load multiple, one line for each line of the dimension table.&lt;/P&gt;&lt;P&gt;This is the example to create the fact table:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;FACT_TABLE:&lt;/P&gt;&lt;P&gt;Load&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; A,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; B,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; C&lt;/P&gt;&lt;P&gt;From xxx.qvd&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Left Join (&lt;SPAN style="font-size: 13.3333px;"&gt;FACT_TABLE&lt;/SPAN&gt;)&lt;/P&gt;&lt;P&gt;Load&lt;/P&gt;&lt;P&gt;&amp;nbsp; A,&lt;/P&gt;&lt;P&gt;&amp;nbsp; B,&lt;/P&gt;&lt;P&gt;&amp;nbsp; D &amp;amp; '#' &amp;amp; 'F' AS KEY&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;On the other hand i have loaded the following dimension table:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DIMENSION_TABLE:&lt;/P&gt;&lt;P&gt;LOAD&lt;/P&gt;&lt;P&gt; &lt;SPAN style="font-size: 13.3333px;"&gt; D &amp;amp; '#' &amp;amp; 'F' AS KEY,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; E,&lt;/P&gt;&lt;P&gt;&amp;nbsp; F,&lt;/P&gt;&lt;P&gt;&amp;nbsp; G&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Anybody knows if this is ok or there is a method to avoid it?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 07 Aug 2015 08:58:59 GMT</pubDate>
    <dc:creator>marco_puccetti</dc:creator>
    <dc:date>2015-08-07T08:58:59Z</dc:date>
    <item>
      <title>Star Schema Definition</title>
      <link>https://community.qlik.com/t5/QlikView/Star-Schema-Definition/m-p/914767#M317289</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello i have created a star schema with all the dimension's table primary key in the fact table, but i have noticed that the fact table load multiple, one line for each line of the dimension table.&lt;/P&gt;&lt;P&gt;This is the example to create the fact table:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;FACT_TABLE:&lt;/P&gt;&lt;P&gt;Load&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; A,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; B,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; C&lt;/P&gt;&lt;P&gt;From xxx.qvd&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Left Join (&lt;SPAN style="font-size: 13.3333px;"&gt;FACT_TABLE&lt;/SPAN&gt;)&lt;/P&gt;&lt;P&gt;Load&lt;/P&gt;&lt;P&gt;&amp;nbsp; A,&lt;/P&gt;&lt;P&gt;&amp;nbsp; B,&lt;/P&gt;&lt;P&gt;&amp;nbsp; D &amp;amp; '#' &amp;amp; 'F' AS KEY&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;On the other hand i have loaded the following dimension table:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DIMENSION_TABLE:&lt;/P&gt;&lt;P&gt;LOAD&lt;/P&gt;&lt;P&gt; &lt;SPAN style="font-size: 13.3333px;"&gt; D &amp;amp; '#' &amp;amp; 'F' AS KEY,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; E,&lt;/P&gt;&lt;P&gt;&amp;nbsp; F,&lt;/P&gt;&lt;P&gt;&amp;nbsp; G&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Anybody knows if this is ok or there is a method to avoid it?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Aug 2015 08:58:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Star-Schema-Definition/m-p/914767#M317289</guid>
      <dc:creator>marco_puccetti</dc:creator>
      <dc:date>2015-08-07T08:58:59Z</dc:date>
    </item>
    <item>
      <title>Re: Star Schema Definition</title>
      <link>https://community.qlik.com/t5/QlikView/Star-Schema-Definition/m-p/914768#M317290</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Does this help:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Left Join (&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;FACT_TABLE&lt;/SPAN&gt;)&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Load &lt;STRONG&gt;DISTINCT &lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp; A,&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp; B,&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp; D &amp;amp; '#' &amp;amp; 'F' AS KEY&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Aug 2015 09:05:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Star-Schema-Definition/m-p/914768#M317290</guid>
      <dc:creator>jonathandienst</dc:creator>
      <dc:date>2015-08-07T09:05:35Z</dc:date>
    </item>
    <item>
      <title>Re: Star Schema Definition</title>
      <link>https://community.qlik.com/t5/QlikView/Star-Schema-Definition/m-p/914769#M317291</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This not solve because the Fact Table Join on A and B field, but the Dimension Table contains more than one distinct row, one for each Fact Table row.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The molteplicity between the fact table and Dimension table is 1..N&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any solution?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Marco&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Aug 2015 09:31:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Star-Schema-Definition/m-p/914769#M317291</guid>
      <dc:creator>marco_puccetti</dc:creator>
      <dc:date>2015-08-07T09:31:40Z</dc:date>
    </item>
    <item>
      <title>Re: Star Schema Definition</title>
      <link>https://community.qlik.com/t5/QlikView/Star-Schema-Definition/m-p/914770#M317292</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have read that to work the star schema, each record in a dimension table can describe many records in the fact table isn't it?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Marco&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Aug 2015 12:56:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Star-Schema-Definition/m-p/914770#M317292</guid>
      <dc:creator>marco_puccetti</dc:creator>
      <dc:date>2015-08-07T12:56:50Z</dc:date>
    </item>
  </channel>
</rss>

