<?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 Model issue with 3 Fact tables in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Data-Model-issue-with-3-Fact-tables/m-p/1953315#M78624</link>
    <description>&lt;P&gt;Thanks for your response.&lt;/P&gt;
&lt;P&gt;Here the relation between tables like Table1-&amp;gt;Table2 &amp;amp; Table1-&amp;gt;Table3.&lt;/P&gt;
&lt;P&gt;So that's why I have created separate Key's for Table2 &amp;amp; Table3.&lt;/P&gt;
&lt;P&gt;Thanks,&lt;/P&gt;
&lt;P&gt;SSPonnam&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Fri, 08 Jul 2022 11:58:56 GMT</pubDate>
    <dc:creator>SP_Qlik</dc:creator>
    <dc:date>2022-07-08T11:58:56Z</dc:date>
    <item>
      <title>Data Model issue with 3 Fact tables</title>
      <link>https://community.qlik.com/t5/App-Development/Data-Model-issue-with-3-Fact-tables/m-p/1953205#M78607</link>
      <description>&lt;P&gt;Hi ,&lt;/P&gt;
&lt;P&gt;Hope you are doing well!&lt;/P&gt;
&lt;P&gt;I have 3 fact tables in model,&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Table1&lt;/STRONG&gt;: Act_ID, Ind_ID,Wkp_ID,Region;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Table2&lt;/STRONG&gt;:Ind_ID, Region;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Table3&lt;/STRONG&gt;:Wkp_ID,Region.&lt;/P&gt;
&lt;P&gt;Here my requirement is like I have to show count(Act_ID) from &lt;STRONG&gt;Table1&lt;/STRONG&gt;,&amp;nbsp;count(Ind_ID) from &lt;STRONG&gt;Table2&lt;/STRONG&gt; and Count(Wkp_ID) from &lt;STRONG&gt;table3&lt;/STRONG&gt; but I have to secure my application based on Region(Section access: Data reduction based on Region) and also I want to show filters from all 3 tables and I cant able to take counts from Table1 as misssing some data from &lt;STRONG&gt;Table2 &amp;amp; Table3.&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;Here I can't able to concatenate these 3 tables because filters not working properly(Association is not happening properly). So I gone for Link Table&amp;nbsp; but I am getting synthetic key.&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;%Key_Link1&lt;/STRONG&gt;:Ind_ID&amp;amp;'|'&amp;amp;Region; (Table1 &amp;amp; Table2)&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;%Key_Link2&lt;/STRONG&gt;:Wkp_ID&amp;amp;'|'&amp;amp;Region;(Table1 &amp;amp; Table3)&lt;/P&gt;
&lt;P&gt;Please find the below model for the same .Can you please suggest best solution to remove synthetic key or any other solution apart from concatenate&amp;nbsp;@ Link table.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="ssponnam_0-1657263852513.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/83613i3A3553BF6F55E1FC/image-size/medium?v=v2&amp;amp;px=400" role="button" title="ssponnam_0-1657263852513.png" alt="ssponnam_0-1657263852513.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks in advance.&lt;/P&gt;
&lt;P&gt;Best Regards,&lt;/P&gt;
&lt;P&gt;SSPonnam.&lt;/P&gt;</description>
      <pubDate>Fri, 08 Jul 2022 07:11:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Data-Model-issue-with-3-Fact-tables/m-p/1953205#M78607</guid>
      <dc:creator>SP_Qlik</dc:creator>
      <dc:date>2022-07-08T07:11:42Z</dc:date>
    </item>
    <item>
      <title>Re: Data Model issue with 3 Fact tables</title>
      <link>https://community.qlik.com/t5/App-Development/Data-Model-issue-with-3-Fact-tables/m-p/1953211#M78611</link>
      <description>&lt;P&gt;Hi&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="MayilVahanan_0-1657265012460.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/83615i83596118E9579EF3/image-size/medium?v=v2&amp;amp;px=400" role="button" title="MayilVahanan_0-1657265012460.png" alt="MayilVahanan_0-1657265012460.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;link between these 2 tables?&lt;BR /&gt;If you are creating the link tables for 3 tables. In that case, why we still has 2 key in this table also?&lt;/P&gt;</description>
      <pubDate>Fri, 08 Jul 2022 07:24:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Data-Model-issue-with-3-Fact-tables/m-p/1953211#M78611</guid>
      <dc:creator>MayilVahanan</dc:creator>
      <dc:date>2022-07-08T07:24:57Z</dc:date>
    </item>
    <item>
      <title>Re: Data Model issue with 3 Fact tables</title>
      <link>https://community.qlik.com/t5/App-Development/Data-Model-issue-with-3-Fact-tables/m-p/1953315#M78624</link>
      <description>&lt;P&gt;Thanks for your response.&lt;/P&gt;
&lt;P&gt;Here the relation between tables like Table1-&amp;gt;Table2 &amp;amp; Table1-&amp;gt;Table3.&lt;/P&gt;
&lt;P&gt;So that's why I have created separate Key's for Table2 &amp;amp; Table3.&lt;/P&gt;
&lt;P&gt;Thanks,&lt;/P&gt;
&lt;P&gt;SSPonnam&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 08 Jul 2022 11:58:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Data-Model-issue-with-3-Fact-tables/m-p/1953315#M78624</guid>
      <dc:creator>SP_Qlik</dc:creator>
      <dc:date>2022-07-08T11:58:56Z</dc:date>
    </item>
    <item>
      <title>Re: Data Model issue with 3 Fact tables</title>
      <link>https://community.qlik.com/t5/App-Development/Data-Model-issue-with-3-Fact-tables/m-p/1953369#M78626</link>
      <description>&lt;P&gt;maybe to save a bit of hassle, if in the 3 fact tables most/all key fields are the same, is it an option to concatenate (Union) all the fact tables. This also makes it faster because it is optimized&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 08 Jul 2022 13:28:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Data-Model-issue-with-3-Fact-tables/m-p/1953369#M78626</guid>
      <dc:creator>MartW</dc:creator>
      <dc:date>2022-07-08T13:28:51Z</dc:date>
    </item>
  </channel>
</rss>

