<?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 Multiple dates in one facttable(for simplicity to begin with) in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Multiple-dates-in-one-facttable-for-simplicity-to-begin-with/m-p/629031#M230966</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm relatively new to Qlikview but I am experienced in creating Datawarehouses and OLAP solutions. So I guess that my mind is in someway stuck in that kind of datamodeling. I the more I play with Qlikview the more I see that datamodeling is done in a slightly different way then traditional BI solutions are modeled. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So I have&amp;nbsp; one facttable in this demo that has 3 different dates. So I created three different timedimensions for each Timekey, based on this article &lt;A _jive_internal="true" href="https://community.qlik.com/blogs/qlikviewdesignblog/2014/02/17/canonical-date" title="http://community.qlik.com/blogs/qlikviewdesignblog/2014/02/17/canonical-date"&gt;http://community.qlik.com/blogs/qlikviewdesignblog/2014/02/17/canonical-date&lt;/A&gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But now I want to create one TimeDimension that will connect to the facttable and remove the other connections, A link table I guess. But for the life of me I cannot get this done.&amp;nbsp; So how would I create this linktable based on my data? I will also add new facttables to the model and that will create more timedimenions. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So any hints are appreciated. Here is a snapshot of the model as well as the loadscript. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Birkir, and thank you for a great communitiy.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;P.S. The facttable is a daily snapshot table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;[ProductSubscribersFact]:&lt;/P&gt;&lt;P&gt;LOAD CustomerDimDW_Id, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ProductDimDW_Id, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; age, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; LoadDateDimDW_Id as LoadDateTimeDimDW_Id, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; NetworkDimDW_Id, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; GildirFraTimeDimDW_Id, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Fjoldi, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; SubscriptionTypeDimDW_Id, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; RetthafiCustomerDimDW_Id, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; GildirTilTimeDimDW_Id&lt;/P&gt;&lt;P&gt;FROM&lt;/P&gt;&lt;P&gt;$(vcQvdPath)ProductSubscribersFact.qvd&lt;/P&gt;&lt;P&gt;(qvd);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;[LoadTimeDim]:&lt;/P&gt;&lt;P&gt;LOAD //TimeDimPK as LoadTimeDimPK, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; LoadDateTimeDimDW_Id, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; TheDate as LoadTheDate, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; YearName as LoadYearName, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; MonthNameLong as LoadMonthNameLong&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;FROM&lt;/P&gt;&lt;P&gt;$(vcQvdPath)vw_TimeDim.qvd&lt;/P&gt;&lt;P&gt;(qvd);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;[GildirFraTimeDim]:&lt;/P&gt;&lt;P&gt;LOAD //TimeDimPK as GildirFraTimeDimPK, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; LoadDateTimeDimDW_Id as GildirFraTimeDimDW_Id, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; TheDate as GildirFraTheDate, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; YearName as GildirFraYearName, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; MonthNameLong as GildirFraMonthNameLong&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;FROM&lt;/P&gt;&lt;P&gt;$(vcQvdPath)vw_TimeDim.qvd&lt;/P&gt;&lt;P&gt;(qvd);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="MultiDatesInOneFactTable.PNG.png" class="jive-image" src="https://community.qlik.com/legacyfs/online/58661_MultiDatesInOneFactTable.PNG.png" style="width: 620px; height: 388px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;[GildirTilTimeDim]:&lt;/P&gt;&lt;P&gt;LOAD //TimeDimPK as GildirFraTimeDimPK, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; LoadDateTimeDimDW_Id as GildirTilTimeDimDW_Id, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; TheDate as GildirTilTheDate, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; YearName as GildirTilYearName, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; MonthNameLong as GildirTilMonthNameLong&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;FROM&lt;/P&gt;&lt;P&gt;$(vcQvdPath)vw_TimeDim.qvd&lt;/P&gt;&lt;P&gt;(qvd);&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 11 May 2014 16:28:17 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2014-05-11T16:28:17Z</dc:date>
    <item>
      <title>Multiple dates in one facttable(for simplicity to begin with)</title>
      <link>https://community.qlik.com/t5/QlikView/Multiple-dates-in-one-facttable-for-simplicity-to-begin-with/m-p/629031#M230966</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm relatively new to Qlikview but I am experienced in creating Datawarehouses and OLAP solutions. So I guess that my mind is in someway stuck in that kind of datamodeling. I the more I play with Qlikview the more I see that datamodeling is done in a slightly different way then traditional BI solutions are modeled. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So I have&amp;nbsp; one facttable in this demo that has 3 different dates. So I created three different timedimensions for each Timekey, based on this article &lt;A _jive_internal="true" href="https://community.qlik.com/blogs/qlikviewdesignblog/2014/02/17/canonical-date" title="http://community.qlik.com/blogs/qlikviewdesignblog/2014/02/17/canonical-date"&gt;http://community.qlik.com/blogs/qlikviewdesignblog/2014/02/17/canonical-date&lt;/A&gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But now I want to create one TimeDimension that will connect to the facttable and remove the other connections, A link table I guess. But for the life of me I cannot get this done.&amp;nbsp; So how would I create this linktable based on my data? I will also add new facttables to the model and that will create more timedimenions. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So any hints are appreciated. Here is a snapshot of the model as well as the loadscript. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Birkir, and thank you for a great communitiy.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;P.S. The facttable is a daily snapshot table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;[ProductSubscribersFact]:&lt;/P&gt;&lt;P&gt;LOAD CustomerDimDW_Id, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ProductDimDW_Id, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; age, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; LoadDateDimDW_Id as LoadDateTimeDimDW_Id, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; NetworkDimDW_Id, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; GildirFraTimeDimDW_Id, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Fjoldi, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; SubscriptionTypeDimDW_Id, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; RetthafiCustomerDimDW_Id, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; GildirTilTimeDimDW_Id&lt;/P&gt;&lt;P&gt;FROM&lt;/P&gt;&lt;P&gt;$(vcQvdPath)ProductSubscribersFact.qvd&lt;/P&gt;&lt;P&gt;(qvd);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;[LoadTimeDim]:&lt;/P&gt;&lt;P&gt;LOAD //TimeDimPK as LoadTimeDimPK, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; LoadDateTimeDimDW_Id, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; TheDate as LoadTheDate, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; YearName as LoadYearName, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; MonthNameLong as LoadMonthNameLong&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;FROM&lt;/P&gt;&lt;P&gt;$(vcQvdPath)vw_TimeDim.qvd&lt;/P&gt;&lt;P&gt;(qvd);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;[GildirFraTimeDim]:&lt;/P&gt;&lt;P&gt;LOAD //TimeDimPK as GildirFraTimeDimPK, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; LoadDateTimeDimDW_Id as GildirFraTimeDimDW_Id, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; TheDate as GildirFraTheDate, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; YearName as GildirFraYearName, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; MonthNameLong as GildirFraMonthNameLong&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;FROM&lt;/P&gt;&lt;P&gt;$(vcQvdPath)vw_TimeDim.qvd&lt;/P&gt;&lt;P&gt;(qvd);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="MultiDatesInOneFactTable.PNG.png" class="jive-image" src="https://community.qlik.com/legacyfs/online/58661_MultiDatesInOneFactTable.PNG.png" style="width: 620px; height: 388px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;[GildirTilTimeDim]:&lt;/P&gt;&lt;P&gt;LOAD //TimeDimPK as GildirFraTimeDimPK, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; LoadDateTimeDimDW_Id as GildirTilTimeDimDW_Id, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; TheDate as GildirTilTheDate, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; YearName as GildirTilYearName, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; MonthNameLong as GildirTilMonthNameLong&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;FROM&lt;/P&gt;&lt;P&gt;$(vcQvdPath)vw_TimeDim.qvd&lt;/P&gt;&lt;P&gt;(qvd);&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 11 May 2014 16:28:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Multiple-dates-in-one-facttable-for-simplicity-to-begin-with/m-p/629031#M230966</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-05-11T16:28:17Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple dates in one facttable(for simplicity to begin with)</title>
      <link>https://community.qlik.com/t5/QlikView/Multiple-dates-in-one-facttable-for-simplicity-to-begin-with/m-p/629032#M230967</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Birkir,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you essentially want to create the bridge table from Henric's blog post, right?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What have you tried so far?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here is another thread with a very similar topic and a link to a tutorial created by Rob Wunderlich:&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/thread/66717"&gt;Tutorial - Using Common Date Dimensions and Shared Calendars&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 11 May 2014 20:56:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Multiple-dates-in-one-facttable-for-simplicity-to-begin-with/m-p/629032#M230967</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2014-05-11T20:56:55Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple dates in one facttable(for simplicity to begin with)</title>
      <link>https://community.qlik.com/t5/QlikView/Multiple-dates-in-one-facttable-for-simplicity-to-begin-with/m-p/629033#M230968</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Swuehl,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your reply. And yes that is just what I am trying to do create a bridge table like Henric's explained. But somehow I am lost in this and I am struggling to figure out or understand what should be included in my bridge table. &lt;/P&gt;&lt;P&gt;I looked at the tutorial and I think it might have solved it. Thank you for your help. &lt;/P&gt;&lt;P&gt;Next is try to add a fact table and keep the data model correct.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks again.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 11 May 2014 22:29:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Multiple-dates-in-one-facttable-for-simplicity-to-begin-with/m-p/629033#M230968</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-05-11T22:29:49Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple dates in one facttable(for simplicity to begin with)</title>
      <link>https://community.qlik.com/t5/QlikView/Multiple-dates-in-one-facttable-for-simplicity-to-begin-with/m-p/629034#M230969</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Just one more comment, I have created a bridge or a link table as the tutorial showed. But the fact is loaded once as a facttable and then 1x per datetype in the link, is that correct? Is it just my old background of datamodeling troubling me is this acceptable behaviour in the qlikview world?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is my script&lt;/P&gt;&lt;P&gt;DateLink: &lt;BR /&gt; &lt;SPAN class="s1"&gt;&lt;STRONG&gt;LOAD&lt;/STRONG&gt;&lt;/SPAN&gt; &lt;BR /&gt; &lt;SPAN class="s2"&gt;ProductSubscription_Id&lt;/SPAN&gt;&amp;nbsp; &lt;BR /&gt; ,&lt;SPAN class="s2"&gt;LoadDateTimeDimDW_Id&lt;/SPAN&gt; &lt;SPAN class="s1"&gt;as&lt;/SPAN&gt; &lt;SPAN class="s2"&gt;TimeDimPK&lt;/SPAN&gt;&amp;nbsp; &lt;BR /&gt; ,'LoadDate' &lt;SPAN class="s1"&gt;as&lt;/SPAN&gt; &lt;SPAN class="s2"&gt;DateType&lt;/SPAN&gt;&amp;nbsp; &lt;BR /&gt; &lt;SPAN class="s1"&gt;RESIDENT&lt;/SPAN&gt; ProductSubscribersFact &lt;BR /&gt; ;&lt;BR /&gt; &lt;SPAN class="s1"&gt;&lt;STRONG&gt;LOAD&lt;/STRONG&gt;&lt;/SPAN&gt; &lt;BR /&gt; &lt;SPAN class="s2"&gt;ProductSubscription_Id&lt;/SPAN&gt;&amp;nbsp; &lt;BR /&gt; ,&lt;SPAN class="s2"&gt;GildirFraTimeDimDW_Id&lt;/SPAN&gt; &lt;SPAN class="s1"&gt;as&lt;/SPAN&gt; &lt;SPAN class="s2"&gt;TimeDimPK&lt;/SPAN&gt;&amp;nbsp; &lt;BR /&gt; ,'GildirFra' &lt;SPAN class="s1"&gt;as&lt;/SPAN&gt; &lt;SPAN class="s2"&gt;DateType&lt;/SPAN&gt;&amp;nbsp; &lt;BR /&gt; &lt;SPAN class="s1"&gt;RESIDENT&lt;/SPAN&gt; ProductSubscribersFact &lt;BR /&gt; ;&lt;BR /&gt; &lt;SPAN class="s1"&gt;&lt;STRONG&gt;LOAD&lt;/STRONG&gt;&lt;/SPAN&gt; &lt;BR /&gt; &lt;SPAN class="s2"&gt;ProductSubscription_Id&lt;/SPAN&gt;&amp;nbsp; &lt;BR /&gt; ,&lt;SPAN class="s2"&gt;GildirTilTimeDimDW_Id&lt;/SPAN&gt; &lt;SPAN class="s1"&gt;as&lt;/SPAN&gt; &lt;SPAN class="s2"&gt;TimeDimPK&lt;/SPAN&gt;&amp;nbsp; &lt;BR /&gt; ,'GildirTil' &lt;SPAN class="s1"&gt;as&lt;/SPAN&gt; &lt;SPAN class="s2"&gt;DateType&lt;/SPAN&gt;&amp;nbsp; &lt;BR /&gt; &lt;SPAN class="s1"&gt;RESIDENT&lt;/SPAN&gt; ProductSubscribersFact &lt;BR /&gt; ; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 May 2014 13:15:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Multiple-dates-in-one-facttable-for-simplicity-to-begin-with/m-p/629034#M230969</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-05-12T13:15:22Z</dc:date>
    </item>
  </channel>
</rss>

