<?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: Hierarchy LOAD - Slow changing dimension in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Hierarchy-LOAD-Slow-changing-dimension/m-p/1024847#M640797</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;See attached example.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 01 Feb 2016 17:31:28 GMT</pubDate>
    <dc:creator>Gysbert_Wassenaar</dc:creator>
    <dc:date>2016-02-01T17:31:28Z</dc:date>
    <item>
      <title>Hierarchy LOAD - Slow changing dimension</title>
      <link>https://community.qlik.com/t5/QlikView/Hierarchy-LOAD-Slow-changing-dimension/m-p/1024846#M640796</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi guys,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i hope you can help me.&lt;/P&gt;&lt;P&gt;I have a problem with the HIERARCHY in Qlikview.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a slow changing table in Qlikview with a recursive Agent relation (please give a look to the attached .xls).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have to display the agents hierarchy in Qlikview with respect to the time information.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried to use the HIERARCHY LOAD but I do not know how to solve with respect to the time information.&lt;/P&gt;&lt;P&gt;What could be the right approach here?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for the hints,&lt;/P&gt;&lt;P&gt;Patric&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 Feb 2016 15:55:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Hierarchy-LOAD-Slow-changing-dimension/m-p/1024846#M640796</guid>
      <dc:creator>pamaxeed</dc:creator>
      <dc:date>2016-02-01T15:55:01Z</dc:date>
    </item>
    <item>
      <title>Re: Hierarchy LOAD - Slow changing dimension</title>
      <link>https://community.qlik.com/t5/QlikView/Hierarchy-LOAD-Slow-changing-dimension/m-p/1024847#M640797</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;See attached example.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 Feb 2016 17:31:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Hierarchy-LOAD-Slow-changing-dimension/m-p/1024847#M640797</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2016-02-01T17:31:28Z</dc:date>
    </item>
    <item>
      <title>Re: Hierarchy LOAD - Slow changing dimension</title>
      <link>https://community.qlik.com/t5/QlikView/Hierarchy-LOAD-Slow-changing-dimension/m-p/1024848#M640798</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;first of all thanks for your answer.&lt;/P&gt;&lt;P&gt;I checked your attached .qvw file and I the problem which I also encountered in my solution is that the records in the table with the whole hierarchy are always duplicated. See my attached .qvw with the selected agentID 10000082.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you apply a time filter, e.g. Year 2015 AND Month Feb, in the hierarchy table only one record should be displayed.&lt;/P&gt;&lt;P&gt;In that period the supervisor of 10000082 were 11000000 only, not 1000000 too !&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Patric&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 Feb 2016 20:20:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Hierarchy-LOAD-Slow-changing-dimension/m-p/1024848#M640798</guid>
      <dc:creator>pamaxeed</dc:creator>
      <dc:date>2016-02-01T20:20:42Z</dc:date>
    </item>
    <item>
      <title>Re: Hierarchy LOAD - Slow changing dimension</title>
      <link>https://community.qlik.com/t5/QlikView/Hierarchy-LOAD-Slow-changing-dimension/m-p/1024849#M640799</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Gysbert,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i found the solution on my problem.&lt;/P&gt;&lt;P&gt;So I just wanted to share how I approached the problem:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;Extracted days from the From -&amp;gt; To Period through the IntervalMatch Function and created a full calendar Agent to SPV table&lt;/LI&gt;&lt;LI&gt;Filtered only the monthend Dates from the created table&lt;/LI&gt;&lt;LI&gt;For every monthend date I created a Hierarchy Agent Table (used the concatenate prefix to have one resulting Hierarchy Table) -&amp;gt; in this table we have also the Date Field + AgentID&lt;/LI&gt;&lt;LI&gt;Created concatenated key field Date + AgentID&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In this way I have always the right snapshot of the hierarchy in a given time period.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can find my app as attachment &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Patric&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Feb 2016 15:28:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Hierarchy-LOAD-Slow-changing-dimension/m-p/1024849#M640799</guid>
      <dc:creator>pamaxeed</dc:creator>
      <dc:date>2016-02-02T15:28:45Z</dc:date>
    </item>
  </channel>
</rss>

