<?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: Best Practices Data Modelling- Using the same source data for multiple dimensions in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Best-Practices-Data-Modelling-Using-the-same-source-data-for/m-p/1570738#M41611</link>
    <description>&lt;P&gt;Couldn't find a way to edit post.&amp;nbsp; Looks like the screenshots didn't make it in the right order.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;For reference, charts A/B/C should be these images:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Chart A.png" style="width: 882px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/10458i4D75C9BC1923008C/image-size/large?v=v2&amp;amp;px=999" role="button" title="Chart A.png" alt="Chart A.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Chart B.png" style="width: 579px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/10459i1E44D50AE0C0ECA4/image-size/large?v=v2&amp;amp;px=999" role="button" title="Chart B.png" alt="Chart B.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Chart C.png" style="width: 999px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/10460iB383E47ADD6DF17A/image-size/large?v=v2&amp;amp;px=999" role="button" title="Chart C.png" alt="Chart C.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
    <pubDate>Wed, 17 Apr 2019 21:57:50 GMT</pubDate>
    <dc:creator>federerman</dc:creator>
    <dc:date>2019-04-17T21:57:50Z</dc:date>
    <item>
      <title>Best Practices Data Modelling- Using the same source data for multiple dimensions</title>
      <link>https://community.qlik.com/t5/App-Development/Best-Practices-Data-Modelling-Using-the-same-source-data-for/m-p/1570733#M41610</link>
      <description>&lt;P&gt;What are the best practices when creating a model that uses the same source data for multiple dimensions?&lt;/P&gt;&lt;P&gt;In particular, let’s say I have an Issue tracking system.&amp;nbsp; An issue belongs to a particular &lt;STRONG&gt;Project&lt;/STRONG&gt; (BI, Data, etc.).&amp;nbsp; An issue is &lt;STRONG&gt;Reported&lt;/STRONG&gt; by an employee.&amp;nbsp; The issue is then &lt;STRONG&gt;Assigned&lt;/STRONG&gt; to an employee.&amp;nbsp; Hours worked are then tracked to this issue.&amp;nbsp; The traditional data model looks like this:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="ChartModel.png" style="width: 999px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/10453iB3588847687DF624/image-size/large?v=v2&amp;amp;px=999" role="button" title="ChartModel.png" alt="ChartModel.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Note that this model requires employee source data be read &lt;U&gt;twice&lt;/U&gt;.&amp;nbsp; Though it is makes charts like this very straightforward:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Chart A.png" style="width: 882px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/10454i338D18C12DECAD9E/image-size/large?v=v2&amp;amp;px=999" role="button" title="Chart A.png" alt="Chart A.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Chart B.png" style="width: 579px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/10455i8BC247265333D224/image-size/large?v=v2&amp;amp;px=999" role="button" title="Chart B.png" alt="Chart B.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;But, what if I want to create a table that shows number of issues assigned/reported to each employee and the hours spend on assigned and reported issues.&amp;nbsp; Maybe even include some comparison metrics. See example table below:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Chart C.png" style="width: 999px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/10456i0C192D8C2844D37D/image-size/large?v=v2&amp;amp;px=999" role="button" title="Chart C.png" alt="Chart C.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Given this data model, there is no way to contract this table.&amp;nbsp; I was only able to create this chart using a heavily altered data model that makes other forms of analysis a pain.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Can a model be created where that allows all three charts to be created (A, B, C)?&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;See attached QVFs:&lt;/STRONG&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 17 Apr 2019 21:48:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Best-Practices-Data-Modelling-Using-the-same-source-data-for/m-p/1570733#M41610</guid>
      <dc:creator>federerman</dc:creator>
      <dc:date>2019-04-17T21:48:32Z</dc:date>
    </item>
    <item>
      <title>Re: Best Practices Data Modelling- Using the same source data for multiple dimensions</title>
      <link>https://community.qlik.com/t5/App-Development/Best-Practices-Data-Modelling-Using-the-same-source-data-for/m-p/1570738#M41611</link>
      <description>&lt;P&gt;Couldn't find a way to edit post.&amp;nbsp; Looks like the screenshots didn't make it in the right order.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;For reference, charts A/B/C should be these images:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Chart A.png" style="width: 882px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/10458i4D75C9BC1923008C/image-size/large?v=v2&amp;amp;px=999" role="button" title="Chart A.png" alt="Chart A.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Chart B.png" style="width: 579px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/10459i1E44D50AE0C0ECA4/image-size/large?v=v2&amp;amp;px=999" role="button" title="Chart B.png" alt="Chart B.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Chart C.png" style="width: 999px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/10460iB383E47ADD6DF17A/image-size/large?v=v2&amp;amp;px=999" role="button" title="Chart C.png" alt="Chart C.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 17 Apr 2019 21:57:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Best-Practices-Data-Modelling-Using-the-same-source-data-for/m-p/1570738#M41611</guid>
      <dc:creator>federerman</dc:creator>
      <dc:date>2019-04-17T21:57:50Z</dc:date>
    </item>
  </channel>
</rss>

