<?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: Datamodel inital step in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Datamodel-inital-step/m-p/533722#M1126800</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;&lt;A class="loading" href="http://www.quickintelligence.co.uk/qlikview-blog/"&gt;http://www.quickintelligence.co.uk/qlikview-blog/&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>Mon, 30 Dec 2013 15:26:59 GMT</pubDate>
    <dc:creator>ngulliver</dc:creator>
    <dc:date>2013-12-30T15:26:59Z</dc:date>
    <item>
      <title>Datamodel inital step</title>
      <link>https://community.qlik.com/t5/QlikView/Datamodel-inital-step/m-p/533714#M1126792</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-size: 12.727272033691406px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Hi,&lt;/P&gt;&lt;P style="font-size: 12.727272033691406px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Can any body tell me i have 15 tables in source like sl&amp;nbsp; regarding used for bi.&lt;/P&gt;&lt;P style="font-size: 12.727272033691406px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;then hat ill be the steps to design datamodel should we go to load all source tables as storing into VD&lt;/P&gt;&lt;P style="font-size: 12.727272033691406px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;or will u do apply map like functions directly onto the source .&lt;/P&gt;&lt;P style="font-size: 12.727272033691406px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;if u go applymap function after loading the db table using applymap on qvd s what is the use e are already all the data is loaded into qlikview.&lt;/P&gt;&lt;P style="font-size: 12.727272033691406px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;so what is general aproach let me know&lt;/P&gt;&lt;P style="font-size: 12.727272033691406px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;regards&lt;/P&gt;&lt;P style="font-size: 12.727272033691406px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Mahesh t&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Dec 2013 05:34:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Datamodel-inital-step/m-p/533714#M1126792</guid>
      <dc:creator />
      <dc:date>2013-12-30T05:34:56Z</dc:date>
    </item>
    <item>
      <title>Re: Datamodel inital step</title>
      <link>https://community.qlik.com/t5/QlikView/Datamodel-inital-step/m-p/533715#M1126793</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;always in data base that is your QVD db that you have created there will be some transaction tables&lt;/P&gt;&lt;P&gt;and there will be Master tables just figure out which are your transaction tables.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When i say&amp;nbsp; transaction tables or qvd that are those tables which contain facts like figure, volumes , quantity, amount , order date, Transaction dates fields ok.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;your master table will&amp;nbsp; have Id like OrderId, TransactionId etc which will be also present in transaction tables.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;so just load one by one Transaction tables&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;like this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;tab1:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;load&lt;/P&gt;&lt;P&gt;A,&lt;/P&gt;&lt;P&gt;b,&lt;/P&gt;&lt;P&gt;c,&lt;/P&gt;&lt;P&gt;'Tab1'&amp;nbsp; as Flag&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;from tab1.qvd;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;concatenate&lt;/P&gt;&lt;P&gt;load&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;w,&lt;/P&gt;&lt;P&gt;s,&lt;/P&gt;&lt;P&gt;d,&lt;/P&gt;&lt;P&gt;'tab2' as Flag&lt;/P&gt;&lt;P&gt;from tab2.qvd;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in seprate tab in script load Master tables one by one without using Concatenate key word&lt;/P&gt;&lt;P&gt;you will see a star schema like model will be formed which is recommended model in QLIKVIEW..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PLEASE NOTE : i have created a flag by mysely so as to seprate each tables and use in Qlikview set analysis.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;anant&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Dec 2013 05:48:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Datamodel-inital-step/m-p/533715#M1126793</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-12-30T05:48:01Z</dc:date>
    </item>
    <item>
      <title>Re: Datamodel inital step</title>
      <link>https://community.qlik.com/t5/QlikView/Datamodel-inital-step/m-p/533716#M1126794</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Go tho this link for reference&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A _jive_internal="true" href="https://community.qlik.com/docs/DOC-4556"&gt;http://community.qlik.com/docs/DOC-4556&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Dec 2013 06:26:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Datamodel-inital-step/m-p/533716#M1126794</guid>
      <dc:creator>sujeetsingh</dc:creator>
      <dc:date>2013-12-30T06:26:30Z</dc:date>
    </item>
    <item>
      <title>Re: Datamodel inital step</title>
      <link>https://community.qlik.com/t5/QlikView/Datamodel-inital-step/m-p/533717#M1126795</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can u please give describe by giving example&lt;/P&gt;&lt;P&gt;what is master table and hat is transaction table why flag is useful.&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;Mahesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Dec 2013 06:51:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Datamodel-inital-step/m-p/533717#M1126795</guid>
      <dc:creator />
      <dc:date>2013-12-30T06:51:06Z</dc:date>
    </item>
    <item>
      <title>Re: Datamodel inital step</title>
      <link>https://community.qlik.com/t5/QlikView/Datamodel-inital-step/m-p/533718#M1126796</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Anant really nice solution.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hello Mahesh -: Here are the few steps we need to follow while creating Data Model in QLikview&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. Find out MASTERs and FACTs tables - with their relationships in your DW.&lt;/P&gt;&lt;P&gt;2. Create the QVDs by using OLEBD or OBDC,as required.&lt;/P&gt;&lt;P&gt;3. Place all QVDs in one folder.&lt;/P&gt;&lt;P&gt;4. Load all QVDs in one QVW and form relationship between these MASTER ans FACT tables with star schema. or any other &lt;/P&gt;&lt;P&gt;5. Reload the QWV and create the report. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this help. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank&lt;/P&gt;&lt;P&gt;Sanket&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Dec 2013 06:54:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Datamodel-inital-step/m-p/533718#M1126796</guid>
      <dc:creator>sanketkhunte</dc:creator>
      <dc:date>2013-12-30T06:54:49Z</dc:date>
    </item>
    <item>
      <title>Re: Datamodel inital step</title>
      <link>https://community.qlik.com/t5/QlikView/Datamodel-inital-step/m-p/533719#M1126797</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yaa i got some what clarification,let me confirm master table means dimension table.&lt;/P&gt;&lt;P&gt;is there any blog to see how to design sample star schema from given source.&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;Mahesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Dec 2013 07:12:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Datamodel-inital-step/m-p/533719#M1126797</guid>
      <dc:creator />
      <dc:date>2013-12-30T07:12:06Z</dc:date>
    </item>
    <item>
      <title>Re: Datamodel inital step</title>
      <link>https://community.qlik.com/t5/QlikView/Datamodel-inital-step/m-p/533720#M1126798</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, Mahesh.&lt;/P&gt;&lt;P&gt;If you go to the Quick Intelligence website (you've had a link sen to you in other recent posts) you will see a number of blogs including the use of ApplyMap, how to design your data model etc.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It's worth having a look through the range of subjects available there.&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>Mon, 30 Dec 2013 13:09:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Datamodel-inital-step/m-p/533720#M1126798</guid>
      <dc:creator>ngulliver</dc:creator>
      <dc:date>2013-12-30T13:09:37Z</dc:date>
    </item>
    <item>
      <title>Re: Datamodel inital step</title>
      <link>https://community.qlik.com/t5/QlikView/Datamodel-inital-step/m-p/533721#M1126799</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can u pls send me the link&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;Mahesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Dec 2013 14:47:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Datamodel-inital-step/m-p/533721#M1126799</guid>
      <dc:creator />
      <dc:date>2013-12-30T14:47:48Z</dc:date>
    </item>
    <item>
      <title>Re: Datamodel inital step</title>
      <link>https://community.qlik.com/t5/QlikView/Datamodel-inital-step/m-p/533722#M1126800</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;&lt;A class="loading" href="http://www.quickintelligence.co.uk/qlikview-blog/"&gt;http://www.quickintelligence.co.uk/qlikview-blog/&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>Mon, 30 Dec 2013 15:26:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Datamodel-inital-step/m-p/533722#M1126800</guid>
      <dc:creator>ngulliver</dc:creator>
      <dc:date>2013-12-30T15:26:59Z</dc:date>
    </item>
  </channel>
</rss>

