<?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 Data Modelling Approach in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Data-Modelling-Approach/m-p/378472#M1169791</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, What is the Data modeling approach in two-layer architecture. Let me be specific about my job. Now I am creating a QVD Loader which will reload all the tables in one place and I will be fetching those table in QVW somewhere else. So after loading the table in QVD loader qvw itself I am getting so many synthetic keys. and the same table when in am loading in qvw application am renaming all those field as per the convenient name purpose so that syn key is not there. My question is how to approach for this, should we do it on the QVD creation time or we shouldn't bother and continue as I am doing. Need guidance for a proper frame work. Best Regards, SKumar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 16 Aug 2012 11:53:27 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2012-08-16T11:53:27Z</dc:date>
    <item>
      <title>Data Modelling Approach</title>
      <link>https://community.qlik.com/t5/QlikView/Data-Modelling-Approach/m-p/378472#M1169791</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, What is the Data modeling approach in two-layer architecture. Let me be specific about my job. Now I am creating a QVD Loader which will reload all the tables in one place and I will be fetching those table in QVW somewhere else. So after loading the table in QVD loader qvw itself I am getting so many synthetic keys. and the same table when in am loading in qvw application am renaming all those field as per the convenient name purpose so that syn key is not there. My question is how to approach for this, should we do it on the QVD creation time or we shouldn't bother and continue as I am doing. Need guidance for a proper frame work. Best Regards, SKumar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Aug 2012 11:53:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Data-Modelling-Approach/m-p/378472#M1169791</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-08-16T11:53:27Z</dc:date>
    </item>
    <item>
      <title>Re: Data Modelling Approach</title>
      <link>https://community.qlik.com/t5/QlikView/Data-Modelling-Approach/m-p/378473#M1169792</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Some people like the QVD's to be exact representations of their source tables, others prefer to massage the tables as much as possible before committing them to QVD's. With a larger number of app developers and mixed requirements to be fulfilled from the source data set I guess it makes more sense to apply fewer changes in the QVD's. If certain business rules are true throughout the organization which they often are, then I see no reason not to add these into the QVD's already to simplify the process of bringing this logic into the presentation app layer.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Aug 2012 02:44:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Data-Modelling-Approach/m-p/378473#M1169792</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-08-17T02:44:52Z</dc:date>
    </item>
    <item>
      <title>Re: Data Modelling Approach</title>
      <link>https://community.qlik.com/t5/QlikView/Data-Modelling-Approach/m-p/378474#M1169793</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I would extend Johannes answer by suggesting you should go with the structure that maximises code re-use and simplicity.&lt;/P&gt;&lt;P&gt;If you find that you are renaming the same field in multiple seperate qvw apps (or applying business rules and calculcations in multiple locations) then you should push that into your QVD loader, or a dedicated middle layer.&amp;nbsp; Simply put, you should only rename fields once and in one location.&amp;nbsp; Otherwise you will end up with the same data having different labels in different applications, or worse, different fields with the same label in different applications.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Aug 2012 05:25:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Data-Modelling-Approach/m-p/378474#M1169793</guid>
      <dc:creator />
      <dc:date>2012-08-17T05:25:55Z</dc:date>
    </item>
    <item>
      <title>Re: Data Modelling Approach</title>
      <link>https://community.qlik.com/t5/QlikView/Data-Modelling-Approach/m-p/378475#M1169794</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;When you are generating the QVD you can drop it immediately so that you can avoid synthetic keys! &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Something like below:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;store mytable into xyz.qvd;// Storing the data into QVD&lt;/P&gt;&lt;P&gt;drop table mytable; //drop the table once the qvd is generated as it is no more required in the document&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Aug 2012 09:32:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Data-Modelling-Approach/m-p/378475#M1169794</guid>
      <dc:creator />
      <dc:date>2012-08-17T09:32:43Z</dc:date>
    </item>
    <item>
      <title>Re: Data Modelling Approach</title>
      <link>https://community.qlik.com/t5/QlikView/Data-Modelling-Approach/m-p/378476#M1169795</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Johannes and Michael,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have started a discussion about the same points which you have mentioned here.&lt;/P&gt;&lt;P&gt;I still have some doubts with the approach you have mentioned. Could you please spend some time to look and answer my questions in this discussion: &lt;A _jive_internal="true" class="loading active_link" href="https://community.qlik.com/message/311144#311144" title="http://community.qlik.com/message/311144#311144"&gt;http://community.qlik.com/message/311144#311144&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Anosh Nathaniel&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 16 Feb 2013 20:33:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Data-Modelling-Approach/m-p/378476#M1169795</guid>
      <dc:creator />
      <dc:date>2013-02-16T20:33:36Z</dc:date>
    </item>
  </channel>
</rss>

