<?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: how to join three tables that create a circular reference in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/how-to-join-three-tables-that-create-a-circular-reference/m-p/1100868#M913023</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Tania,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you share your qvw file, so we can see in which order you concatenate/join the tables ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 01 Jun 2016 07:29:35 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2016-06-01T07:29:35Z</dc:date>
    <item>
      <title>how to join three tables that create a circular reference</title>
      <link>https://community.qlik.com/t5/QlikView/how-to-join-three-tables-that-create-a-circular-reference/m-p/1100866#M913021</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I need to join three tables together, but when I do, it creates a circular reference. Everything I have read about circular references and how to avoid them doesn't take into account what happens if you actually want all three tables to be joined. Here is the data that I need joined:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;From Tickets Table:&lt;/P&gt;&lt;P&gt;AreaGuid&lt;/P&gt;&lt;P&gt;SeatIdInAreaMap&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;From Seats Table:&lt;/P&gt;&lt;P&gt;SeatIdInAreaMap&lt;/P&gt;&lt;P&gt;AreaMapGuid&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;From Area Maps Table:&lt;/P&gt;&lt;P&gt;AreaGuid&lt;/P&gt;&lt;P&gt;AreaMapGuid&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have tried concatenating two tables together and then creating a link table to join them, but I have run into problems creating a key because of the unique identifier data type.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I successfully created a MS Access make table query that puts everything I need into one table, however I need this to go on a server where it will be set to automatically reload every 30 minutes. So alternatively, if anyone has a solution for how to automatically initiate the query every 30 minutes, that would work as well.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-to-join-three-tables-that-create-a-circular-reference/m-p/1100866#M913021</guid>
      <dc:creator />
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: how to join three tables that create a circular reference</title>
      <link>https://community.qlik.com/t5/QlikView/how-to-join-three-tables-that-create-a-circular-reference/m-p/1100867#M913022</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Maybe &lt;A href="https://community.qlik.com/qlik-blogpost/4125"&gt;Mapping as an Alternative to Joining&lt;/A&gt; could be the solution. If not please provide a small example with a few inline-data then from your example it's not clear how to join these tables or if it might be better to join two tables at first and the concatenate the third ...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Marcus&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Jun 2016 07:00:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-to-join-three-tables-that-create-a-circular-reference/m-p/1100867#M913022</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2016-06-01T07:00:01Z</dc:date>
    </item>
    <item>
      <title>Re: how to join three tables that create a circular reference</title>
      <link>https://community.qlik.com/t5/QlikView/how-to-join-three-tables-that-create-a-circular-reference/m-p/1100868#M913023</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Tania,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you share your qvw file, so we can see in which order you concatenate/join the tables ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Jun 2016 07:29:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-to-join-three-tables-that-create-a-circular-reference/m-p/1100868#M913023</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-06-01T07:29:35Z</dc:date>
    </item>
    <item>
      <title>Re: how to join three tables that create a circular reference</title>
      <link>https://community.qlik.com/t5/QlikView/how-to-join-three-tables-that-create-a-circular-reference/m-p/1100869#M913024</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It makes no sense trying to fix this at the lowest level (LOAD statements) without knowledge of the expected data model.and the nature and relations of those data sets. Can you explain a bit more what these tables represent and how you would like to make use of their content? Thanks.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Peter&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Jun 2016 07:48:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-to-join-three-tables-that-create-a-circular-reference/m-p/1100869#M913024</guid>
      <dc:creator>Peter_Cammaert</dc:creator>
      <dc:date>2016-06-01T07:48:59Z</dc:date>
    </item>
    <item>
      <title>Re: how to join three tables that create a circular reference</title>
      <link>https://community.qlik.com/t5/QlikView/how-to-join-three-tables-that-create-a-circular-reference/m-p/1100870#M913025</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Use Link Table&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Jun 2016 08:59:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-to-join-three-tables-that-create-a-circular-reference/m-p/1100870#M913025</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-06-01T08:59:14Z</dc:date>
    </item>
    <item>
      <title>Re: how to join three tables that create a circular reference</title>
      <link>https://community.qlik.com/t5/QlikView/how-to-join-three-tables-that-create-a-circular-reference/m-p/1100871#M913026</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Tania,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;With this code you will have only one table with all fields and recs.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;AllTable:&lt;/P&gt;&lt;P&gt;load&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; AreaGuid,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; SeatIdInAreaMap&lt;/P&gt;&lt;P&gt;resident TicketsTable;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Left join (AllTable)&lt;/P&gt;&lt;P&gt;LOAD&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; SeatIdInAreaMap,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; AreaMapGuid&lt;/P&gt;&lt;P&gt;resident SeatsTable;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;join (AllTable)&lt;/P&gt;&lt;P&gt;load&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; AreaGuid,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; AreaMapGuid&lt;/P&gt;&lt;P&gt;resident AreaTable;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Jun 2016 10:40:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-to-join-three-tables-that-create-a-circular-reference/m-p/1100871#M913026</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-06-01T10:40:16Z</dc:date>
    </item>
    <item>
      <title>Re: how to join three tables that create a circular reference</title>
      <link>https://community.qlik.com/t5/QlikView/how-to-join-three-tables-that-create-a-circular-reference/m-p/1100872#M913027</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Check this link. May be helpful&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;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Jun 2016 10:51:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-to-join-three-tables-that-create-a-circular-reference/m-p/1100872#M913027</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-06-01T10:51:37Z</dc:date>
    </item>
    <item>
      <title>Re: how to join three tables that create a circular reference</title>
      <link>https://community.qlik.com/t5/QlikView/how-to-join-three-tables-that-create-a-circular-reference/m-p/1100873#M913028</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This worked. Thank you!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Jun 2016 04:08:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-to-join-three-tables-that-create-a-circular-reference/m-p/1100873#M913028</guid>
      <dc:creator />
      <dc:date>2016-06-02T04:08:14Z</dc:date>
    </item>
  </channel>
</rss>

