<?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: Linking Fact tables in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Linking-Fact-tables/m-p/419416#M156066</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;for linking&amp;nbsp; all three table , one field must be unique . if no any field are unique in all,then write &lt;/P&gt;&lt;P&gt;Rowno() as key&amp;nbsp; in all three&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 29 May 2013 11:04:59 GMT</pubDate>
    <dc:creator />
    <dc:date>2013-05-29T11:04:59Z</dc:date>
    <item>
      <title>Linking Fact tables</title>
      <link>https://community.qlik.com/t5/QlikView/Linking-Fact-tables/m-p/419414#M156064</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a problem could some help me &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;im getting three Fact Tables How can i linking those Three Fact Table &lt;/P&gt;&lt;P&gt;any body help me&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Niranjan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 May 2013 11:01:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Linking-Fact-tables/m-p/419414#M156064</guid>
      <dc:creator>NavinReddy</dc:creator>
      <dc:date>2013-05-29T11:01:57Z</dc:date>
    </item>
    <item>
      <title>Re: Linking Fact tables</title>
      <link>https://community.qlik.com/t5/QlikView/Linking-Fact-tables/m-p/419415#M156065</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If they have similar fields then use concatenate statement..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;also you can link them using composite key if they have multiple common fields.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HTh&lt;/P&gt;&lt;P&gt;Sushil&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 May 2013 11:04:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Linking-Fact-tables/m-p/419415#M156065</guid>
      <dc:creator>sushil353</dc:creator>
      <dc:date>2013-05-29T11:04:25Z</dc:date>
    </item>
    <item>
      <title>Re: Linking Fact tables</title>
      <link>https://community.qlik.com/t5/QlikView/Linking-Fact-tables/m-p/419416#M156066</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;for linking&amp;nbsp; all three table , one field must be unique . if no any field are unique in all,then write &lt;/P&gt;&lt;P&gt;Rowno() as key&amp;nbsp; in all three&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 May 2013 11:04:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Linking-Fact-tables/m-p/419416#M156066</guid>
      <dc:creator />
      <dc:date>2013-05-29T11:04:59Z</dc:date>
    </item>
    <item>
      <title>Re: Linking Fact tables</title>
      <link>https://community.qlik.com/t5/QlikView/Linking-Fact-tables/m-p/419417#M156067</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;sample1:&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;fact1:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;load&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt; A,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;B,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;C , rowno() as key&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;FROM FACT1;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;fact2:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;load &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;D,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;E, &lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;rowno() as key&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;FROM fact2;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;fact3:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;load&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;F,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;G, &lt;/STRONG&gt;&lt;STRONG&gt;rowno() as key&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;FROM fact3;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;****************************************&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 May 2013 11:08:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Linking-Fact-tables/m-p/419417#M156067</guid>
      <dc:creator />
      <dc:date>2013-05-29T11:08:29Z</dc:date>
    </item>
    <item>
      <title>Re: Linking Fact tables</title>
      <link>https://community.qlik.com/t5/QlikView/Linking-Fact-tables/m-p/419418#M156068</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; If you three fact tables then you can form a single Link Table composing of these 3 Fact Tables .&lt;/P&gt;&lt;P&gt;Because there will be possibility that these fact tables might be sharing more than 1 dimension table in common .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So you can try to have a single &lt;STRONG&gt;Link table.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Yusuf&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 May 2013 11:27:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Linking-Fact-tables/m-p/419418#M156068</guid>
      <dc:creator />
      <dc:date>2013-05-29T11:27:16Z</dc:date>
    </item>
    <item>
      <title>Re: Linking Fact tables</title>
      <link>https://community.qlik.com/t5/QlikView/Linking-Fact-tables/m-p/419419#M156069</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you guys for Quick repose &lt;/P&gt;&lt;P&gt;really its help full to me&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Niranjan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 May 2013 11:43:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Linking-Fact-tables/m-p/419419#M156069</guid>
      <dc:creator>NavinReddy</dc:creator>
      <dc:date>2013-05-29T11:43:07Z</dc:date>
    </item>
    <item>
      <title>Re: Linking Fact tables</title>
      <link>https://community.qlik.com/t5/QlikView/Linking-Fact-tables/m-p/419420#M156070</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi&lt;/P&gt;&lt;P&gt;if your problem resolved then marked it as either correct or helpful according to your question so that it might be helpful for other developer&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;vishwaranjan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 May 2013 11:47:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Linking-Fact-tables/m-p/419420#M156070</guid>
      <dc:creator />
      <dc:date>2013-05-29T11:47:44Z</dc:date>
    </item>
  </channel>
</rss>

