<?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 Slowly changing dimension problem in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Slowly-changing-dimension-problem/m-p/230495#M82315</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 have a problem regarding slowly changing dimension.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a Sales table that contains&lt;/P&gt;&lt;P&gt;OrderDate&lt;/P&gt;&lt;P&gt;StoreID&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The second table (is a historical sales table)&lt;/P&gt;&lt;P&gt;SalesPersonID&lt;/P&gt;&lt;P&gt;StoreID&lt;/P&gt;&lt;P&gt;StartDate&lt;/P&gt;&lt;P&gt;EndDate.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My problem is the fact that i have to figure what sales person had an order connected to it by linking it with the history sales table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am clueless.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 22 Dec 2010 11:26:58 GMT</pubDate>
    <dc:creator />
    <dc:date>2010-12-22T11:26:58Z</dc:date>
    <item>
      <title>Slowly changing dimension problem</title>
      <link>https://community.qlik.com/t5/QlikView/Slowly-changing-dimension-problem/m-p/230495#M82315</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 have a problem regarding slowly changing dimension.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a Sales table that contains&lt;/P&gt;&lt;P&gt;OrderDate&lt;/P&gt;&lt;P&gt;StoreID&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The second table (is a historical sales table)&lt;/P&gt;&lt;P&gt;SalesPersonID&lt;/P&gt;&lt;P&gt;StoreID&lt;/P&gt;&lt;P&gt;StartDate&lt;/P&gt;&lt;P&gt;EndDate.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My problem is the fact that i have to figure what sales person had an order connected to it by linking it with the history sales table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am clueless.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Dec 2010 11:26:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Slowly-changing-dimension-problem/m-p/230495#M82315</guid>
      <dc:creator />
      <dc:date>2010-12-22T11:26:58Z</dc:date>
    </item>
    <item>
      <title>Slowly changing dimension problem</title>
      <link>https://community.qlik.com/t5/QlikView/Slowly-changing-dimension-problem/m-p/230496#M82316</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;To solve this you will need to use the INTERVALMATCH function. There are some good examples in the reference manual.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ad&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Dec 2010 12:52:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Slowly-changing-dimension-problem/m-p/230496#M82316</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2010-12-22T12:52:35Z</dc:date>
    </item>
    <item>
      <title>Slowly changing dimension problem</title>
      <link>https://community.qlik.com/t5/QlikView/Slowly-changing-dimension-problem/m-p/230497#M82317</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi. I have resolved the slowly changing dimension problem but i have a synthetic key now. How can i remove a synthetic hey from a slowly changing dimension?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;code:&lt;/P&gt;&lt;P&gt;Sales:&lt;/P&gt;&lt;P&gt;load&lt;/P&gt;&lt;P&gt;OrderDate,&lt;/P&gt;&lt;P&gt;TerritoryID,&lt;/P&gt;&lt;P&gt;OrderNumber&lt;/P&gt;&lt;P&gt;resident tSales;&lt;/P&gt;&lt;P&gt;inner join intervalmatch (OrderDate,TerritoryID) load StartDate,EndDate,TerritoryID from history.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a synthetic key regarding StartDate,EndDate, TerritoryID. How can i remove that ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Cristian.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Jan 2011 16:13:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Slowly-changing-dimension-problem/m-p/230497#M82317</guid>
      <dc:creator />
      <dc:date>2011-01-06T16:13:25Z</dc:date>
    </item>
    <item>
      <title>Slowly changing dimension problem</title>
      <link>https://community.qlik.com/t5/QlikView/Slowly-changing-dimension-problem/m-p/230498#M82318</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Cristian,&lt;/P&gt;&lt;P&gt;follow the steps in the example.&lt;/P&gt;&lt;P&gt;Good luck!&lt;/P&gt;&lt;P&gt;Rainer&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Jan 2011 16:16:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Slowly-changing-dimension-problem/m-p/230498#M82318</guid>
      <dc:creator />
      <dc:date>2011-01-06T16:16:58Z</dc:date>
    </item>
    <item>
      <title>Slowly changing dimension problem</title>
      <link>https://community.qlik.com/t5/QlikView/Slowly-changing-dimension-problem/m-p/230499#M82319</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you very much for the solution. It is what i was looking for.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Cristian.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Jan 2011 10:41:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Slowly-changing-dimension-problem/m-p/230499#M82319</guid>
      <dc:creator />
      <dc:date>2011-01-10T10:41:54Z</dc:date>
    </item>
    <item>
      <title>Re: Slowly changing dimension problem</title>
      <link>https://community.qlik.com/t5/QlikView/Slowly-changing-dimension-problem/m-p/230500#M82320</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ad,&lt;/P&gt;&lt;P&gt;What reference manual are you referring to?&amp;nbsp; The one I have for QV 11, has two mentions of the Interval Match, and 0 examples. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you help?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Apr 2013 21:18:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Slowly-changing-dimension-problem/m-p/230500#M82320</guid>
      <dc:creator />
      <dc:date>2013-04-10T21:18:13Z</dc:date>
    </item>
  </channel>
</rss>

