<?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: Is this a Proper Data Model? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Is-this-a-Proper-Data-Model/m-p/890360#M310227</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, it´s a nice model, you seems to have two dimension tables (Dept &amp;amp; Vendor), two fact tables (Trans &amp;amp; Inv).&lt;/P&gt;&lt;P&gt;You don´t have more than one hop between your tables.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 19 May 2015 18:22:43 GMT</pubDate>
    <dc:creator>Clever_Anjos</dc:creator>
    <dc:date>2015-05-19T18:22:43Z</dc:date>
    <item>
      <title>Is this a Proper Data Model?</title>
      <link>https://community.qlik.com/t5/QlikView/Is-this-a-Proper-Data-Model/m-p/890359#M310226</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am rebuilding data model so wanted to get some feedback. If all tables have a key field present in them, data model below is possible. It seems to be working fine performance wise (its even better) but is it best practice to implement this type in your dashboard. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks again.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="star_schema.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/86923_star_schema.PNG" style="height: 529px; width: 620px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 May 2015 18:11:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Is-this-a-Proper-Data-Model/m-p/890359#M310226</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-05-19T18:11:50Z</dc:date>
    </item>
    <item>
      <title>Re: Is this a Proper Data Model?</title>
      <link>https://community.qlik.com/t5/QlikView/Is-this-a-Proper-Data-Model/m-p/890360#M310227</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, it´s a nice model, you seems to have two dimension tables (Dept &amp;amp; Vendor), two fact tables (Trans &amp;amp; Inv).&lt;/P&gt;&lt;P&gt;You don´t have more than one hop between your tables.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 May 2015 18:22:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Is-this-a-Proper-Data-Model/m-p/890360#M310227</guid>
      <dc:creator>Clever_Anjos</dc:creator>
      <dc:date>2015-05-19T18:22:43Z</dc:date>
    </item>
    <item>
      <title>Re: Is this a Proper Data Model?</title>
      <link>https://community.qlik.com/t5/QlikView/Is-this-a-Proper-Data-Model/m-p/890361#M310228</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;My concern would be using ProductID as the only key.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What would happen if you had a product associated with multiple vendors or departments?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 May 2015 18:27:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Is-this-a-Proper-Data-Model/m-p/890361#M310228</guid>
      <dc:creator />
      <dc:date>2015-05-19T18:27:20Z</dc:date>
    </item>
    <item>
      <title>Re: Is this a Proper Data Model?</title>
      <link>https://community.qlik.com/t5/QlikView/Is-this-a-Proper-Data-Model/m-p/890362#M310229</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Technically it looks fine.&lt;/P&gt;&lt;P&gt;Logically...&amp;nbsp; it is somewhat strange.&amp;nbsp; Transaction table has Vendor and Department data, so it's not clear why it is linked to the Department and Vendor tables by ProductID.&amp;nbsp; I'd expect a little different structure:&lt;/P&gt;&lt;P&gt;Transaction in the center as a fact table.&lt;/P&gt;&lt;P&gt;Dimension tables Vendor, Department, and Product.&lt;/P&gt;&lt;P&gt;But it is a rather wild guess because I don't know your data nor the requirements.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 May 2015 19:50:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Is-this-a-Proper-Data-Model/m-p/890362#M310229</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-05-19T19:50:21Z</dc:date>
    </item>
    <item>
      <title>Re: Is this a Proper Data Model?</title>
      <link>https://community.qlik.com/t5/QlikView/Is-this-a-Proper-Data-Model/m-p/890363#M310230</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Clark, your concern is valid. This is a hypothetical example though. I was just trying to evaluate the credibility of the structure because it does not resemble typical star schema which has a fact table in the center, from which dimension tables radiate. That aside, in a company where I used to work, we used distinct product ID if we were buying the same exact thing from a diff vendor; meaning the product wud get a new distinct productID if buying from a diff vendor. As per 1 product belonging to more than 1 department, our products had only 1 dept assigned to them. But depending on the nature of Business you are in, that could be an issue I guess. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 May 2015 01:46:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Is-this-a-Proper-Data-Model/m-p/890363#M310230</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-05-20T01:46:08Z</dc:date>
    </item>
    <item>
      <title>Re: Is this a Proper Data Model?</title>
      <link>https://community.qlik.com/t5/QlikView/Is-this-a-Proper-Data-Model/m-p/890364#M310231</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Michael,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you are absolutely right. This was just a hypothetical example where I was trying to see if such a data model (looks wise) is acceptable and to which I got a positive reply. I will go ahead and implement this model in my application.&lt;/P&gt;&lt;P&gt;Many Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 May 2015 01:49:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Is-this-a-Proper-Data-Model/m-p/890364#M310231</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-05-20T01:49:12Z</dc:date>
    </item>
  </channel>
</rss>

