<?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: Which step should i do data model logic in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Which-step-should-i-do-data-model-logic/m-p/1340515#M821676</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Louis,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try to create data model in seprate qvw as well as follow below steps which mentiend above:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;OL style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;LI&gt;Connect to data source&lt;/LI&gt;&lt;LI&gt;Extract the desired tables&lt;/LI&gt;&lt;LI&gt;Drop unnecessary/Unused&amp;nbsp; fields if any&lt;/LI&gt;&lt;LI&gt;Do all data transformations like (Where, ApplyMap etc)&lt;/LI&gt;&lt;LI&gt;Save the application as Application Backend.QVW&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Arvind Patil&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 03 Aug 2017 03:43:42 GMT</pubDate>
    <dc:creator>arvind_patil</dc:creator>
    <dc:date>2017-08-03T03:43:42Z</dc:date>
    <item>
      <title>Which step should i do data model logic</title>
      <link>https://community.qlik.com/t5/QlikView/Which-step-should-i-do-data-model-logic/m-p/1340511#M821672</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;What is the best practice of creating a data model from the beginning?&lt;/P&gt;&lt;P&gt;Below is my current flow of creating data model:&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;Connect to Data Source&lt;/LI&gt;&lt;LI&gt;Load table from Data Source&lt;/LI&gt;&lt;LI&gt;Store table as QVD file&lt;/LI&gt;&lt;LI&gt;Drop the loaded table&lt;/LI&gt;&lt;LI&gt;Load the created QVD file and apply logic like group by,apply map,form composite key,etc&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please advise if i would like to improve the performance of Qlikview project.&lt;/P&gt;&lt;P&gt;Many Thanks.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;Louis&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/Which-step-should-i-do-data-model-logic/m-p/1340511#M821672</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Which step should i do data model logic</title>
      <link>https://community.qlik.com/t5/QlikView/Which-step-should-i-do-data-model-logic/m-p/1340512#M821673</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Till here, we are in good work. But, After that you may&amp;nbsp; remove Synthetic keys and Ref loops if any. Then, Business facts and transaction dimensions may understand to QIX engine.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Aug 2017 02:35:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Which-step-should-i-do-data-model-logic/m-p/1340512#M821673</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2017-08-03T02:35:45Z</dc:date>
    </item>
    <item>
      <title>Re: Which step should i do data model logic</title>
      <link>https://community.qlik.com/t5/QlikView/Which-step-should-i-do-data-model-logic/m-p/1340513#M821674</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Louis,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Below is the practice i am following.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;Connect to data source&lt;/LI&gt;&lt;LI&gt;Extract the desired tables &lt;/LI&gt;&lt;LI&gt;Drop unnecessary/Unused&amp;nbsp; fields if any&lt;/LI&gt;&lt;LI&gt;Do all data transformations like (Where, ApplyMap etc)&lt;/LI&gt;&lt;LI&gt;Save the application as Application Backend.QVW&lt;/LI&gt;&lt;LI&gt;Binary load the "Application Backend.QVW" to main application and proceed to visuals.&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;QlikView first extract load and transform&amp;nbsp; the data on INLINE memory (RAM). So the creation of QVD and loading the QVD data again is a loss of time according to me.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In case if you really need the QVD files then create after transforming data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Varun.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Aug 2017 02:43:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Which-step-should-i-do-data-model-logic/m-p/1340513#M821674</guid>
      <dc:creator>techvarun</dc:creator>
      <dc:date>2017-08-03T02:43:08Z</dc:date>
    </item>
    <item>
      <title>Re: Which step should i do data model logic</title>
      <link>https://community.qlik.com/t5/QlikView/Which-step-should-i-do-data-model-logic/m-p/1340514#M821675</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Varun,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If i need to to use incremental load, &lt;/P&gt;&lt;P&gt;does qvd file is a must in this case?&lt;/P&gt;&lt;P&gt;If yes, what is the best flow?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;Louis&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Aug 2017 02:48:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Which-step-should-i-do-data-model-logic/m-p/1340514#M821675</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-08-03T02:48:37Z</dc:date>
    </item>
    <item>
      <title>Re: Which step should i do data model logic</title>
      <link>https://community.qlik.com/t5/QlikView/Which-step-should-i-do-data-model-logic/m-p/1340515#M821676</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Louis,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try to create data model in seprate qvw as well as follow below steps which mentiend above:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;OL style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;LI&gt;Connect to data source&lt;/LI&gt;&lt;LI&gt;Extract the desired tables&lt;/LI&gt;&lt;LI&gt;Drop unnecessary/Unused&amp;nbsp; fields if any&lt;/LI&gt;&lt;LI&gt;Do all data transformations like (Where, ApplyMap etc)&lt;/LI&gt;&lt;LI&gt;Save the application as Application Backend.QVW&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Arvind Patil&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Aug 2017 03:43:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Which-step-should-i-do-data-model-logic/m-p/1340515#M821676</guid>
      <dc:creator>arvind_patil</dc:creator>
      <dc:date>2017-08-03T03:43:42Z</dc:date>
    </item>
    <item>
      <title>Re: Which step should i do data model logic</title>
      <link>https://community.qlik.com/t5/QlikView/Which-step-should-i-do-data-model-logic/m-p/1340516#M821677</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;For Incremental Load,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can alter your approach based on the scenario you are on.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kindly refer the attached document.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Credits to the Original author of the Document&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Varun&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Aug 2017 04:08:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Which-step-should-i-do-data-model-logic/m-p/1340516#M821677</guid>
      <dc:creator>techvarun</dc:creator>
      <dc:date>2017-08-03T04:08:57Z</dc:date>
    </item>
  </channel>
</rss>

