<?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 issue in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Data-modelling-issue/m-p/370654#M137822</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'd recommend concatenating the tables into a single fact table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In order to preserve the relation to Product Group, you should move it from Products into Sales and drop it from Products. This way, both fact tables are associated to the Product Group.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;cheers,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Oleg&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 27 Jul 2012 03:16:17 GMT</pubDate>
    <dc:creator>Oleg_Troyansky</dc:creator>
    <dc:date>2012-07-27T03:16:17Z</dc:date>
    <item>
      <title>Data modelling issue</title>
      <link>https://community.qlik.com/t5/QlikView/Data-modelling-issue/m-p/370650#M137818</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;Need help on data modelling.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We have 2 fact tables and some common dimension tables&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Product dimension table will contain the product information like Product Family, Product and so on.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sales Fact will contain the sales at Product leveland Sales Forecast table will contain the Forecast at Product Family Level.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="18928" alt="DataModel.jpg" class="jive-image" src="https://community.qlik.com/legacyfs/online/18928_DataModel.jpg" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Since two fact tables are in different granulrity, we couldn't concatenate the fact tables. Please suggest how to handle this.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Jul 2012 20:19:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Data-modelling-issue/m-p/370650#M137818</guid>
      <dc:creator />
      <dc:date>2012-07-26T20:19:58Z</dc:date>
    </item>
    <item>
      <title>Re: Data modelling issue</title>
      <link>https://community.qlik.com/t5/QlikView/Data-modelling-issue/m-p/370651#M137819</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;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; You shouldn't concatenate with tables? if so, use &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;STRONG&gt;Noconcatenate &lt;/STRONG&gt;concept&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;The &lt;SPAN class="Bold"&gt;NoConcatenate&lt;/SPAN&gt; prefix forces two tables with identical field sets to be treated as two separate internal tables.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;Ex:&lt;/P&gt;&lt;P class="Code"&gt;Load A,B from file1.csv;&lt;/P&gt;&lt;P class="Code"&gt;noconcatenate load A,B from file2.csv;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edit:&lt;/P&gt;&lt;P&gt;Can you try this and post the screen shot for table viewer?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope it helps&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Jul 2012 20:26:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Data-modelling-issue/m-p/370651#M137819</guid>
      <dc:creator>MayilVahanan</dc:creator>
      <dc:date>2012-07-26T20:26:18Z</dc:date>
    </item>
    <item>
      <title>Re: Data modelling issue</title>
      <link>https://community.qlik.com/t5/QlikView/Data-modelling-issue/m-p/370652#M137820</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If we keep the facts seperately then it will create the loop.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Jul 2012 20:34:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Data-modelling-issue/m-p/370652#M137820</guid>
      <dc:creator />
      <dc:date>2012-07-26T20:34:23Z</dc:date>
    </item>
    <item>
      <title>Re: Data modelling issue</title>
      <link>https://community.qlik.com/t5/QlikView/Data-modelling-issue/m-p/370653#M137821</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hm, instead of having Sales and Forecast as separate fields.. can you perhaps combine them to a field, Amount, and then have a second field called type which is eiter Actuals or Forecast. Then you can combine the data into one table and just attach it to your calendar on month. Just off the top of my head here&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Jul 2012 02:45:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Data-modelling-issue/m-p/370653#M137821</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-07-27T02:45:26Z</dc:date>
    </item>
    <item>
      <title>Re: Data modelling issue</title>
      <link>https://community.qlik.com/t5/QlikView/Data-modelling-issue/m-p/370654#M137822</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'd recommend concatenating the tables into a single fact table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In order to preserve the relation to Product Group, you should move it from Products into Sales and drop it from Products. This way, both fact tables are associated to the Product Group.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;cheers,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Oleg&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Jul 2012 03:16:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Data-modelling-issue/m-p/370654#M137822</guid>
      <dc:creator>Oleg_Troyansky</dc:creator>
      <dc:date>2012-07-27T03:16:17Z</dc:date>
    </item>
  </channel>
</rss>

