<?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 How To improve My data model? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-To-improve-My-data-model/m-p/1449161#M806320</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;I need to improve My Data model so this could would be shown as the following:&lt;/P&gt;&lt;P&gt;&lt;IMG alt="" class="jive-image image-1" height="205" src="https://community.qlik.com/legacyfs/online/181333_pastedImage_0.png" style="width: 376px; height: 204.981px;" width="376" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I was able to make to make it through the Link Table where I group common (Such Cluster, Country, Month etc) fields from the Fact Tables , but my Common fields are also used as Dimensions, Now I need to group the Common Dimensions Such Cluster, Country, Region, Month and Quarter into Dimension Groups&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For Example, Group all Cluster common fields into a one %Cluster Dimension (Dimension1 like in the screenshot above) and do the same for the other dimensions.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here is my Current Model&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="" class="jive-image image-2" height="292" src="https://community.qlik.com/legacyfs/online/181338_pastedImage_1.png" style="width: 414px; height: 291.803px;" width="414" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Below you Can find the script I created to reach through the link table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;All help is really appreciated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
    <dc:creator>jgarciaf106</dc:creator>
    <dc:date>2020-11-25T16:16:04Z</dc:date>
    <item>
      <title>How To improve My data model?</title>
      <link>https://community.qlik.com/t5/QlikView/How-To-improve-My-data-model/m-p/1449161#M806320</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;I need to improve My Data model so this could would be shown as the following:&lt;/P&gt;&lt;P&gt;&lt;IMG alt="" class="jive-image image-1" height="205" src="https://community.qlik.com/legacyfs/online/181333_pastedImage_0.png" style="width: 376px; height: 204.981px;" width="376" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I was able to make to make it through the Link Table where I group common (Such Cluster, Country, Month etc) fields from the Fact Tables , but my Common fields are also used as Dimensions, Now I need to group the Common Dimensions Such Cluster, Country, Region, Month and Quarter into Dimension Groups&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For Example, Group all Cluster common fields into a one %Cluster Dimension (Dimension1 like in the screenshot above) and do the same for the other dimensions.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here is my Current Model&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="" class="jive-image image-2" height="292" src="https://community.qlik.com/legacyfs/online/181338_pastedImage_1.png" style="width: 414px; height: 291.803px;" width="414" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Below you Can find the script I created to reach through the link table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;All help is really appreciated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&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/How-To-improve-My-data-model/m-p/1449161#M806320</guid>
      <dc:creator>jgarciaf106</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: How To improve My data model?</title>
      <link>https://community.qlik.com/t5/QlikView/How-To-improve-My-data-model/m-p/1449162#M806321</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Even, Link table kills the performance. So, My question was what if you loaded all tables into Qlikview. Is that making any Synthetic fields in your model / simply picking Link Table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So, you need to understand the Link table concept before moving ahead&lt;/P&gt;&lt;P&gt;1) Link Table uses when we have same fields from different table&lt;/P&gt;&lt;P&gt;2) Even, If simple 2 tables having synthetic tables that means we can load Direct way and Use ApplyMap() concept to club in single table rather maintaining Bridge Table&lt;/P&gt;&lt;P&gt;3) Finally, If Scenario 1 is the case then you need to create composite key using common fields only or else this won't get real data points as it clubs to each of other tables&lt;/P&gt;&lt;P&gt;4) My last point is you have to use AutoNumber() rather simple composite key...&lt;/P&gt;&lt;P&gt;POS - I've seen your script. Please follow points and build up&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 28 Oct 2017 03:07:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-To-improve-My-data-model/m-p/1449162#M806321</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2017-10-28T03:07:59Z</dc:date>
    </item>
  </channel>
</rss>

