<?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 Datamodel issue in Data Quality</title>
    <link>https://community.qlik.com/t5/Data-Quality/Datamodel-issue/m-p/2540148#M4348</link>
    <description>&lt;P&gt;Hi Everyone,&lt;/P&gt;&lt;P&gt;There are 3 tables having the same key name gcindatekey.&lt;/P&gt;&lt;P&gt;Table 1: gcin + mismarket + date as gcindatekey&lt;/P&gt;&lt;P&gt;Table 2: gcin + edsfmarket + date as gcindatekey&lt;/P&gt;&lt;P&gt;Table 3: gcin + edsfmarket + date as gcindatekey&lt;/P&gt;&lt;P&gt;Now, all markets are different.&lt;/P&gt;&lt;P&gt;In the Link Table, using Outer Join, we have gcindatekey, date, and market.&lt;/P&gt;&lt;P&gt;When we try to combine data from Table 1 and Table 2 into one straight table, data loss is happening.&lt;/P&gt;</description>
    <pubDate>Mon, 05 Jan 2026 01:30:31 GMT</pubDate>
    <dc:creator>shweta26</dc:creator>
    <dc:date>2026-01-05T01:30:31Z</dc:date>
    <item>
      <title>Datamodel issue</title>
      <link>https://community.qlik.com/t5/Data-Quality/Datamodel-issue/m-p/2540148#M4348</link>
      <description>&lt;P&gt;Hi Everyone,&lt;/P&gt;&lt;P&gt;There are 3 tables having the same key name gcindatekey.&lt;/P&gt;&lt;P&gt;Table 1: gcin + mismarket + date as gcindatekey&lt;/P&gt;&lt;P&gt;Table 2: gcin + edsfmarket + date as gcindatekey&lt;/P&gt;&lt;P&gt;Table 3: gcin + edsfmarket + date as gcindatekey&lt;/P&gt;&lt;P&gt;Now, all markets are different.&lt;/P&gt;&lt;P&gt;In the Link Table, using Outer Join, we have gcindatekey, date, and market.&lt;/P&gt;&lt;P&gt;When we try to combine data from Table 1 and Table 2 into one straight table, data loss is happening.&lt;/P&gt;</description>
      <pubDate>Mon, 05 Jan 2026 01:30:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Data-Quality/Datamodel-issue/m-p/2540148#M4348</guid>
      <dc:creator>shweta26</dc:creator>
      <dc:date>2026-01-05T01:30:31Z</dc:date>
    </item>
    <item>
      <title>Re: Datamodel issue</title>
      <link>https://community.qlik.com/t5/Data-Quality/Datamodel-issue/m-p/2540149#M4349</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/157134"&gt;@shweta26&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;why are you creating composite key?&lt;/LI&gt;&lt;LI&gt;why dont you concatenate all 3 tables in your data model and align key fields?&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;That would be the easiest and will not cause any issues like you are experiencing and it will also perform better.&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am not sure as to why would you consider creating "linking table" at all?&lt;/P&gt;&lt;P&gt;cheers&lt;/P&gt;&lt;P&gt;Lech&lt;/P&gt;</description>
      <pubDate>Mon, 05 Jan 2026 02:00:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Data-Quality/Datamodel-issue/m-p/2540149#M4349</guid>
      <dc:creator>Lech_Miszkiewicz</dc:creator>
      <dc:date>2026-01-05T02:00:43Z</dc:date>
    </item>
    <item>
      <title>Re: Datamodel issue</title>
      <link>https://community.qlik.com/t5/Data-Quality/Datamodel-issue/m-p/2540151#M4350</link>
      <description>&lt;P&gt;"I can't concatenate the tables because they are all different. Some tables have seller and gcin. One table is financial, another is limits, and another is utilization, while all the other columns&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;are tthe different&lt;/LI&gt;&lt;/UL&gt;</description>
      <pubDate>Mon, 05 Jan 2026 02:18:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Data-Quality/Datamodel-issue/m-p/2540151#M4350</guid>
      <dc:creator>shweta26</dc:creator>
      <dc:date>2026-01-05T02:18:43Z</dc:date>
    </item>
    <item>
      <title>Re: Datamodel issue</title>
      <link>https://community.qlik.com/t5/Data-Quality/Datamodel-issue/m-p/2540152#M4351</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/157134"&gt;@shweta26&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;What you are saying does not mean you cannot concatenate tables. It does not matter that different facts are "limits", "finance" etc... All you need to do is make sure you only align and name columns which in theory represent the same thing like for example:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;limit_date, finance_date, utilisation_date etc... as date...&lt;/LI&gt;&lt;LI&gt;then you align all which in theory line up to the same dimension you would link in your linking table&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;If you are coming from non-Qlik background i understand it may be strange but for all Qlikies here this is what we do - we just concatenate different facts into single fact table and then just align common dimensions.&amp;nbsp;&lt;/P&gt;&lt;P&gt;The main question is whether or not you would use not common dimensions in UI as a filter or against a measures from other facts tables. That is where concatenation would only show them agains fact lines those apply to.&lt;/P&gt;&lt;P&gt;Cheers&lt;/P&gt;&lt;P&gt;Lech&lt;/P&gt;</description>
      <pubDate>Mon, 05 Jan 2026 02:43:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Data-Quality/Datamodel-issue/m-p/2540152#M4351</guid>
      <dc:creator>Lech_Miszkiewicz</dc:creator>
      <dc:date>2026-01-05T02:43:55Z</dc:date>
    </item>
    <item>
      <title>Re: Datamodel issue</title>
      <link>https://community.qlik.com/t5/Data-Quality/Datamodel-issue/m-p/2540154#M4352</link>
      <description>&lt;P&gt;Can you share your entire script or sample data to understand issue in more better way? Otherwise it will be just guess-work.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;Prashant Sangle&lt;/P&gt;</description>
      <pubDate>Mon, 05 Jan 2026 03:54:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Data-Quality/Datamodel-issue/m-p/2540154#M4352</guid>
      <dc:creator>PrashantSangle</dc:creator>
      <dc:date>2026-01-05T03:54:11Z</dc:date>
    </item>
  </channel>
</rss>

