<?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 Creating Circular reference in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Creating-Circular-reference/m-p/1022219#M944491</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;I have a data model situation that I wanted to try out in QlikView and play with different options with Circular reference. Below is the data model that I am trying to build.&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="110577" alt="dm.JPG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/110577_dm.JPG" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;I am using the LOAD INLINE to build these tables as:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Employee:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;LOAD * INLINE [&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; EmpId, EmpName, Title, Salary, CityId, DeptId&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 101, John Smith, Sales Mgr, 110000, 4, 1&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 201, Sara Ramirez, Sales Associate, 58000, 5, 1&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 213, Samuel Baker, IT Engineer 1, 63500, 1, 2&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 211, David Mcginti, IT Director, 145000, 2, 2&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 256, Alan Card, Business Mgr, 133000, 3, 3&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;&lt;STRONG&gt;Department:&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;LOAD * INLINE [&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; DeptId, DeptName, CityId&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 1, Sales, 1&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 2, IT, 2&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 3, Marketing, 3&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;&lt;STRONG&gt;City:&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;LOAD * INLINE [&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; CityId, CityName&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 1, Columbus&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 2, Cleveland&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 3, Akron&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 4, Dublin&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 5, Hilliard&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 6, Powell&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 7, Grove City&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;STRONG&gt;Problem:&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;The problem that I am running into is that QlikView creates a Synthetic key to join the Employee and Department tables. If I rename the City field in the Employee and Department tables, it will not join join it to the City table. &lt;BR /&gt;&lt;BR /&gt;How can I get the joins to work as:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;EM&gt;Employee.DeptId = Department.DeptId AND&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="; font-size: 10pt;"&gt;&lt;EM&gt;Employee.CityId = City.CityId AND&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="; font-size: 10pt;"&gt;&lt;EM&gt;Department.CityId = City.CityId&lt;BR /&gt;&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 05 Jan 2016 05:26:38 GMT</pubDate>
    <dc:creator />
    <dc:date>2016-01-05T05:26:38Z</dc:date>
    <item>
      <title>Creating Circular reference</title>
      <link>https://community.qlik.com/t5/QlikView/Creating-Circular-reference/m-p/1022219#M944491</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;I have a data model situation that I wanted to try out in QlikView and play with different options with Circular reference. Below is the data model that I am trying to build.&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="110577" alt="dm.JPG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/110577_dm.JPG" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;I am using the LOAD INLINE to build these tables as:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Employee:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;LOAD * INLINE [&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; EmpId, EmpName, Title, Salary, CityId, DeptId&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 101, John Smith, Sales Mgr, 110000, 4, 1&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 201, Sara Ramirez, Sales Associate, 58000, 5, 1&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 213, Samuel Baker, IT Engineer 1, 63500, 1, 2&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 211, David Mcginti, IT Director, 145000, 2, 2&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 256, Alan Card, Business Mgr, 133000, 3, 3&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;&lt;STRONG&gt;Department:&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;LOAD * INLINE [&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; DeptId, DeptName, CityId&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 1, Sales, 1&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 2, IT, 2&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 3, Marketing, 3&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;&lt;STRONG&gt;City:&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;LOAD * INLINE [&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; CityId, CityName&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 1, Columbus&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 2, Cleveland&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 3, Akron&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 4, Dublin&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 5, Hilliard&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 6, Powell&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 7, Grove City&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;STRONG&gt;Problem:&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;The problem that I am running into is that QlikView creates a Synthetic key to join the Employee and Department tables. If I rename the City field in the Employee and Department tables, it will not join join it to the City table. &lt;BR /&gt;&lt;BR /&gt;How can I get the joins to work as:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;EM&gt;Employee.DeptId = Department.DeptId AND&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="; font-size: 10pt;"&gt;&lt;EM&gt;Employee.CityId = City.CityId AND&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="; font-size: 10pt;"&gt;&lt;EM&gt;Department.CityId = City.CityId&lt;BR /&gt;&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Jan 2016 05:26:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Creating-Circular-reference/m-p/1022219#M944491</guid>
      <dc:creator />
      <dc:date>2016-01-05T05:26:38Z</dc:date>
    </item>
    <item>
      <title>Re: Circular reference</title>
      <link>https://community.qlik.com/t5/QlikView/Creating-Circular-reference/m-p/1022220#M944492</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;You have three tables .There is no possibility for Three joins. The rule is, if you have N tables ,only (N-1) joins are possible.&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;you can rename department table cityId . Then you can get data model like below.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;&lt;IMG __jive_id="110607" alt="Capture1.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/110607_Capture1.PNG" style="height: auto;" /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;these links are enough for&amp;nbsp; association.&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-style: inherit; font-size: 13.3333px; font-family: inherit; font-weight: inherit;"&gt;&lt;EM&gt;&lt;BR /&gt;&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-style: inherit; font-size: 13.3333px; font-family: inherit; font-weight: inherit;"&gt;&lt;EM&gt;Employee.DeptId = Department.DeptId AND&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-size: 10pt; font-family: inherit;"&gt;&lt;EM&gt;Employee.CityId = City.CityId AND&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Jan 2016 09:10:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Creating-Circular-reference/m-p/1022220#M944492</guid>
      <dc:creator>abirami_palanis</dc:creator>
      <dc:date>2016-01-05T09:10:53Z</dc:date>
    </item>
    <item>
      <title>Re: Circular reference</title>
      <link>https://community.qlik.com/t5/QlikView/Creating-Circular-reference/m-p/1022221#M944493</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;may be this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;QUALIFY *;&lt;/P&gt;&lt;P&gt;UNQUALIFY CityId;&lt;/P&gt;&lt;P&gt;Employee:&lt;/P&gt;&lt;P&gt;LOAD * INLINE [&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; EmpId, EmpName, Title, Salary, CityId, DeptId&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 101, John Smith, Sales Mgr, 110000, 4, 1&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 201, Sara Ramirez, Sales Associate, 58000, 5, 1&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 213, Samuel Baker, IT Engineer 1, 63500, 1, 2&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 211, David Mcginti, IT Director, 145000, 2, 2&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 256, Alan Card, Business Mgr, 133000, 3, 3&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;Department:&lt;/P&gt;&lt;P&gt;LOAD * INLINE [&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; DeptId, DeptName, CityId&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 1, Sales, 1&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 2, IT, 2&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 3, Marketing, 3&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;City:&lt;/P&gt;&lt;P&gt;LOAD * INLINE [&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; CityId, CityName&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 1, Columbus&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 2, Cleveland&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 3, Akron&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 4, Dublin&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 5, Hilliard&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 6, Powell&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 7, Grove City&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Jan 2016 09:14:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Creating-Circular-reference/m-p/1022221#M944493</guid>
      <dc:creator>arulsettu</dc:creator>
      <dc:date>2016-01-05T09:14:21Z</dc:date>
    </item>
    <item>
      <title>Re: Circular reference</title>
      <link>https://community.qlik.com/t5/QlikView/Creating-Circular-reference/m-p/1022222#M944494</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i think&lt;/P&gt;&lt;P&gt;these two links are enough for association&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 10pt; font-family: inherit;"&gt;&lt;EM style="font-weight: inherit; font-size: 13.3333px; font-family: inherit;"&gt;Employee.DeptId = Department.DeptId AND&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;EM style="font-weight: inherit; font-size: 10pt; font-family: inherit;"&gt;Employee.CityId = City.CityId AND&lt;/EM&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;EM style="font-weight: inherit; font-size: 10pt; font-family: inherit;"&gt;&lt;BR /&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;EM style="font-weight: inherit; font-size: 10pt; font-family: inherit;"&gt;you can rename CityId of Department table.&lt;BR /&gt;&lt;/EM&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Jan 2016 11:06:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Creating-Circular-reference/m-p/1022222#M944494</guid>
      <dc:creator>tyagishaila</dc:creator>
      <dc:date>2016-01-05T11:06:29Z</dc:date>
    </item>
    <item>
      <title>Re: Circular reference</title>
      <link>https://community.qlik.com/t5/QlikView/Creating-Circular-reference/m-p/1022223#M944495</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;to remove circular reference, you can concatenate these tables.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Jan 2016 11:17:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Creating-Circular-reference/m-p/1022223#M944495</guid>
      <dc:creator>tyagishaila</dc:creator>
      <dc:date>2016-01-05T11:17:12Z</dc:date>
    </item>
    <item>
      <title>Re: Circular reference</title>
      <link>https://community.qlik.com/t5/QlikView/Creating-Circular-reference/m-p/1022224#M944496</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Qlikview works best with flat tables rather than normalized.&amp;nbsp; If at all possible, I would just left join the city table into the employee table in the load script.&amp;nbsp; Depending on the number of records, I probably would left join the dept table as well.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Jan 2016 12:35:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Creating-Circular-reference/m-p/1022224#M944496</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-01-05T12:35:19Z</dc:date>
    </item>
    <item>
      <title>Re: Circular reference</title>
      <link>https://community.qlik.com/t5/QlikView/Creating-Circular-reference/m-p/1022225#M944497</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;use link table concept.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Jan 2016 12:38:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Creating-Circular-reference/m-p/1022225#M944497</guid>
      <dc:creator>PrashantSangle</dc:creator>
      <dc:date>2016-01-05T12:38:33Z</dc:date>
    </item>
    <item>
      <title>Re: Circular reference</title>
      <link>https://community.qlik.com/t5/QlikView/Creating-Circular-reference/m-p/1022226#M944498</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Since the synthetic key has nothing to do with the Circular Reference, and you want to keep the Circular Reference to experiment with, remove the synthetic key by creating a composite key in Employee and Department that consists of CityId and DeptId. Drop those two fields from Employee. The INLINE LOADs for Empoyee and Department then become:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;&lt;STRONG&gt;Employee:&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;LOAD &lt;SPAN style="color: #3d3d3d; font-size: 13px;"&gt;EmpId, EmpName, Title, Salary, CityId &amp;amp; '|' &amp;amp; DeptId AS DeptCityKey&lt;/SPAN&gt; INLINE [&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;:&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 10pt; font-family: 'courier new', courier;"&gt;&lt;STRONG&gt;Department:&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;LOAD *, &lt;SPAN style="color: #3d3d3d; font-size: 13px;"&gt;CityId &amp;amp; '|' &amp;amp; DeptId AS DeptCityKey&lt;/SPAN&gt; INLINE [&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;:&lt;/SPAN&gt;&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;Best,&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;Peter&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Jan 2016 12:53:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Creating-Circular-reference/m-p/1022226#M944498</guid>
      <dc:creator>Peter_Cammaert</dc:creator>
      <dc:date>2016-01-05T12:53:55Z</dc:date>
    </item>
    <item>
      <title>Re: Circular reference</title>
      <link>https://community.qlik.com/t5/QlikView/Creating-Circular-reference/m-p/1022227#M944499</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;check this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/qlik-blogpost/3178"&gt;Circular References&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/thread/143382"&gt;What is Circular Reference?&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Jan 2016 13:07:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Creating-Circular-reference/m-p/1022227#M944499</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-01-05T13:07:19Z</dc:date>
    </item>
    <item>
      <title>Re: Circular reference</title>
      <link>https://community.qlik.com/t5/QlikView/Creating-Circular-reference/m-p/1022228#M944500</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I want to be able to join the tables as I mentioned &lt;SPAN style="text-decoration: underline;"&gt;because I want to create a circular reference, which I know how to solve.&lt;/SPAN&gt; This is a pretty normal ER modeling situation where 2 tables (Emp and Dept) link to a common lookup table (City) which results in a loop/circular reference.&lt;/P&gt;&lt;P&gt;The question is not about solving circular reference, rather help me join the tables as shown so that I create one.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-style: inherit; font-size: 13.3333px; font-family: inherit; font-weight: inherit;"&gt;&lt;EM&gt;Employee.DeptId = Department.DeptId AND&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-size: 10pt; font-family: inherit;"&gt;&lt;EM&gt;Employee.CityId = City.CityId AND&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-size: 10pt; font-family: inherit;"&gt;&lt;EM&gt;Department.CityId = City.CityId&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Jan 2016 13:16:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Creating-Circular-reference/m-p/1022228#M944500</guid>
      <dc:creator />
      <dc:date>2016-01-05T13:16:24Z</dc:date>
    </item>
    <item>
      <title>Re: Creating Circular reference</title>
      <link>https://community.qlik.com/t5/QlikView/Creating-Circular-reference/m-p/1022229#M944501</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Peter - Thanks for your response. I though about that, but the City in the Employee Table is the City in which the Employee lives where as the City in the Department table is the City where the department is located. Needless to day that they can be different.&lt;/P&gt;&lt;P&gt;In addition, the join between Employee and Department should only be on DeptId.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am finding the automatic joining in QlikView quite frustrating. As a developer, if you can't join the tables as you'd like, then it is very limiting.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Jan 2016 15:32:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Creating-Circular-reference/m-p/1022229#M944501</guid>
      <dc:creator />
      <dc:date>2016-01-05T15:32:08Z</dc:date>
    </item>
    <item>
      <title>Re: Creating Circular reference</title>
      <link>https://community.qlik.com/t5/QlikView/Creating-Circular-reference/m-p/1022230#M944502</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Arul,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your reply. I tried Qualifying CityId in the both Employee and Department tables so that it gets excluded from the join, but it also removes the Join from Employee --&amp;gt; City and Department --&amp;gt; City.&lt;/P&gt;&lt;P&gt;I wish there is a way in QlikView to tell it how you as a developer want the joins. Employee and Department tables should &lt;EM&gt;only&lt;/EM&gt; link on DeptId.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Jan 2016 15:36:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Creating-Circular-reference/m-p/1022230#M944502</guid>
      <dc:creator />
      <dc:date>2016-01-05T15:36:05Z</dc:date>
    </item>
    <item>
      <title>Re: Creating Circular reference</title>
      <link>https://community.qlik.com/t5/QlikView/Creating-Circular-reference/m-p/1022231#M944503</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Have a read of this blog post by &lt;A href="https://community.qlik.com/qlik-users/4003"&gt;hic&lt;/A&gt;‌&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;A href="https://community.qlik.com/qlik-blogpost/3178"&gt;Circular References&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Jan 2016 15:37:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Creating-Circular-reference/m-p/1022231#M944503</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-01-05T15:37:59Z</dc:date>
    </item>
    <item>
      <title>Re: Creating Circular reference</title>
      <link>https://community.qlik.com/t5/QlikView/Creating-Circular-reference/m-p/1022232#M944504</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Bill - Thanks for your response. I have read this post before.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Jan 2016 15:39:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Creating-Circular-reference/m-p/1022232#M944504</guid>
      <dc:creator />
      <dc:date>2016-01-05T15:39:13Z</dc:date>
    </item>
    <item>
      <title>Re: Creating Circular reference</title>
      <link>https://community.qlik.com/t5/QlikView/Creating-Circular-reference/m-p/1022233#M944505</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You want to keep those Employees that have their Department in the same city as the one they live in? That's what I understand when I read&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;&lt;EM style="font-weight: inherit; font-size: 13.3333px; font-family: inherit;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Employee.DeptId = Department.DeptId AND&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 10pt; font-family: inherit;"&gt;&lt;EM style="font-weight: inherit; font-size: 13.3333px; font-family: inherit;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Employee.CityId = City.CityId AND&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 10pt; font-family: inherit;"&gt;&lt;EM style="font-weight: inherit; font-size: 13.3333px; font-family: inherit;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Department.CityId = City.CityId&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;as a single condition that should apply at all times&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Jan 2016 15:49:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Creating-Circular-reference/m-p/1022233#M944505</guid>
      <dc:creator>Peter_Cammaert</dc:creator>
      <dc:date>2016-01-05T15:49:46Z</dc:date>
    </item>
    <item>
      <title>Re: Creating Circular reference</title>
      <link>https://community.qlik.com/t5/QlikView/Creating-Circular-reference/m-p/1022234#M944506</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Peter!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My goal was to create a Circular Reference with this, and then solve it by Aliasing (loading it twice) the City table, because City table is a role playing table here.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is for a school activity.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Jan 2016 15:52:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Creating-Circular-reference/m-p/1022234#M944506</guid>
      <dc:creator />
      <dc:date>2016-01-05T15:52:05Z</dc:date>
    </item>
    <item>
      <title>Re: Creating Circular reference</title>
      <link>https://community.qlik.com/t5/QlikView/Creating-Circular-reference/m-p/1022235#M944507</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You could denormalise into 2 tables like this :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;EM&gt;City:&lt;/EM&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;EM&gt;LOAD * INLINE [&lt;/EM&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;EM&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; CityId, CityName&lt;/EM&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;EM&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 1, Columbus&lt;/EM&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;EM&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 2, Cleveland&lt;/EM&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;EM&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 3, Akron&lt;/EM&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;EM&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 4, Dublin&lt;/EM&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;EM&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 5, Hilliard&lt;/EM&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;EM&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 6, Powell&lt;/EM&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;EM&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 7, Grove City&lt;/EM&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;EM&gt;];&lt;/EM&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;EM&gt;MapDepartment:&lt;/EM&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;EM&gt;Mapping&lt;/EM&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;EM&gt;LOAD * INLINE [&lt;/EM&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;EM&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; DeptId, DeptName &lt;/EM&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;EM&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 1, Sales&lt;/EM&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;EM&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 2, IT&lt;/EM&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;EM&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 3, Marketing&lt;/EM&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;EM&gt;];&lt;/EM&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;EM&gt;Employee:&lt;/EM&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;EM&gt;Load&lt;/EM&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;EM&gt;&amp;nbsp; ApplyMap ( 'MapDepartment' , DeptId ) as DeptName ,&lt;/EM&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;EM&gt;&amp;nbsp; *&lt;/EM&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;EM&gt;;&lt;/EM&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;EM&gt;LOAD * INLINE [&lt;/EM&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;EM&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; EmpId, EmpName, Title, Salary, CityId, DeptId&lt;/EM&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;EM&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 101, John Smith, Sales Mgr, 110000, 4, 1&lt;/EM&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;EM&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 201, Sara Ramirez, Sales Associate, 58000, 5, 1&lt;/EM&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;EM&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 213, Samuel Baker, IT Engineer 1, 63500, 1, 2&lt;/EM&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;EM&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 211, David Mcginti, IT Director, 145000, 2, 2&lt;/EM&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;EM&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 256, Alan Card, Business Mgr, 133000, 3, 3&lt;/EM&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;EM&gt;];&lt;/EM&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;EM&gt;drop field DeptId ;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;With that now as your data model can you create the visualisations you need ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Jan 2016 16:19:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Creating-Circular-reference/m-p/1022235#M944507</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-01-05T16:19:16Z</dc:date>
    </item>
    <item>
      <title>Re: Creating Circular reference</title>
      <link>https://community.qlik.com/t5/QlikView/Creating-Circular-reference/m-p/1022236#M944508</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You should not view them as JOINs per se. QlikView needs associations which may look like JOINs but they're used for a different purpose. QlikView will walk all those associations whenever you make a (different) selection in order to find out what data is related to your selection and what data is not. A real circular reference is forbidden in QlikView because this walking may never stop until the entire data model has been selected and then some. That's why at the end of a load script run, the engine will sort of split some tables in two (actually two copies) where associations will not propagate.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Your City table is an excellent example. You select an employee, that employee lives in a single city, but that city may have different departments and those departments provide work for more employees that all live in different cities, ... and so on.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Walking is more difficult than you would think &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Jan 2016 16:33:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Creating-Circular-reference/m-p/1022236#M944508</guid>
      <dc:creator>Peter_Cammaert</dc:creator>
      <dc:date>2016-01-05T16:33:08Z</dc:date>
    </item>
  </channel>
</rss>

