<?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 model in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/star-schema-model/m-p/411738#M700924</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;i have data in excel and i was hoping to design a star shema model but apparently there are no dimension codes to do that. Is there a way around it or i simply have to generate the codes myself in excel.&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 07 Nov 2012 12:55:10 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2012-11-07T12:55:10Z</dc:date>
    <item>
      <title>star schema model</title>
      <link>https://community.qlik.com/t5/QlikView/star-schema-model/m-p/411738#M700924</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;i have data in excel and i was hoping to design a star shema model but apparently there are no dimension codes to do that. Is there a way around it or i simply have to generate the codes myself in excel.&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Nov 2012 12:55:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/star-schema-model/m-p/411738#M700924</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-11-07T12:55:10Z</dc:date>
    </item>
    <item>
      <title>Re: star schema model</title>
      <link>https://community.qlik.com/t5/QlikView/star-schema-model/m-p/411739#M700925</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You shouldn't design a star schema just for the sake of having a star schema, so maybe you just don't need to do anything.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you describe the structure of your excel file? And what you are missing (or what you are planning to analyze)?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Nov 2012 13:09:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/star-schema-model/m-p/411739#M700925</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2012-11-07T13:09:59Z</dc:date>
    </item>
    <item>
      <title>Re: star schema model</title>
      <link>https://community.qlik.com/t5/QlikView/star-schema-model/m-p/411740#M700926</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;IMG __jive_id="24752" class="jive-image-thumbnail jive-image" onclick="" alt="Capture.PNG" src="https://community.qlik.com/legacyfs/online/24752_Capture.PNG" width="450" /&gt;&lt;/P&gt;&lt;P&gt;please find attached and help me accordinly. Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Nov 2012 13:14:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/star-schema-model/m-p/411740#M700926</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-11-07T13:14:50Z</dc:date>
    </item>
    <item>
      <title>Re: star schema model</title>
      <link>https://community.qlik.com/t5/QlikView/star-schema-model/m-p/411741#M700927</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Just load your table in using the wizard from script editor.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then you should be fine using such dimensions like Loan_Type, Officer, Branch with some aggregations like e.g. sum(Balance). What else do you want to use as dimensions? Maybe your dates, so have a look at Henrics recent blog post on how to add calendar tables to your data model.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps,&lt;/P&gt;&lt;P&gt;Stefan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Nov 2012 13:44:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/star-schema-model/m-p/411741#M700927</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2012-11-07T13:44:48Z</dc:date>
    </item>
    <item>
      <title>Re: star schema model</title>
      <link>https://community.qlik.com/t5/QlikView/star-schema-model/m-p/411742#M700928</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It's pretty easy to do with if you create a key on the detail table.&amp;nbsp; it's as easy as doing &lt;/P&gt;&lt;P&gt;Detail:&lt;/P&gt;&lt;P&gt;Load&lt;/P&gt;&lt;P&gt;Rowno() as Key,&lt;/P&gt;&lt;P&gt;....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and then you can do code like this&lt;/P&gt;&lt;P&gt;[Applied Date]:&lt;/P&gt;&lt;P&gt;Load&lt;/P&gt;&lt;P&gt;Key,&lt;/P&gt;&lt;P&gt;[Applied Date],&lt;/P&gt;&lt;P&gt;month([Applied Date]) as [Applied Month],&lt;/P&gt;&lt;P&gt;...&lt;/P&gt;&lt;P&gt;Resident Detail;&lt;/P&gt;&lt;P&gt;//this removes it from the fact table and leaves it in the dimension table above&lt;/P&gt;&lt;P&gt;Drop Field [Applied Date] from Detail;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Nov 2012 15:04:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/star-schema-model/m-p/411742#M700928</guid>
      <dc:creator />
      <dc:date>2012-11-07T15:04:00Z</dc:date>
    </item>
  </channel>
</rss>

