<?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: Joining Tables While Avoiding Synthetic Keys in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Joining-Tables-While-Avoiding-Synthetic-Keys/m-p/537525#M1138213</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ismael,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you can load all the tables in this sequence &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;TABLEONE(&lt;/STRONG&gt;DATE1, EMP1, DATE_EMP_KEY, CALLSTAKEN, TIMEWORKED)&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;TABLETWO&lt;/STRONG&gt;(DATE2, EMP2, DATE_EMP_KEY, QUALITYAUDITDATE, QUALITYAUDITTYPE, ACTIVITYNAME)&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;TABHETHREE(&lt;/STRONG&gt;DATE3, EMP3, DATE_EMP_KEY&lt;STRONG&gt;,&lt;/STRONG&gt;ACTIVITYTYPE, ACTIVITYDURATION, OUTADHERENCEPCT, QUARTER)&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;TABLEFOUR(&lt;/STRONG&gt;DATE4, EMP4, DATE_EMP_KEY,ADHERENCEPT,......)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now form a Master table&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;MASTER_EMP_DATE_TEMP:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Load distinct&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; DATE1 AS DATE,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; EMP1 AS EMP&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; (DATE1 &amp;amp; EMP1) AS DATE_EMP_KEY&lt;/P&gt;&lt;P&gt;Resident TABLEONE;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CONCATENATE(MASTER_EMP_DATE_TEMP)&lt;/P&gt;&lt;P&gt;TABLETWO...&lt;/P&gt;&lt;P&gt;TABLETHREE...&lt;/P&gt;&lt;P&gt;TABLEFOUR...&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;MasterEmpDate:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;LOAD DISTINCT&lt;/P&gt;&lt;P&gt;DATE,&lt;/P&gt;&lt;P&gt;EMP,&lt;/P&gt;&lt;P&gt;DATE_EMP_KEY&lt;/P&gt;&lt;P&gt;Resident MASTER_EMP_DATE_TEMP;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;drop table MASTER_EMP_DATE_TEMP;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Drop FIELD DATE1, EMP1 from TABLEONE;&lt;/P&gt;&lt;P&gt;....TABLETWO;&lt;/P&gt;&lt;P&gt;... TABLETHREE;&lt;/P&gt;&lt;P&gt;...TABLEFOUR;&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;STRONG&gt;CALENDARTABLE(&lt;/STRONG&gt;DATE, MONTH,.....)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now all thefour tables should be linked with the DATE_EMP_KEY and the CALENDAR should be linked with DATE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks... &lt;/P&gt;&lt;P&gt;&lt;BR /&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 10 Oct 2013 03:12:04 GMT</pubDate>
    <dc:creator>amars</dc:creator>
    <dc:date>2013-10-10T03:12:04Z</dc:date>
    <item>
      <title>Joining Tables While Avoiding Synthetic Keys</title>
      <link>https://community.qlik.com/t5/QlikView/Joining-Tables-While-Avoiding-Synthetic-Keys/m-p/537522#M1138210</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have quite a few QVDs that contain employee productivity statistics. My dashboard's audience are managers and everything revolves around the date field and the employee id field. In order to avoid synthetic keys I have been loading each QVD containing some type of employee stats and then concatenating them at the end. As you might know this is creating a ton of null values so I am looking to find more efficient ways of relating the information.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have experimented with creating a table by performing an outer join on a my employee table and an auto generated calendar but quite frankly I don't know what I am doing. I also did a little poking around and say something that mentioned creating a key by combining the date and employee id field but again I am not sure if that's the best way to go.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any assistance with this would be very much appreciated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Oct 2013 00:38:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Joining-Tables-While-Avoiding-Synthetic-Keys/m-p/537522#M1138210</guid>
      <dc:creator>villegasi03</dc:creator>
      <dc:date>2013-10-10T00:38:08Z</dc:date>
    </item>
    <item>
      <title>Re: Joining Tables While Avoiding Synthetic Keys</title>
      <link>https://community.qlik.com/t5/QlikView/Joining-Tables-While-Avoiding-Synthetic-Keys/m-p/537523#M1138211</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Could you send a model of how the relationship is getting your tables?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Oct 2013 02:16:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Joining-Tables-While-Avoiding-Synthetic-Keys/m-p/537523#M1138211</guid>
      <dc:creator />
      <dc:date>2013-10-10T02:16:45Z</dc:date>
    </item>
    <item>
      <title>Re: Joining Tables While Avoiding Synthetic Keys</title>
      <link>https://community.qlik.com/t5/QlikView/Joining-Tables-While-Avoiding-Synthetic-Keys/m-p/537524#M1138212</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Here is an example of what I have. What I am currently doing is concatenating tables one thru four and then left joing to my calendar table. This would leave me with one big table. So because the data is a mixture of summary (aggregated daily for example, one record for each day for each employee) and some data is details (many records for one employee for each days) I would not be able to left join all the tables. Currently this is causing a great deal of obsolete null values for fields that were not native to the source table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;TABLE border="0" cellpadding="0" cellspacing="0" style="WIDTH: 612px;"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD class="xl64" height="17" style="border-bottom: medium none; border-left: black 0.5pt solid; font-family: Arial; background: black; color: white; font-size: 8pt; border-top: black 0.5pt solid; font-weight: bold; border-right: black 0.5pt solid;" width="97"&gt;TABLEONE&lt;/TD&gt;&lt;TD class="xl65" style="font-family: Arial; background: #ddd9c3; color: windowtext; font-size: 8pt; font-weight: 400;" width="16"&gt; &lt;/TD&gt;&lt;TD class="xl64" style="border-bottom: medium none; border-left: black 0.5pt solid; font-family: Arial; background: black; color: white; font-size: 8pt; border-top: black 0.5pt solid; font-weight: bold; border-right: black 0.5pt solid;" width="110"&gt;TABLETWO&lt;/TD&gt;&lt;TD class="xl65" style="font-family: Arial; background: #ddd9c3; color: windowtext; font-size: 8pt; font-weight: 400;" width="15"&gt; &lt;/TD&gt;&lt;TD class="xl64" style="border-bottom: medium none; border-left: black 0.5pt solid; font-family: Arial; background: black; color: white; font-size: 8pt; border-top: black 0.5pt solid; font-weight: bold; border-right: black 0.5pt solid;" width="107"&gt;TABLETHREE&lt;/TD&gt;&lt;TD class="xl65" style="font-family: Arial; background: #ddd9c3; color: windowtext; font-size: 8pt; font-weight: 400;" width="9"&gt; &lt;/TD&gt;&lt;TD class="xl64" style="border-bottom: medium none; border-left: black 0.5pt solid; font-family: Arial; background: black; color: white; font-size: 8pt; border-top: black 0.5pt solid; font-weight: bold; border-right: black 0.5pt solid;" width="109"&gt;TABLEFOUR&lt;/TD&gt;&lt;TD class="xl65" style="font-family: Arial; background: #ddd9c3; color: windowtext; font-size: 8pt; font-weight: 400;" width="16"&gt; &lt;/TD&gt;&lt;TD class="xl64" style="border-bottom: medium none; border-left: black 0.5pt solid; font-family: Arial; background: black; color: white; font-size: 8pt; border-top: black 0.5pt solid; font-weight: bold; border-right: black 0.5pt solid;" width="133"&gt;CALENDARTABLE&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl64" height="17" style="border-bottom: medium none; border-left: black 0.5pt solid; font-family: Arial; color: black; font-size: 8pt; border-top: black 0.5pt solid; font-weight: 400; border-right: black 0.5pt solid;"&gt;DATE&lt;/TD&gt;&lt;TD class="xl65" style="font-family: Arial; background: #ddd9c3; color: windowtext; font-size: 8pt; font-weight: 400;"&gt; &lt;/TD&gt;&lt;TD class="xl66" style="border-bottom: medium none; border-left: black 0.5pt solid; font-family: Arial; color: black; font-size: 8pt; border-top: black 0.5pt solid; font-weight: 400; border-right: black 0.5pt solid;"&gt;DATE&lt;/TD&gt;&lt;TD class="xl65" style="font-family: Arial; background: #ddd9c3; color: windowtext; font-size: 8pt; font-weight: 400;"&gt; &lt;/TD&gt;&lt;TD class="xl66" style="border-bottom: medium none; border-left: black 0.5pt solid; font-family: Arial; color: black; font-size: 8pt; border-top: black 0.5pt solid; font-weight: 400; border-right: black 0.5pt solid;"&gt;DATE&lt;/TD&gt;&lt;TD class="xl65" style="font-family: Arial; background: #ddd9c3; color: windowtext; font-size: 8pt; font-weight: 400;"&gt; &lt;/TD&gt;&lt;TD class="xl66" style="border-bottom: medium none; border-left: black 0.5pt solid; font-family: Arial; color: black; font-size: 8pt; border-top: black 0.5pt solid; font-weight: 400; border-right: black 0.5pt solid;"&gt;DATE&lt;/TD&gt;&lt;TD class="xl65" style="font-family: Arial; background: #ddd9c3; color: windowtext; font-size: 8pt; font-weight: 400;"&gt; &lt;/TD&gt;&lt;TD class="xl64" style="border-bottom: medium none; border-left: black 0.5pt solid; font-family: Arial; color: black; font-size: 8pt; border-top: black 0.5pt solid; font-weight: 400; border-right: black 0.5pt solid;"&gt;DATE&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl64" height="17" style="border-bottom: medium none; border-left: black 0.5pt solid; font-family: Arial; color: black; font-size: 8pt; border-top: black 0.5pt solid; font-weight: 400; border-right: black 0.5pt solid;"&gt;EMPLOYEEID&lt;/TD&gt;&lt;TD class="xl65" style="font-family: Arial; background: #ddd9c3; color: windowtext; font-size: 8pt; font-weight: 400;"&gt; &lt;/TD&gt;&lt;TD class="xl66" style="border-bottom: medium none; border-left: black 0.5pt solid; font-family: Arial; color: black; font-size: 8pt; border-top: black 0.5pt solid; font-weight: 400; border-right: black 0.5pt solid;"&gt;EMPLOYEEID&lt;/TD&gt;&lt;TD class="xl65" style="font-family: Arial; background: #ddd9c3; color: windowtext; font-size: 8pt; font-weight: 400;"&gt; &lt;/TD&gt;&lt;TD class="xl66" style="border-bottom: medium none; border-left: black 0.5pt solid; font-family: Arial; color: black; font-size: 8pt; border-top: black 0.5pt solid; font-weight: 400; border-right: black 0.5pt solid;"&gt;EMPLOYEEID&lt;/TD&gt;&lt;TD class="xl65" style="font-family: Arial; background: #ddd9c3; color: windowtext; font-size: 8pt; font-weight: 400;"&gt; &lt;/TD&gt;&lt;TD class="xl66" style="border-bottom: medium none; border-left: black 0.5pt solid; font-family: Arial; color: black; font-size: 8pt; border-top: black 0.5pt solid; font-weight: 400; border-right: black 0.5pt solid;"&gt;EMPLOYEEID&lt;/TD&gt;&lt;TD class="xl65" style="font-family: Arial; background: #ddd9c3; color: windowtext; font-size: 8pt; font-weight: 400;"&gt; &lt;/TD&gt;&lt;TD class="xl64" style="border-bottom: medium none; border-left: black 0.5pt solid; font-family: Arial; color: black; font-size: 8pt; border-top: black 0.5pt solid; font-weight: 400; border-right: black 0.5pt solid;"&gt;MONTH&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl64" height="17" style="border-bottom: medium none; border-left: black 0.5pt solid; font-family: Arial; color: black; font-size: 8pt; border-top: black 0.5pt solid; font-weight: 400; border-right: black 0.5pt solid;"&gt;CALLSTAKEN&lt;/TD&gt;&lt;TD class="xl65" style="font-family: Arial; background: #ddd9c3; color: windowtext; font-size: 8pt; font-weight: 400;"&gt; &lt;/TD&gt;&lt;TD class="xl66" style="border-bottom: medium none; border-left: black 0.5pt solid; font-family: Arial; color: black; font-size: 8pt; border-top: black 0.5pt solid; font-weight: 400; border-right: black 0.5pt solid;"&gt;QUALITYAUDITDATE&lt;/TD&gt;&lt;TD class="xl65" style="font-family: Arial; background: #ddd9c3; color: windowtext; font-size: 8pt; font-weight: 400;"&gt; &lt;/TD&gt;&lt;TD class="xl66" style="border-bottom: medium none; border-left: black 0.5pt solid; font-family: Arial; color: black; font-size: 8pt; border-top: black 0.5pt solid; font-weight: 400; border-right: black 0.5pt solid;"&gt;ACTIVITYTYPE&lt;/TD&gt;&lt;TD class="xl65" style="font-family: Arial; background: #ddd9c3; color: windowtext; font-size: 8pt; font-weight: 400;"&gt; &lt;/TD&gt;&lt;TD class="xl66" style="border-bottom: medium none; border-left: black 0.5pt solid; font-family: Arial; color: black; font-size: 8pt; border-top: black 0.5pt solid; font-weight: 400; border-right: black 0.5pt solid;"&gt;ADHERENCEPCT&lt;/TD&gt;&lt;TD class="xl65" style="font-family: Arial; background: #ddd9c3; color: windowtext; font-size: 8pt; font-weight: 400;"&gt; &lt;/TD&gt;&lt;TD class="xl64" style="border-bottom: medium none; border-left: black 0.5pt solid; font-family: Arial; color: black; font-size: 8pt; border-top: black 0.5pt solid; font-weight: 400; border-right: black 0.5pt solid;"&gt;MONTHNAME&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl64" height="17" style="font-family: Arial; color: black; font-size: 8pt; font-weight: 400; border: black 0.5pt solid;"&gt;TIMEWORKED&lt;/TD&gt;&lt;TD class="xl65" style="font-family: Arial; background: #ddd9c3; color: windowtext; font-size: 8pt; font-weight: 400;"&gt; &lt;/TD&gt;&lt;TD class="xl66" style="font-family: Arial; color: black; font-size: 8pt; font-weight: 400; border: black 0.5pt solid;"&gt;QUALITYAUDITTYPE&lt;/TD&gt;&lt;TD class="xl65" style="font-family: Arial; background: #ddd9c3; color: windowtext; font-size: 8pt; font-weight: 400;"&gt; &lt;/TD&gt;&lt;TD class="xl66" style="border-bottom: medium none; border-left: black 0.5pt solid; font-family: Arial; color: black; font-size: 8pt; border-top: black 0.5pt solid; font-weight: 400; border-right: black 0.5pt solid;"&gt;ACTIVITYDURATION&lt;/TD&gt;&lt;TD class="xl65" style="font-family: Arial; background: #ddd9c3; color: windowtext; font-size: 8pt; font-weight: 400;"&gt; &lt;/TD&gt;&lt;TD class="xl66" style="border-bottom: medium none; border-left: black 0.5pt solid; font-family: Arial; color: black; font-size: 8pt; border-top: black 0.5pt solid; font-weight: 400; border-right: black 0.5pt solid;"&gt;INADHERENCEPCT&lt;/TD&gt;&lt;TD class="xl65" style="font-family: Arial; background: #ddd9c3; color: windowtext; font-size: 8pt; font-weight: 400;"&gt; &lt;/TD&gt;&lt;TD class="xl64" style="border-bottom: medium none; border-left: black 0.5pt solid; font-family: Arial; color: black; font-size: 8pt; border-top: black 0.5pt solid; font-weight: 400; border-right: black 0.5pt solid;"&gt;YEAR&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl65"&gt; &lt;/TD&gt;&lt;TD class="xl65" style="font-family: Arial; background: #ddd9c3; color: windowtext; font-size: 8pt; font-weight: 400;"&gt; &lt;/TD&gt;&lt;TD class="xl66" style="font-family: Arial; color: black; font-size: 8pt; font-weight: 400; border: black 0.5pt solid;"&gt;ACTIVITYNAME&lt;/TD&gt;&lt;TD class="xl65" style="font-family: Arial; background: #ddd9c3; color: windowtext; font-size: 8pt; font-weight: 400;"&gt; &lt;/TD&gt;&lt;TD class="xl66" style="font-family: Arial; color: black; font-size: 8pt; font-weight: 400; border: black 0.5pt solid;"&gt;OUTADHERENCEPCT&lt;/TD&gt;&lt;TD class="xl65" style="font-family: Arial; background: #ddd9c3; color: windowtext; font-size: 8pt; font-weight: 400;"&gt; &lt;/TD&gt;&lt;TD class="xl64" style="border-bottom: medium none; border-left: black 0.5pt solid; font-family: Arial; color: black; font-size: 8pt; border-top: black 0.5pt solid; font-weight: 400; border-right: black 0.5pt solid;"&gt;WEEKDAY&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl63"&gt; &lt;/TD&gt;&lt;TD class="xl63"&gt; &lt;/TD&gt;&lt;TD class="xl63"&gt; &lt;/TD&gt;&lt;TD class="xl63" style="background: #ddd9c3;"&gt; &lt;/TD&gt;&lt;TD class="xl64" style="font-family: Arial; color: black; font-size: 8pt; font-weight: 400; border: black 0.5pt solid;"&gt;QUARTER&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Oct 2013 02:32:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Joining-Tables-While-Avoiding-Synthetic-Keys/m-p/537524#M1138212</guid>
      <dc:creator>villegasi03</dc:creator>
      <dc:date>2013-10-10T02:32:57Z</dc:date>
    </item>
    <item>
      <title>Re: Joining Tables While Avoiding Synthetic Keys</title>
      <link>https://community.qlik.com/t5/QlikView/Joining-Tables-While-Avoiding-Synthetic-Keys/m-p/537525#M1138213</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ismael,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you can load all the tables in this sequence &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;TABLEONE(&lt;/STRONG&gt;DATE1, EMP1, DATE_EMP_KEY, CALLSTAKEN, TIMEWORKED)&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;TABLETWO&lt;/STRONG&gt;(DATE2, EMP2, DATE_EMP_KEY, QUALITYAUDITDATE, QUALITYAUDITTYPE, ACTIVITYNAME)&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;TABHETHREE(&lt;/STRONG&gt;DATE3, EMP3, DATE_EMP_KEY&lt;STRONG&gt;,&lt;/STRONG&gt;ACTIVITYTYPE, ACTIVITYDURATION, OUTADHERENCEPCT, QUARTER)&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;TABLEFOUR(&lt;/STRONG&gt;DATE4, EMP4, DATE_EMP_KEY,ADHERENCEPT,......)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now form a Master table&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;MASTER_EMP_DATE_TEMP:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Load distinct&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; DATE1 AS DATE,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; EMP1 AS EMP&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; (DATE1 &amp;amp; EMP1) AS DATE_EMP_KEY&lt;/P&gt;&lt;P&gt;Resident TABLEONE;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CONCATENATE(MASTER_EMP_DATE_TEMP)&lt;/P&gt;&lt;P&gt;TABLETWO...&lt;/P&gt;&lt;P&gt;TABLETHREE...&lt;/P&gt;&lt;P&gt;TABLEFOUR...&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;MasterEmpDate:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;LOAD DISTINCT&lt;/P&gt;&lt;P&gt;DATE,&lt;/P&gt;&lt;P&gt;EMP,&lt;/P&gt;&lt;P&gt;DATE_EMP_KEY&lt;/P&gt;&lt;P&gt;Resident MASTER_EMP_DATE_TEMP;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;drop table MASTER_EMP_DATE_TEMP;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Drop FIELD DATE1, EMP1 from TABLEONE;&lt;/P&gt;&lt;P&gt;....TABLETWO;&lt;/P&gt;&lt;P&gt;... TABLETHREE;&lt;/P&gt;&lt;P&gt;...TABLEFOUR;&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;STRONG&gt;CALENDARTABLE(&lt;/STRONG&gt;DATE, MONTH,.....)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now all thefour tables should be linked with the DATE_EMP_KEY and the CALENDAR should be linked with DATE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks... &lt;/P&gt;&lt;P&gt;&lt;BR /&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Oct 2013 03:12:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Joining-Tables-While-Avoiding-Synthetic-Keys/m-p/537525#M1138213</guid>
      <dc:creator>amars</dc:creator>
      <dc:date>2013-10-10T03:12:04Z</dc:date>
    </item>
    <item>
      <title>Re: Joining Tables While Avoiding Synthetic Keys</title>
      <link>https://community.qlik.com/t5/QlikView/Joining-Tables-While-Avoiding-Synthetic-Keys/m-p/537526#M1138214</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It looks like this is going to do the trick. Its going to take me just a bit to set up my script so I should be able to let you know how it turns out in the morning. Thank you very much for your assistance and I will get back as soon as I get set up.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Oct 2013 03:59:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Joining-Tables-While-Avoiding-Synthetic-Keys/m-p/537526#M1138214</guid>
      <dc:creator>villegasi03</dc:creator>
      <dc:date>2013-10-10T03:59:21Z</dc:date>
    </item>
    <item>
      <title>Re: Joining Tables While Avoiding Synthetic Keys</title>
      <link>https://community.qlik.com/t5/QlikView/Joining-Tables-While-Avoiding-Synthetic-Keys/m-p/537527#M1138215</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This worked like a charm. I really appreciate all your assistance.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Oct 2013 12:21:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Joining-Tables-While-Avoiding-Synthetic-Keys/m-p/537527#M1138215</guid>
      <dc:creator>villegasi03</dc:creator>
      <dc:date>2013-10-11T12:21:18Z</dc:date>
    </item>
  </channel>
</rss>

