<?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: Create SatrSchema from one Fact Table in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Create-SatrSchema-from-one-Fact-Table/m-p/1115799#M900920</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Daniel,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Yes it is not big and my feeling was exactly the same, but the task wants a Star Schema created.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 21 Jul 2016 13:57:49 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2016-07-21T13:57:49Z</dc:date>
    <item>
      <title>Create SatrSchema from one Fact Table</title>
      <link>https://community.qlik.com/t5/QlikView/Create-SatrSchema-from-one-Fact-Table/m-p/1115793#M900914</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all, I am new to QlikView as a tool and I am working through a task I have been given. I have a Fact Table with transactional history and have been asked to create a Star Schema. How do I go about using the Fact Table to create the Reference Tables?&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Martin&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Create-SatrSchema-from-one-Fact-Table/m-p/1115793#M900914</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Create SatrSchema from one Fact Table</title>
      <link>https://community.qlik.com/t5/QlikView/Create-SatrSchema-from-one-Fact-Table/m-p/1115794#M900915</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Martin,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I can´t understand your question so well.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But if you have a fact table, you only need to add new tables using only 1 filed to connect it. If you use more than 1 field you are going to make sinthetic keys.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Miguel del Valle&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Jul 2016 13:12:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Create-SatrSchema-from-one-Fact-Table/m-p/1115794#M900915</guid>
      <dc:creator>migueldelval</dc:creator>
      <dc:date>2016-07-21T13:12:36Z</dc:date>
    </item>
    <item>
      <title>Re: Create SatrSchema from one Fact Table</title>
      <link>https://community.qlik.com/t5/QlikView/Create-SatrSchema-from-one-Fact-Table/m-p/1115795#M900916</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Martin, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Not sure you want star schema if you have one perfect fact table because sometimes flat table structure might work better than star schema in QlikView.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any ways please see below &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;After loading in the Fact table, you can create a lookup by loading resident from it, and using DISTINCT to get the distinct values:&lt;/P&gt;&lt;P&gt;Like the below example &lt;/P&gt;&lt;P&gt;LookupTable: Load distinct QlikID,QlikName resident Fact table;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Jul 2016 13:26:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Create-SatrSchema-from-one-Fact-Table/m-p/1115795#M900916</guid>
      <dc:creator>narendiran</dc:creator>
      <dc:date>2016-07-21T13:26:54Z</dc:date>
    </item>
    <item>
      <title>Re: Create SatrSchema from one Fact Table</title>
      <link>https://community.qlik.com/t5/QlikView/Create-SatrSchema-from-one-Fact-Table/m-p/1115796#M900917</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;try to do this :&lt;/P&gt;&lt;P&gt;let suppose that your fact table have location data (city ,country ,Zip code ....) .to create a location table :&lt;/P&gt;&lt;P&gt;&lt;STRONG style="text-decoration: underline;"&gt;location table :&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;load &lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;city ,country ,Zip code,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt; AutoNumberHash128(&lt;SPAN style="font-size: 13.3333px;"&gt;city ,country ,Zip code) as Location_ID&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;from&amp;nbsp; fact table ;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;STRONG style="text-decoration: underline;"&gt;fact table :&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;load &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;AutoNumberHash128(&lt;/SPAN&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;city ,country ,Zip code) as Location_ID&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;// city ,country ,Zip code,&amp;nbsp; you do not have to load this data anymore &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;......&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;from ......&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Jul 2016 13:33:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Create-SatrSchema-from-one-Fact-Table/m-p/1115796#M900917</guid>
      <dc:creator>mohamed_ahid</dc:creator>
      <dc:date>2016-07-21T13:33:27Z</dc:date>
    </item>
    <item>
      <title>Re: Create SatrSchema from one Fact Table</title>
      <link>https://community.qlik.com/t5/QlikView/Create-SatrSchema-from-one-Fact-Table/m-p/1115797#M900918</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Martin,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you have only fact table and nothing else, the you can splits the fields from your fact in to dimension tables.&lt;/P&gt;&lt;P&gt;For ex:&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;FACT&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Product&lt;/P&gt;&lt;P&gt;Product Name&lt;/P&gt;&lt;P&gt;Shipment&lt;/P&gt;&lt;P&gt;Shipment Address&lt;/P&gt;&lt;P&gt;Sale&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then you can create two dimension tables "Product" and "shipment" and create a star schema.&lt;/P&gt;&lt;P&gt;Fact:&lt;/P&gt;&lt;P&gt;Load *&lt;/P&gt;&lt;P&gt;from Fact;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Noconcatenate&lt;/P&gt;&lt;P&gt;Product:&lt;/P&gt;&lt;P&gt;Load&lt;/P&gt;&lt;P&gt;Product,&lt;/P&gt;&lt;P&gt;Product Name&lt;/P&gt;&lt;P&gt;resident fact;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Noconcatenate&lt;/P&gt;&lt;P&gt;Shipment:&lt;/P&gt;&lt;P&gt;Load&lt;/P&gt;&lt;P&gt;Shipment,&lt;/P&gt;&lt;P&gt;Shipment Address&lt;/P&gt;&lt;P&gt;resident Fact;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Drop field Product Name,Shipment Address from fact;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;KC&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Jul 2016 13:37:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Create-SatrSchema-from-one-Fact-Table/m-p/1115797#M900918</guid>
      <dc:creator>jyothish8807</dc:creator>
      <dc:date>2016-07-21T13:37:37Z</dc:date>
    </item>
    <item>
      <title>Re: Create SatrSchema from one Fact Table</title>
      <link>https://community.qlik.com/t5/QlikView/Create-SatrSchema-from-one-Fact-Table/m-p/1115798#M900919</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Martin&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;All the above answers are correct.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I was going to ask how large is your fact table?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If its not that big then you are probably just as well keeping a singular table as the data model.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Dan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Jul 2016 13:51:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Create-SatrSchema-from-one-Fact-Table/m-p/1115798#M900919</guid>
      <dc:creator>danansell42</dc:creator>
      <dc:date>2016-07-21T13:51:27Z</dc:date>
    </item>
    <item>
      <title>Re: Create SatrSchema from one Fact Table</title>
      <link>https://community.qlik.com/t5/QlikView/Create-SatrSchema-from-one-Fact-Table/m-p/1115799#M900920</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Daniel,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Yes it is not big and my feeling was exactly the same, but the task wants a Star Schema created.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Jul 2016 13:57:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Create-SatrSchema-from-one-Fact-Table/m-p/1115799#M900920</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-07-21T13:57:49Z</dc:date>
    </item>
    <item>
      <title>Re: Create SatrSchema from one Fact Table</title>
      <link>https://community.qlik.com/t5/QlikView/Create-SatrSchema-from-one-Fact-Table/m-p/1115800#M900921</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Miquel,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The task I was given wants me to create a Star Schema from a single Fact Table, although it is small enough to keep as one table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Jul 2016 14:00:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Create-SatrSchema-from-one-Fact-Table/m-p/1115800#M900921</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-07-21T14:00:13Z</dc:date>
    </item>
    <item>
      <title>Re: Create SatrSchema from one Fact Table</title>
      <link>https://community.qlik.com/t5/QlikView/Create-SatrSchema-from-one-Fact-Table/m-p/1115801#M900922</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you provide the sample data with the tables?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Jul 2016 14:09:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Create-SatrSchema-from-one-Fact-Table/m-p/1115801#M900922</guid>
      <dc:creator>arethaking</dc:creator>
      <dc:date>2016-07-21T14:09:02Z</dc:date>
    </item>
    <item>
      <title>Re: Create SatrSchema from one Fact Table</title>
      <link>https://community.qlik.com/t5/QlikView/Create-SatrSchema-from-one-Fact-Table/m-p/1115802#M900923</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;Here is the data. The task I must complete is to create a Star Schema from this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Jul 2016 14:28:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Create-SatrSchema-from-one-Fact-Table/m-p/1115802#M900923</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-07-21T14:28:41Z</dc:date>
    </item>
    <item>
      <title>Re: Create SatrSchema from one Fact Table</title>
      <link>https://community.qlik.com/t5/QlikView/Create-SatrSchema-from-one-Fact-Table/m-p/1115803#M900924</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Martin,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Does your fact table have a lot of repetition of data related to dimensions? For example if your fact table has CustomerID and a repeated Customer Name then you could make a simple customer dimensional table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Customers:&lt;/P&gt;&lt;P&gt;Load&lt;/P&gt;&lt;P&gt;Distinct&lt;/P&gt;&lt;P&gt;CustomerID,&lt;/P&gt;&lt;P&gt;[Customer Name]&lt;/P&gt;&lt;P&gt;Resident Facts;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Drop Field &lt;SPAN style="font-size: 13.3333px;"&gt;[Customer Name] from Facts;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This will remove the repeating customer names from the fact table and you will have a Customers table holding the ID and the Name. Repeat for other dimensions enriching the dimensional tables with more fields where desirable.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Essentially we're doing a little bit of gentle normalisation of your single big fat fact table but in QlikView we don't need to push this process far.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Good luck&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Andrew&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Jul 2016 14:37:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Create-SatrSchema-from-one-Fact-Table/m-p/1115803#M900924</guid>
      <dc:creator>effinty2112</dc:creator>
      <dc:date>2016-07-21T14:37:09Z</dc:date>
    </item>
    <item>
      <title>Re: Create SatrSchema from one Fact Table</title>
      <link>https://community.qlik.com/t5/QlikView/Create-SatrSchema-from-one-Fact-Table/m-p/1115804#M900925</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I agree that a flat table would be better, but the task given to me wants to see a Star Schema.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Jul 2016 17:06:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Create-SatrSchema-from-one-Fact-Table/m-p/1115804#M900925</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-07-21T17:06:00Z</dc:date>
    </item>
  </channel>
</rss>

