<?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: SCD2 Implementation with 5 Master data time dependent tables in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/SCD2-Implementation-with-5-Master-data-time-dependent-tables/m-p/973439#M332943</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI Henric,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If i try to create a separate bridge table for each combination i am ending up with a circular reference with respect to employee information as it consists i both the bridge tables.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Vishnu.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 15 Oct 2015 14:03:40 GMT</pubDate>
    <dc:creator>vishnumusani</dc:creator>
    <dc:date>2015-10-15T14:03:40Z</dc:date>
    <item>
      <title>SCD2 Implementation with 5 Master data time dependent tables</title>
      <link>https://community.qlik.com/t5/QlikView/SCD2-Implementation-with-5-Master-data-time-dependent-tables/m-p/973429#M332933</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Hi&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;I do have total 5 Master data tables and all those are time dependent. In Employee table i have all other MD tables unique key and also all unique keys of these are available in my Transaction table.&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;MD Tables:&lt;/STRONG&gt; Employee, Organization, Person, Position, Job.&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Transaction : One Table&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;I am able to establish a bridge table using 2 master tables along with a transaction,but when i am trying the same approach to add another dimension table to script it is causing issues.&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Could you please let me know what could be the approach to build the model by considering the time dependencies.&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Regards,&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Vishnu.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Oct 2015 04:10:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/SCD2-Implementation-with-5-Master-data-time-dependent-tables/m-p/973429#M332933</guid>
      <dc:creator>vishnumusani</dc:creator>
      <dc:date>2015-10-14T04:10:50Z</dc:date>
    </item>
    <item>
      <title>Re: SCD2 Implementation with 5 Master data time dependent tables</title>
      <link>https://community.qlik.com/t5/QlikView/SCD2-Implementation-with-5-Master-data-time-dependent-tables/m-p/973430#M332934</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;Forgot to mention that my Employee table is interdependent with remaining dimension tables. So I followed below approach to build model&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1) Join Employee &amp;amp; Organization Table using "Organization Unit with inner join and stored that data into a temporary table&lt;/P&gt;&lt;P&gt;2) used Range max &amp;amp; Range Min along with Where clause to identify overlapping dates for Both Employee &amp;amp; Organization&lt;/P&gt;&lt;P&gt;3) Tried to integrate intermediate table with transactions table as per SCD process.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When i try to follow similar approach with Employee and Job and try to integrate the model it is coming incorrectly by creating circular references.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Could you please let me know where exactly i am going wrong.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Vishnu.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Oct 2015 05:21:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/SCD2-Implementation-with-5-Master-data-time-dependent-tables/m-p/973430#M332934</guid>
      <dc:creator>vishnumusani</dc:creator>
      <dc:date>2015-10-14T05:21:53Z</dc:date>
    </item>
    <item>
      <title>Re: SCD2 Implementation with 5 Master data time dependent tables</title>
      <link>https://community.qlik.com/t5/QlikView/SCD2-Implementation-with-5-Master-data-time-dependent-tables/m-p/973431#M332935</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Vishnu,&lt;/P&gt;&lt;P&gt;Please check this thread for detailed information. Hope this will help you.&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/docs/DOC-9531"&gt;Incremental Load in Qlikview - Sources&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;Arjun&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Oct 2015 05:39:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/SCD2-Implementation-with-5-Master-data-time-dependent-tables/m-p/973431#M332935</guid>
      <dc:creator>qlikviewwizard</dc:creator>
      <dc:date>2015-10-14T05:39:56Z</dc:date>
    </item>
    <item>
      <title>Re: SCD2 Implementation with 5 Master data time dependent tables</title>
      <link>https://community.qlik.com/t5/QlikView/SCD2-Implementation-with-5-Master-data-time-dependent-tables/m-p/973432#M332936</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI Arjun,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for the information, But my requirement is different &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Vishnu.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Oct 2015 07:25:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/SCD2-Implementation-with-5-Master-data-time-dependent-tables/m-p/973432#M332936</guid>
      <dc:creator>vishnumusani</dc:creator>
      <dc:date>2015-10-14T07:25:10Z</dc:date>
    </item>
    <item>
      <title>Re: SCD2 Implementation with 5 Master data time dependent tables</title>
      <link>https://community.qlik.com/t5/QlikView/SCD2-Implementation-with-5-Master-data-time-dependent-tables/m-p/973433#M332937</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That should be straightforward - although a lot of coding...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;See&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/qlik-blogpost/3148"&gt;Slowly Changing Dimensions&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/docs/DOC-4310"&gt;IntervalMatch and Slowly Changing Dimensions&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HIC&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Oct 2015 09:46:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/SCD2-Implementation-with-5-Master-data-time-dependent-tables/m-p/973433#M332937</guid>
      <dc:creator>hic</dc:creator>
      <dc:date>2015-10-14T09:46:23Z</dc:date>
    </item>
    <item>
      <title>Re: SCD2 Implementation with 5 Master data time dependent tables</title>
      <link>https://community.qlik.com/t5/QlikView/SCD2-Implementation-with-5-Master-data-time-dependent-tables/m-p/973434#M332938</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Henric,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for responding,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;After going thru the mentioned documents only i am able to create attached models but both of them are not giving the desired results.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Let me know where exactly i am going wrong.&lt;IMG alt="SCD.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/101970_SCD.PNG" style="height: 441px; width: 620px;" /&gt;&lt;IMG alt="SCD2 Test.png" class="jive-image image-2" src="/legacyfs/online/101971_SCD2 Test.png" style="height: 360px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Vishnu.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Oct 2015 10:10:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/SCD2-Implementation-with-5-Master-data-time-dependent-tables/m-p/973434#M332938</guid>
      <dc:creator>vishnumusani</dc:creator>
      <dc:date>2015-10-14T10:10:13Z</dc:date>
    </item>
    <item>
      <title>Re: SCD2 Implementation with 5 Master data time dependent tables</title>
      <link>https://community.qlik.com/t5/QlikView/SCD2-Implementation-with-5-Master-data-time-dependent-tables/m-p/973435#M332939</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You have 5 dimensions, each with different interval definitions. Then you should have 5 bridge tables. Now it looks as if you have created one common bridge table for all dimensions EmpOrgJobFinal. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HIC&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Oct 2015 13:06:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/SCD2-Implementation-with-5-Master-data-time-dependent-tables/m-p/973435#M332939</guid>
      <dc:creator>hic</dc:creator>
      <dc:date>2015-10-15T13:06:38Z</dc:date>
    </item>
    <item>
      <title>Re: SCD2 Implementation with 5 Master data time dependent tables</title>
      <link>https://community.qlik.com/t5/QlikView/SCD2-Implementation-with-5-Master-data-time-dependent-tables/m-p/973436#M332940</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you please share your script. I believe you data model looks correct but did you make proper joins ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Oct 2015 13:19:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/SCD2-Implementation-with-5-Master-data-time-dependent-tables/m-p/973436#M332940</guid>
      <dc:creator />
      <dc:date>2015-10-15T13:19:37Z</dc:date>
    </item>
    <item>
      <title>Re: SCD2 Implementation with 5 Master data time dependent tables</title>
      <link>https://community.qlik.com/t5/QlikView/SCD2-Implementation-with-5-Master-data-time-dependent-tables/m-p/973437#M332941</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Dathu,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks For Responding below is the code&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;////3 Basic lods for each master data after that below is the code&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*** Employee Organization Join******************&lt;/P&gt;&lt;P&gt;EmpOrgTemp:&lt;/P&gt;&lt;P&gt;Load distinct&lt;/P&gt;&lt;P&gt;EmpIntervalID,&lt;/P&gt;&lt;P&gt;[SPID],&lt;/P&gt;&lt;P&gt;[SPID] as TmpSPID,&lt;/P&gt;&lt;P&gt;[M_EMP_Organizational_Unit] as TmpOrgUnit, &lt;/P&gt;&lt;P&gt;[EMP_Valid_From],&lt;/P&gt;&lt;P&gt;[EMP_Valid_To] &lt;/P&gt;&lt;P&gt;resident Employees;&lt;/P&gt;&lt;P&gt;Inner Join &lt;/P&gt;&lt;P&gt;load distinct&lt;/P&gt;&lt;P&gt;OrgIntervalID,&lt;/P&gt;&lt;P&gt;[OPID],&lt;/P&gt;&lt;P&gt;[OPID] as TmpOrgUnit, &lt;/P&gt;&lt;P&gt;[Org_Valid_From],&lt;/P&gt;&lt;P&gt;[Org_Valid_To]&lt;/P&gt;&lt;P&gt;resident Organizations;&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;************* Employee Job Join ****************&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;EmpJobTemp:&lt;/P&gt;&lt;P&gt;Load&lt;/P&gt;&lt;P&gt;EmpIntervalID,&lt;/P&gt;&lt;P&gt;[SPID] as TmpSPID,&lt;/P&gt;&lt;P&gt;[SPID],&lt;/P&gt;&lt;P&gt;[M_EMP_Job] as TmpJob,&lt;/P&gt;&lt;P&gt;[EMP_Valid_From],&lt;/P&gt;&lt;P&gt;[EMP_Valid_To] &lt;/P&gt;&lt;P&gt;resident Employees;&lt;/P&gt;&lt;P&gt;Inner join&lt;/P&gt;&lt;P&gt;Load &lt;/P&gt;&lt;P&gt;JobIntervalID,&lt;/P&gt;&lt;P&gt;[JPID],&lt;/P&gt;&lt;P&gt;[JPID] as TmpJob,&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;[Job_Valid_From], &lt;/P&gt;&lt;P&gt;[Job_Valid_To]&lt;/P&gt;&lt;P&gt;resident Jobs;&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;&lt;/P&gt;&lt;P&gt;*********Concatinating Above Two *************************&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;EmpOrgJob:&lt;/P&gt;&lt;P&gt;Load&lt;/P&gt;&lt;P&gt;*,&lt;/P&gt;&lt;P&gt;&amp;nbsp; autonumber(TmpSPID &amp;amp; '|' &amp;amp; EO_From_Date &amp;amp; '|' &amp;amp; EO_To_Date) as EmpOrgIntervalID;&lt;/P&gt;&lt;P&gt;Load&lt;/P&gt;&lt;P&gt;EmpIntervalID,&lt;/P&gt;&lt;P&gt;OrgIntervalID,&lt;/P&gt;&lt;P&gt;TmpSPID,&lt;/P&gt;&lt;P&gt;date(rangemax([EMP_Valid_From],[Org_Valid_From]),'DD.MM.YYYY') as EO_From_Date,&lt;/P&gt;&lt;P&gt;date(rangemin([EMP_Valid_To],[Org_Valid_To]),'DD.MM.YYYY') as EO_To_Date&lt;/P&gt;&lt;P&gt;resident EmpOrgTemp&lt;/P&gt;&lt;P&gt;where [EMP_Valid_From] &amp;lt;=[Org_Valid_To] and [Org_Valid_From] &amp;lt;=[EMP_Valid_To] ;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;concatenate &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Load&lt;/P&gt;&lt;P&gt;*,&lt;/P&gt;&lt;P&gt;&amp;nbsp; autonumber(TmpSPID &amp;amp; '|' &amp;amp; EJ_From_Date &amp;amp; '|' &amp;amp; EJ_To_Date) as EmpJobIntervalID;&lt;/P&gt;&lt;P&gt;Load&lt;/P&gt;&lt;P&gt;EmpIntervalID,&lt;/P&gt;&lt;P&gt;JobIntervalID,&lt;/P&gt;&lt;P&gt;TmpSPID,&lt;/P&gt;&lt;P&gt;date(rangemax([EMP_Valid_From],[Job_Valid_From]),'DD.MM.YYYY') as EJ_From_Date,&lt;/P&gt;&lt;P&gt;date(rangemin([EMP_Valid_To],[Job_Valid_To]),'DD.MM.YYYY') as EJ_To_Date&lt;/P&gt;&lt;P&gt;resident EmpJobTemp&lt;/P&gt;&lt;P&gt;where [EMP_Valid_From] &amp;lt;=[Job_Valid_To] and [Job_Valid_From] &amp;lt;=[EMP_Valid_To] ;&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;&lt;/P&gt;&lt;P&gt;********** Creating A UniqueKeyin the common Table*******************&lt;/P&gt;&lt;P&gt;EmpOrgJobFinal:&lt;/P&gt;&lt;P&gt;Load *,&lt;/P&gt;&lt;P&gt;(EmpOrgIntervalID &amp;amp; '|' &amp;amp; EmpJobIntervalID) as Key&lt;/P&gt;&lt;P&gt;resident EmpOrgJob;&lt;/P&gt;&lt;P&gt;***********************************************************************&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;******************Transactions************************************&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Transactions:&lt;/P&gt;&lt;P&gt;LOAD Employee as TmpSPID,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Territory, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Country, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Region, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Job as TmpJPID, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Organization Unit] as TmpOPID, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; (Date#(DAY,'DD.MM.YYYY')) as DAY1&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; From&lt;/P&gt;&lt;P&gt;hrpa_c01.xls&lt;/P&gt;&lt;P&gt;(txt, unicode, embedded labels, delimiter is '\t', msq);&lt;/P&gt;&lt;P&gt;*******************************************************************&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;***********Integrating Between Transaction &amp;amp; Concatenated Table***************&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;EmpOrgTran:&lt;/P&gt;&lt;P&gt;Intervalmatch(DAY1,TmpSPID)&lt;/P&gt;&lt;P&gt;Load Distinct EO_From_Date,EO_To_Date,TmpSPID Resident EmpOrgJobFinal;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Left Join (Transactions)&lt;/P&gt;&lt;P&gt;Load &lt;/P&gt;&lt;P&gt;TmpSPID,&lt;/P&gt;&lt;P&gt;&amp;nbsp; DAY1,&lt;/P&gt;&lt;P&gt;&amp;nbsp; Autonumber(TmpSPID &amp;amp; '|' &amp;amp; EO_From_Date &amp;amp; '|' &amp;amp; EO_To_Date) As EmpOrgIntervalID_T&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Resident EmpOrgTran;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;EmpJobTran:&lt;/P&gt;&lt;P&gt;Intervalmatch(DAY1,TmpSPID)&lt;/P&gt;&lt;P&gt;Load Distinct EJ_From_Date,EJ_To_Date,TmpSPID Resident EmpOrgJobFinal;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Left Join (Transactions)&lt;/P&gt;&lt;P&gt;Load &lt;/P&gt;&lt;P&gt;TmpSPID,&lt;/P&gt;&lt;P&gt;&amp;nbsp; DAY1,&lt;/P&gt;&lt;P&gt;&amp;nbsp; Autonumber(TmpSPID &amp;amp; '|' &amp;amp; EJ_From_Date &amp;amp; '|' &amp;amp; EJ_To_Date) As EmpJobIntervalID_T&lt;/P&gt;&lt;P&gt;Resident EmpJobTran;&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;******************************************************************************&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;******* Creating Unique Key in Transaction Table*********************&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Inner Join (Transactions)&lt;/P&gt;&lt;P&gt;Load * , (EmpOrgIntervalID_T &amp;amp; '|' &amp;amp; EmpJobIntervalID_T) as Key resident Transactions;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Drop Field&amp;nbsp; TmpSPID,TmpOrgUnit,TmpJob;&lt;/P&gt;&lt;P&gt;Drop Table EmpOrgTemp,EmpJobTemp,EmpOrgTran,EmpJobTran,EmpOrgJob;&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;**********************************************************************&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Oct 2015 13:47:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/SCD2-Implementation-with-5-Master-data-time-dependent-tables/m-p/973437#M332941</guid>
      <dc:creator>vishnumusani</dc:creator>
      <dc:date>2015-10-15T13:47:59Z</dc:date>
    </item>
    <item>
      <title>Re: SCD2 Implementation with 5 Master data time dependent tables</title>
      <link>https://community.qlik.com/t5/QlikView/SCD2-Implementation-with-5-Master-data-time-dependent-tables/m-p/973438#M332942</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The keys must be from your Transactions table.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Oct 2015 14:02:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/SCD2-Implementation-with-5-Master-data-time-dependent-tables/m-p/973438#M332942</guid>
      <dc:creator />
      <dc:date>2015-10-15T14:02:07Z</dc:date>
    </item>
    <item>
      <title>Re: SCD2 Implementation with 5 Master data time dependent tables</title>
      <link>https://community.qlik.com/t5/QlikView/SCD2-Implementation-with-5-Master-data-time-dependent-tables/m-p/973439#M332943</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI Henric,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If i try to create a separate bridge table for each combination i am ending up with a circular reference with respect to employee information as it consists i both the bridge tables.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Vishnu.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Oct 2015 14:03:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/SCD2-Implementation-with-5-Master-data-time-dependent-tables/m-p/973439#M332943</guid>
      <dc:creator>vishnumusani</dc:creator>
      <dc:date>2015-10-15T14:03:40Z</dc:date>
    </item>
    <item>
      <title>Re: SCD2 Implementation with 5 Master data time dependent tables</title>
      <link>https://community.qlik.com/t5/QlikView/SCD2-Implementation-with-5-Master-data-time-dependent-tables/m-p/973440#M332944</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Henric,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here is the circular reference what i am getting.&lt;/P&gt;&lt;P&gt;&lt;IMG alt="SCD3.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/102116_SCD3.PNG" style="height: 355px; width: 620px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Oct 2015 14:05:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/SCD2-Implementation-with-5-Master-data-time-dependent-tables/m-p/973440#M332944</guid>
      <dc:creator>vishnumusani</dc:creator>
      <dc:date>2015-10-15T14:05:21Z</dc:date>
    </item>
    <item>
      <title>Re: SCD2 Implementation with 5 Master data time dependent tables</title>
      <link>https://community.qlik.com/t5/QlikView/SCD2-Implementation-with-5-Master-data-time-dependent-tables/m-p/973441#M332945</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Dathu,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am placing the common join keys in transaction table after joining transaction table with bridge tables and deleting individual keys from Transaction table in order to avoid multiple joins.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Vishnu.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Oct 2015 15:05:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/SCD2-Implementation-with-5-Master-data-time-dependent-tables/m-p/973441#M332945</guid>
      <dc:creator>vishnumusani</dc:creator>
      <dc:date>2015-10-15T15:05:09Z</dc:date>
    </item>
  </channel>
</rss>

