<?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: Database logical structure in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Database-logical-structure/m-p/744303#M664159</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You are correct.&amp;nbsp; Instead of IndividualS apply map to Skills.&amp;nbsp; Typically when you have a table in your data model that has ID, Description/Value, the general rule is to apply map to the table it relates to.&amp;nbsp; Instead of a snow flake schema you'll see more performance out of a star schema.&amp;nbsp; Your final data model should only be three tables, IndvidualS, Skills, and Employees&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Another rule is when you have two tables with the same primary key, they should be joined.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 07 Jan 2015 14:41:16 GMT</pubDate>
    <dc:creator>NickHoff</dc:creator>
    <dc:date>2015-01-07T14:41:16Z</dc:date>
    <item>
      <title>Database logical structure</title>
      <link>https://community.qlik.com/t5/QlikView/Database-logical-structure/m-p/744299#M664154</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm facing a frustrating problem at the moment, I'm developing a skill management tool but I cant seem to get the database structure correct (works fine in Access). The problem is this: An employee has an employeeID, and a JobID. Linked to a certain job there are some skills, so each skill has a Job ID as well, the problem causer is the fact that every employee has their individual skills graded which causes a loop:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Database with loops.jpg" class="image-1 jive-image" src="/legacyfs/online/74710_Database with loops.jpg" style="height: 337px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I thought that creating a duplicate table of jobs did the trick but now I face the problem that the jobs that are mentioned in the employee table aren't logically related to the skills anymore:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Database without loops.jpg" class="jive-image image-2" src="/legacyfs/online/74720_Database without loops.jpg" style="height: 414px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Anyone has any suggestions to solve this problem?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Jan 2015 20:11:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Database-logical-structure/m-p/744299#M664154</guid>
      <dc:creator />
      <dc:date>2015-01-06T20:11:00Z</dc:date>
    </item>
    <item>
      <title>Re: Database logical structure</title>
      <link>https://community.qlik.com/t5/QlikView/Database-logical-structure/m-p/744300#M664155</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Use a mapping load for Jobs/Jobs2, and apply map to your fact table which looks like it's IndividualS.&amp;nbsp; I would also left join your organization table into employees. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Jan 2015 20:17:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Database-logical-structure/m-p/744300#M664155</guid>
      <dc:creator>NickHoff</dc:creator>
      <dc:date>2015-01-06T20:17:01Z</dc:date>
    </item>
    <item>
      <title>Re: Database logical structure</title>
      <link>https://community.qlik.com/t5/QlikView/Database-logical-structure/m-p/744301#M664156</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;How can I apply a Jobs mapping to my IndividualScores table? It doesn't contain JobID only SkillID&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Jan 2015 09:32:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Database-logical-structure/m-p/744301#M664156</guid>
      <dc:creator />
      <dc:date>2015-01-07T09:32:27Z</dc:date>
    </item>
    <item>
      <title>Re: Database logical structure</title>
      <link>https://community.qlik.com/t5/QlikView/Database-logical-structure/m-p/744302#M664158</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Left join Skills to indivisual skills, so when you load:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;load * resident IndivisdualsSkills;&lt;/P&gt;&lt;P&gt;left join&lt;/P&gt;&lt;P&gt;load * resident Skills&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Let me know&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Jan 2015 09:36:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Database-logical-structure/m-p/744302#M664158</guid>
      <dc:creator>alexandros17</dc:creator>
      <dc:date>2015-01-07T09:36:12Z</dc:date>
    </item>
    <item>
      <title>Re: Database logical structure</title>
      <link>https://community.qlik.com/t5/QlikView/Database-logical-structure/m-p/744303#M664159</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You are correct.&amp;nbsp; Instead of IndividualS apply map to Skills.&amp;nbsp; Typically when you have a table in your data model that has ID, Description/Value, the general rule is to apply map to the table it relates to.&amp;nbsp; Instead of a snow flake schema you'll see more performance out of a star schema.&amp;nbsp; Your final data model should only be three tables, IndvidualS, Skills, and Employees&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Another rule is when you have two tables with the same primary key, they should be joined.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Jan 2015 14:41:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Database-logical-structure/m-p/744303#M664159</guid>
      <dc:creator>NickHoff</dc:creator>
      <dc:date>2015-01-07T14:41:16Z</dc:date>
    </item>
  </channel>
</rss>

