<?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: Star Schema Model in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Star-Schema-Model/m-p/1092405#M926233</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 think this itself enough the datamodel is fine if you want you can left join the tables and make it single table.&lt;/P&gt;&lt;P&gt;Starschema is achieved if you hav 2 or more dimension tables,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Joshua.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 12 Apr 2016 04:42:04 GMT</pubDate>
    <dc:creator>ajsjoshua</dc:creator>
    <dc:date>2016-04-12T04:42:04Z</dc:date>
    <item>
      <title>Star Schema Model</title>
      <link>https://community.qlik.com/t5/QlikView/Star-Schema-Model/m-p/1092401#M926229</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey Community,&lt;/P&gt;&lt;P&gt;i have 2 table User &amp;amp; User Permission. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My goal is to create data model that based on&amp;nbsp; Star Schema. i would like your help what is he best way to do so.&lt;/P&gt;&lt;P&gt;Concatenate, Join, Left, Right.&lt;/P&gt;&lt;P&gt;P.s You can see that not all user have Permission But i want them to be in my model.&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Erd.JPG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/121228_Erd.JPG" style="height: auto;" /&gt;&lt;IMG alt="User.JPG" class="jive-image image-2" src="https://community.qlik.com/legacyfs/online/121229_User.JPG" style="height: 310px; width: 620px;" /&gt;&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/Star-Schema-Model/m-p/1092401#M926229</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Star Schema Model</title>
      <link>https://community.qlik.com/t5/QlikView/Star-Schema-Model/m-p/1092402#M926230</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think you should go from join here , &lt;/P&gt;&lt;P&gt;tbUser &lt;/P&gt;&lt;P&gt;Left Join &lt;/P&gt;&lt;P&gt;tbuserpermission&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Apr 2016 17:18:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Star-Schema-Model/m-p/1092402#M926230</guid>
      <dc:creator>agni_gold</dc:creator>
      <dc:date>2016-04-11T17:18:22Z</dc:date>
    </item>
    <item>
      <title>Re: Star Schema Model</title>
      <link>https://community.qlik.com/t5/QlikView/Star-Schema-Model/m-p/1092403#M926231</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ben,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;An star schema consist of a fact table and dimensions. Basically, a fact table contains values measured and the keys that connect to the dimensions to give meaning to that measures. On the other hand, a dimension is something like a catalog that contains attributes that describe and provide meaning to the fact. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There is another type of fact table called Factless fact table that doesn't contain any measure and are used to keep a track of relations between dimensions. For instance, if you need to track student attendance, you create a record every time a student attends a class.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Your star schema design, depends more on the business process that you're trying to model. In this case, what type of analysis do you want to perform? what data do you have available?, what is the level of granularity in your data?...the answer to this type of questions will help you to determine the design of your data model (star schema)...y recommend you to visit Kimballgroup.com for more information about techniques that you can use in your dimensional modeling design.&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;-- Karla&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Apr 2016 18:56:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Star-Schema-Model/m-p/1092403#M926231</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-04-11T18:56:55Z</dc:date>
    </item>
    <item>
      <title>Re: Star Schema Model</title>
      <link>https://community.qlik.com/t5/QlikView/Star-Schema-Model/m-p/1092404#M926232</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear David,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Star schema can be combination of all the functions such as you mentioned.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please look into listed below threads,&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/message/1007361"&gt;Re: Star &amp;amp;amp; snowflake schema&lt;/A&gt;&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, 12 Apr 2016 03:50:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Star-Schema-Model/m-p/1092404#M926232</guid>
      <dc:creator>engishfaque</dc:creator>
      <dc:date>2016-04-12T03:50:47Z</dc:date>
    </item>
    <item>
      <title>Re: Star Schema Model</title>
      <link>https://community.qlik.com/t5/QlikView/Star-Schema-Model/m-p/1092405#M926233</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 think this itself enough the datamodel is fine if you want you can left join the tables and make it single table.&lt;/P&gt;&lt;P&gt;Starschema is achieved if you hav 2 or more dimension tables,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Joshua.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Apr 2016 04:42:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Star-Schema-Model/m-p/1092405#M926233</guid>
      <dc:creator>ajsjoshua</dc:creator>
      <dc:date>2016-04-12T04:42:04Z</dc:date>
    </item>
    <item>
      <title>Re: Star Schema Model</title>
      <link>https://community.qlik.com/t5/QlikView/Star-Schema-Model/m-p/1092406#M926234</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you, i do have more then 2 Dim, I just "Zoom In" in this 2 &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;tables&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Apr 2016 05:51:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Star-Schema-Model/m-p/1092406#M926234</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-04-12T05:51:52Z</dc:date>
    </item>
    <item>
      <title>Re: Star Schema Model</title>
      <link>https://community.qlik.com/t5/QlikView/Star-Schema-Model/m-p/1092407#M926235</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you this was very helpful.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Apr 2016 05:53:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Star-Schema-Model/m-p/1092407#M926235</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-04-12T05:53:02Z</dc:date>
    </item>
    <item>
      <title>Re: Star Schema Model</title>
      <link>https://community.qlik.com/t5/QlikView/Star-Schema-Model/m-p/1092408#M926236</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;chk dis&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/message/663768"&gt;Re: Qlikview on star schema&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://dicasqlikview.blogspot.in/2013/07/modelo-de-dados-no-qlikview.html" title="http://dicasqlikview.blogspot.in/2013/07/modelo-de-dados-no-qlikview.html"&gt;Dicas Qlik - Tonial, Fernando: Modelo de Dados no QlikView&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Apr 2016 05:56:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Star-Schema-Model/m-p/1092408#M926236</guid>
      <dc:creator>Chanty4u</dc:creator>
      <dc:date>2016-04-12T05:56:59Z</dc:date>
    </item>
  </channel>
</rss>

