<?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: need a help/suggestion in using Link Table in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/need-a-help-suggestion-in-using-Link-Table/m-p/823326#M290178</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Then I would say creating the linktable is your best bet.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Just create a table with a key column to your calendar and one key for each fact and make sure the fact tables dont share a same name columns so you dont get any circular references. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Fact1:&lt;/P&gt;&lt;P&gt;Load RequestNo &amp;amp;'_'&amp;amp; RequestYear as Fact1Key,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; *&lt;/P&gt;&lt;P&gt;from Fact1.qvd&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LinkTable:&lt;/P&gt;&lt;P&gt;Load &lt;/P&gt;&lt;P&gt;distinct Fact1Key,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; CalendarDate&lt;/P&gt;&lt;P&gt;Resident Fact1&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Concatenate&lt;/P&gt;&lt;P&gt;Load &lt;/P&gt;&lt;P&gt;distinct Fact2Key,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; CalendarDate&lt;/P&gt;&lt;P&gt;Resident Fact2&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;etc.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 31 Mar 2015 07:32:07 GMT</pubDate>
    <dc:creator />
    <dc:date>2015-03-31T07:32:07Z</dc:date>
    <item>
      <title>need a help/suggestion in using Link Table</title>
      <link>https://community.qlik.com/t5/QlikView/need-a-help-suggestion-in-using-Link-Table/m-p/823323#M290175</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a scenario .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i have 6 Fact Tables and common key between the tables are&amp;nbsp; RequestNo and RequestYear.&amp;nbsp; (RequestNo &amp;amp;'_'&amp;amp; RequestYear)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and each table contain date field (Not common )&amp;nbsp;&amp;nbsp; so in this scenario can i use the Link table concept. &lt;/P&gt;&lt;P&gt;so i thinking whether link table will be helpful or not ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;so please can anyone suggest me in my scenario link table will be helpful or not ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Mukram.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 31 Mar 2015 06:19:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/need-a-help-suggestion-in-using-Link-Table/m-p/823323#M290175</guid>
      <dc:creator>mdmukramali</dc:creator>
      <dc:date>2015-03-31T06:19:16Z</dc:date>
    </item>
    <item>
      <title>Re: need a help/suggestion in using Link Table</title>
      <link>https://community.qlik.com/t5/QlikView/need-a-help-suggestion-in-using-Link-Table/m-p/823324#M290176</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hard to tell without further knowledge of the data and tables you use. I never used a linktable with more than 3 fact tables so far.&lt;/P&gt;&lt;P&gt;Could you probably provide a demo application ? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Depending on the data you should also consider to concatenate all of your fact tables. That way it is often easier to link the dimension tables and could possibly be more performant too.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 31 Mar 2015 06:26:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/need-a-help-suggestion-in-using-Link-Table/m-p/823324#M290176</guid>
      <dc:creator />
      <dc:date>2015-03-31T06:26:11Z</dc:date>
    </item>
    <item>
      <title>Re: need a help/suggestion in using Link Table</title>
      <link>https://community.qlik.com/t5/QlikView/need-a-help-suggestion-in-using-Link-Table/m-p/823325#M290177</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i cant concatenate all the 6 tables because each table contain many fields. ( records also more ) .&lt;/P&gt;&lt;P&gt;only 2 fields are common between them.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;so still i am in confusion, whether to use link table are not for common calender ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any suggestions please.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Mukram&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 31 Mar 2015 06:40:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/need-a-help-suggestion-in-using-Link-Table/m-p/823325#M290177</guid>
      <dc:creator>mdmukramali</dc:creator>
      <dc:date>2015-03-31T06:40:33Z</dc:date>
    </item>
    <item>
      <title>Re: need a help/suggestion in using Link Table</title>
      <link>https://community.qlik.com/t5/QlikView/need-a-help-suggestion-in-using-Link-Table/m-p/823326#M290178</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Then I would say creating the linktable is your best bet.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Just create a table with a key column to your calendar and one key for each fact and make sure the fact tables dont share a same name columns so you dont get any circular references. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Fact1:&lt;/P&gt;&lt;P&gt;Load RequestNo &amp;amp;'_'&amp;amp; RequestYear as Fact1Key,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; *&lt;/P&gt;&lt;P&gt;from Fact1.qvd&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LinkTable:&lt;/P&gt;&lt;P&gt;Load &lt;/P&gt;&lt;P&gt;distinct Fact1Key,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; CalendarDate&lt;/P&gt;&lt;P&gt;Resident Fact1&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Concatenate&lt;/P&gt;&lt;P&gt;Load &lt;/P&gt;&lt;P&gt;distinct Fact2Key,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; CalendarDate&lt;/P&gt;&lt;P&gt;Resident Fact2&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;etc.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 31 Mar 2015 07:32:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/need-a-help-suggestion-in-using-Link-Table/m-p/823326#M290178</guid>
      <dc:creator />
      <dc:date>2015-03-31T07:32:07Z</dc:date>
    </item>
  </channel>
</rss>

