<?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 Join or concatenate 7 fact tables (and their dimensions) in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Join-or-concatenate-7-fact-tables-and-their-dimensions/m-p/1815330#M66703</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;We have 7 fact tables revolving around the same subject.&lt;/P&gt;&lt;P&gt;Together, they form a sort of "snowflake" fact tables schema.&lt;/P&gt;&lt;P&gt;There is a "base" fact table and the other tables have a many-to-many relationship with it.&lt;/P&gt;&lt;P&gt;I've loaded the data into Qlik and let it do its magic to auto-join the data and while it kinda gives me what I need (without the dimensions), I'd like to move away from a synthetic table.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Normally I'd try concatenating the tables together but in this case, I wasn't getting the result I wanted.&lt;/P&gt;&lt;P&gt;I need to keep&amp;nbsp;&lt;/P&gt;&lt;P&gt;Here's the Qlik Data Model:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Qlik Data Model with Synthetic Key" style="width: 999px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/56854i6491AE485F7B2DE1/image-size/large?v=v2&amp;amp;px=999" role="button" title="7FactTables.png" alt="Qlik Data Model with Synthetic Key" /&gt;&lt;span class="lia-inline-image-caption" onclick="event.preventDefault();"&gt;Qlik Data Model with Synthetic Key&lt;/span&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Here's the data in SQL with some samples.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="SQL Tables and Data Sample" style="width: 999px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/56855i26DC78B81172B4C9/image-size/large?v=v2&amp;amp;px=999" role="button" title="7FactTables_DataResult.png" alt="SQL Tables and Data Sample" /&gt;&lt;span class="lia-inline-image-caption" onclick="event.preventDefault();"&gt;SQL Tables and Data Sample&lt;/span&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Here's what I'm looking for:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Result  without concatenate" style="width: 999px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/56856iCD111DA5D9DAB854/image-size/large?v=v2&amp;amp;px=999" role="button" title="2021-06-15 14_49_23-DET02A(1)(1) - Création _ Sheet - Qlik Sense.png" alt="Result  without concatenate" /&gt;&lt;span class="lia-inline-image-caption" onclick="event.preventDefault();"&gt;Result  without concatenate&lt;/span&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Here's what I'm getting when concatenating the data.&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Result with concatenate" style="width: 999px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/56857iA778493D7E47CFD1/image-size/large?v=v2&amp;amp;px=999" role="button" title="2021-06-15 14_47_41-DET02A(1)(1) - Création _ Sheet - Qlik Sense.png" alt="Result with concatenate" /&gt;&lt;span class="lia-inline-image-caption" onclick="event.preventDefault();"&gt;Result with concatenate&lt;/span&gt;&lt;/span&gt;&lt;/P&gt;</description>
    <pubDate>Tue, 15 Jun 2021 18:53:12 GMT</pubDate>
    <dc:creator>MichelLalancette</dc:creator>
    <dc:date>2021-06-15T18:53:12Z</dc:date>
    <item>
      <title>Join or concatenate 7 fact tables (and their dimensions)</title>
      <link>https://community.qlik.com/t5/App-Development/Join-or-concatenate-7-fact-tables-and-their-dimensions/m-p/1815330#M66703</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;We have 7 fact tables revolving around the same subject.&lt;/P&gt;&lt;P&gt;Together, they form a sort of "snowflake" fact tables schema.&lt;/P&gt;&lt;P&gt;There is a "base" fact table and the other tables have a many-to-many relationship with it.&lt;/P&gt;&lt;P&gt;I've loaded the data into Qlik and let it do its magic to auto-join the data and while it kinda gives me what I need (without the dimensions), I'd like to move away from a synthetic table.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Normally I'd try concatenating the tables together but in this case, I wasn't getting the result I wanted.&lt;/P&gt;&lt;P&gt;I need to keep&amp;nbsp;&lt;/P&gt;&lt;P&gt;Here's the Qlik Data Model:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Qlik Data Model with Synthetic Key" style="width: 999px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/56854i6491AE485F7B2DE1/image-size/large?v=v2&amp;amp;px=999" role="button" title="7FactTables.png" alt="Qlik Data Model with Synthetic Key" /&gt;&lt;span class="lia-inline-image-caption" onclick="event.preventDefault();"&gt;Qlik Data Model with Synthetic Key&lt;/span&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Here's the data in SQL with some samples.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="SQL Tables and Data Sample" style="width: 999px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/56855i26DC78B81172B4C9/image-size/large?v=v2&amp;amp;px=999" role="button" title="7FactTables_DataResult.png" alt="SQL Tables and Data Sample" /&gt;&lt;span class="lia-inline-image-caption" onclick="event.preventDefault();"&gt;SQL Tables and Data Sample&lt;/span&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Here's what I'm looking for:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Result  without concatenate" style="width: 999px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/56856iCD111DA5D9DAB854/image-size/large?v=v2&amp;amp;px=999" role="button" title="2021-06-15 14_49_23-DET02A(1)(1) - Création _ Sheet - Qlik Sense.png" alt="Result  without concatenate" /&gt;&lt;span class="lia-inline-image-caption" onclick="event.preventDefault();"&gt;Result  without concatenate&lt;/span&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Here's what I'm getting when concatenating the data.&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Result with concatenate" style="width: 999px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/56857iA778493D7E47CFD1/image-size/large?v=v2&amp;amp;px=999" role="button" title="2021-06-15 14_47_41-DET02A(1)(1) - Création _ Sheet - Qlik Sense.png" alt="Result with concatenate" /&gt;&lt;span class="lia-inline-image-caption" onclick="event.preventDefault();"&gt;Result with concatenate&lt;/span&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 15 Jun 2021 18:53:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Join-or-concatenate-7-fact-tables-and-their-dimensions/m-p/1815330#M66703</guid>
      <dc:creator>MichelLalancette</dc:creator>
      <dc:date>2021-06-15T18:53:12Z</dc:date>
    </item>
  </channel>
</rss>

