<?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: Data Modelling in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Data-Modelling/m-p/611803#M1117024</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes you can keep the tables in the current form.&amp;nbsp; The most important thing is you must join all the tables together in some sort of logical schema without any circular references.&amp;nbsp; You may want to check out this posting &lt;A href="https://community.qlik.com/docs/DOC-4957"&gt;Creating a Data Model&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 05 Feb 2014 16:46:50 GMT</pubDate>
    <dc:creator>Josh_Good</dc:creator>
    <dc:date>2014-02-05T16:46:50Z</dc:date>
    <item>
      <title>Data Modelling</title>
      <link>https://community.qlik.com/t5/QlikView/Data-Modelling/m-p/611801#M1117022</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Experts,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have to pull data from OLTP Database and need to build a Qlikview app.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. I believe that, I can pull the tables into Qlikview and keep almost same normalized data model. (doing some changes like resolving association issues like removing synthetic keys, doing some data cleansing, modifying tables as per UI requirement etc..). &lt;/P&gt;&lt;P&gt;I hope this is the way we build data model in Qlikview? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. Suppose, If I want to create a proper dimensional model (ie having all measures and dimension keys in a fact table and Dimension tables are linked to fact table with the dimension keys). How can I achieve this using Qlikview Scripting? &lt;/P&gt;&lt;P&gt;I mean, once after loading the Normalized OLTP tables into Qlikview, I want to group all the measures into single table(fact table) and all dimensions into various tables(dimension tables). &lt;/P&gt;&lt;P&gt;To achieve this, what I have to do in Qlikview Script??&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;Suraj&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Feb 2014 15:49:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Data-Modelling/m-p/611801#M1117022</guid>
      <dc:creator>surajap123</dc:creator>
      <dc:date>2014-02-05T15:49:42Z</dc:date>
    </item>
    <item>
      <title>Re: Data Modelling</title>
      <link>https://community.qlik.com/t5/QlikView/Data-Modelling/m-p/611802#M1117023</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P class="Text2"&gt;&lt;SPAN style="color: #575757;"&gt;Just have in mind:&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="Text2"&gt;&lt;SPAN style="color: #575757;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="Text2"&gt;&lt;SPAN style="color: #575757;"&gt;A QlikView data model is the representation of the data you have loaded and the underlying data sources will have to be manipulated within the script to deliver the data model that best suits your data for both usability and performance.&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="Text2"&gt;&lt;SPAN style="color: #575757;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="Text2"&gt;&lt;SPAN style="color: #575757;"&gt;QlikView data model is persistent and reacts as a whole to user “queries”, a selection in the user interface affects the entire schema.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #575757;"&gt;Some Guidelines:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN-US" style="color: #575757;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;UL style="list-style-type: disc;"&gt;&lt;LI&gt;&lt;SPAN style="color: #575757;"&gt;&lt;SPAN lang="EN-US"&gt;There Is No One Best Architecture&lt;/SPAN&gt;&lt;SPAN lang="EN-US"&gt;.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN lang="EN-GB" style="color: #575757;"&gt;Don’t kill yourself with technical linktables if you don’t have to !&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN lang="EN-GB" style="color: #575757;"&gt;Don’t put everything in a single model. Monolithic model introduces unnecessary complexity. Use document chaining.&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN style="color: #575757;"&gt;Architecture Is Entirely Dependent on Requirements (Systems, Skill Sets, Security, Functionality, Flexibility, Time, and above all… Business Requirements!&lt;/SPAN&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;SPAN style="color: #575757;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #575757;"&gt;Hope it helps,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Michael&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Feb 2014 16:01:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Data-Modelling/m-p/611802#M1117023</guid>
      <dc:creator>agilos_mla</dc:creator>
      <dc:date>2014-02-05T16:01:22Z</dc:date>
    </item>
    <item>
      <title>Re: Data Modelling</title>
      <link>https://community.qlik.com/t5/QlikView/Data-Modelling/m-p/611803#M1117024</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes you can keep the tables in the current form.&amp;nbsp; The most important thing is you must join all the tables together in some sort of logical schema without any circular references.&amp;nbsp; You may want to check out this posting &lt;A href="https://community.qlik.com/docs/DOC-4957"&gt;Creating a Data Model&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Feb 2014 16:46:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Data-Modelling/m-p/611803#M1117024</guid>
      <dc:creator>Josh_Good</dc:creator>
      <dc:date>2014-02-05T16:46:50Z</dc:date>
    </item>
    <item>
      <title>Re: Data Modelling</title>
      <link>https://community.qlik.com/t5/QlikView/Data-Modelling/m-p/611804#M1117025</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for all the valuable information..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 08 Feb 2014 11:33:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Data-Modelling/m-p/611804#M1117025</guid>
      <dc:creator>surajap123</dc:creator>
      <dc:date>2014-02-08T11:33:37Z</dc:date>
    </item>
    <item>
      <title>Re: Data Modelling</title>
      <link>https://community.qlik.com/t5/QlikView/Data-Modelling/m-p/611805#M1117026</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, Suraj.&lt;/P&gt;&lt;P&gt;I thought it was worth pointing you in the direction of Steve Dark's blog. He has a few thoughts on data model design.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.quickintelligence.co.uk/perfect-your-qlikview-data-model/" title="http://www.quickintelligence.co.uk/perfect-your-qlikview-data-model/"&gt;http://www.quickintelligence.co.uk/perfect-your-qlikview-data-model/&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Neil&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 08 Feb 2014 15:01:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Data-Modelling/m-p/611805#M1117026</guid>
      <dc:creator>ngulliver</dc:creator>
      <dc:date>2014-02-08T15:01:14Z</dc:date>
    </item>
    <item>
      <title>Re: Data Modelling</title>
      <link>https://community.qlik.com/t5/QlikView/Data-Modelling/m-p/611806#M1117027</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Josh,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As per your suggestion, I am pulling the necessary tables from transaction database and keeping the same links as in source db while buiding data model in Qlikview. I am achiving this by using Qualify*; and Unqualifty &amp;lt;keyfield&amp;gt;; above each table in qlikview script, so that I can avoid synthetic keys and circular references. I am doing this to keep the same connections as in source db. Anyway later I will be changing the model(using calcuated fields, lookups, left joins, concatenation etc) based on the requirement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is my approach correct?&lt;/P&gt;&lt;P&gt;Does the data model I create using above method, bring the same result in qlikview, when compared with source database?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks !!!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Mar 2014 12:23:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Data-Modelling/m-p/611806#M1117027</guid>
      <dc:creator>surajap123</dc:creator>
      <dc:date>2014-03-24T12:23:00Z</dc:date>
    </item>
    <item>
      <title>Re: Data Modelling</title>
      <link>https://community.qlik.com/t5/QlikView/Data-Modelling/m-p/611807#M1117028</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, it sounds like you are on the right track.&amp;nbsp; Using Qulaify is a great way to get started and to better understand what the data model needs to look like.&amp;nbsp; I would be careful about using Qualify beyond for just quickly figuring out your data model.&amp;nbsp; If you build a UI on a data model that uses qualify then it will not be very business friendly.&amp;nbsp; For example business users will not want customers to be call Customer.Name, it would be much better to alias it to [Customer Name] in the data model so you don't need to keep renaming it in the UI.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you have a data dictionary already establish then this video might be helpful.&amp;nbsp; &lt;A href="https://community.qlik.com/message/199132"&gt;Aliasing Fields using Data Definitions&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Mar 2014 14:25:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Data-Modelling/m-p/611807#M1117028</guid>
      <dc:creator>Josh_Good</dc:creator>
      <dc:date>2014-03-24T14:25:13Z</dc:date>
    </item>
    <item>
      <title>Re: Data Modelling</title>
      <link>https://community.qlik.com/t5/QlikView/Data-Modelling/m-p/611808#M1117029</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;BR /&gt;Thanks a lot !!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Mar 2014 15:48:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Data-Modelling/m-p/611808#M1117029</guid>
      <dc:creator>surajap123</dc:creator>
      <dc:date>2014-03-24T15:48:16Z</dc:date>
    </item>
  </channel>
</rss>

