<?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: Facts tables share dimension key that can have different values in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Facts-tables-share-dimension-key-that-can-have-different-values/m-p/2096671#M89827</link>
    <description>&lt;P&gt;Thanks, that pushed me in the right direction!&lt;/P&gt;
&lt;P&gt;Got it working!&amp;nbsp;&lt;span class="lia-unicode-emoji" title=":thumbs_up:"&gt;👍&lt;/span&gt;&lt;/P&gt;</description>
    <pubDate>Mon, 24 Jul 2023 15:23:24 GMT</pubDate>
    <dc:creator>cvanderdrift</dc:creator>
    <dc:date>2023-07-24T15:23:24Z</dc:date>
    <item>
      <title>Facts tables share dimension key that can have different values</title>
      <link>https://community.qlik.com/t5/App-Development/Facts-tables-share-dimension-key-that-can-have-different-values/m-p/2094732#M89692</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;I'm trying to create an app were I can monitor all productionorders that are created.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I want to keep track on the items and quantities that are consumed in the pack order and the items and quantities that are created. Also I want to see to which customers the produced lots are sold.&lt;/P&gt;
&lt;P&gt;I have the following tables;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Facts&lt;/STRONG&gt;&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;PackOrderline: this table contains the productionorders&lt;/LI&gt;
&lt;LI&gt;Input: this table contains all lotnumbers and quantities that are consumed in the packorder&lt;/LI&gt;
&lt;LI&gt;Output: this table contains all lotnumbers and quantities that are created in the packorder&lt;/LI&gt;
&lt;LI&gt;Sales: this table contains all lotnubers and quantities that are sold&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;&lt;STRONG&gt;Dimensions&lt;/STRONG&gt;&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;Source&lt;/LI&gt;
&lt;LI&gt;Customer&lt;/LI&gt;
&lt;LI&gt;MasterCalendar&lt;/LI&gt;
&lt;LI&gt;Item&lt;/LI&gt;
&lt;LI&gt;LotInfo&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;I'm having difficulties to fit the 'Item' table in my data model. Because this is a production module, the 'Input Item No' will be different than the 'Output Item No'.&lt;/P&gt;
&lt;P&gt;Do I need to load the "Item" table multiple times as seperate dimensions? Or is there a way to do this differently?&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="cvanderdrift_0-1689668447335.png" style="width: 982px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/112472i9A33483EFAFD51EA/image-dimensions/982x746?v=v2" width="982" height="746" role="button" title="cvanderdrift_0-1689668447335.png" alt="cvanderdrift_0-1689668447335.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;</description>
      <pubDate>Tue, 18 Jul 2023 08:26:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Facts-tables-share-dimension-key-that-can-have-different-values/m-p/2094732#M89692</guid>
      <dc:creator>cvanderdrift</dc:creator>
      <dc:date>2023-07-18T08:26:24Z</dc:date>
    </item>
    <item>
      <title>Re: Facts tables share dimension key that can have different values</title>
      <link>https://community.qlik.com/t5/App-Development/Facts-tables-share-dimension-key-that-can-have-different-values/m-p/2094902#M89704</link>
      <description>&lt;P&gt;I think I would merge the four fact-tables into a single table. Probably by concatenating the input- and output-table and maybe also the sales-table. By the production-table I'm not sure if a concatenate is suitable or if its better to map the relevant information to the other fact-tables. Further harmonizing all field-names (only a single field for QTY, Weight and so on) and data-structures and filling all possible information from the other fact- and dimension-tables. Also adding an extra Source field to each fact-table which is then used within the UI as dimension, selection and/or set analysis condition to differentiate between them.&lt;/P&gt;
&lt;P&gt;In the end it would be a star-scheme data-model which is the officially recommendation data-model as best compromise in regard to efforts and performance.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 18 Jul 2023 13:05:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Facts-tables-share-dimension-key-that-can-have-different-values/m-p/2094902#M89704</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2023-07-18T13:05:06Z</dc:date>
    </item>
    <item>
      <title>Re: Facts tables share dimension key that can have different values</title>
      <link>https://community.qlik.com/t5/App-Development/Facts-tables-share-dimension-key-that-can-have-different-values/m-p/2096671#M89827</link>
      <description>&lt;P&gt;Thanks, that pushed me in the right direction!&lt;/P&gt;
&lt;P&gt;Got it working!&amp;nbsp;&lt;span class="lia-unicode-emoji" title=":thumbs_up:"&gt;👍&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 24 Jul 2023 15:23:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Facts-tables-share-dimension-key-that-can-have-different-values/m-p/2096671#M89827</guid>
      <dc:creator>cvanderdrift</dc:creator>
      <dc:date>2023-07-24T15:23:24Z</dc:date>
    </item>
  </channel>
</rss>

