<?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 New to QlikView - join problem in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/New-to-QlikView-join-problem/m-p/307288#M1191106</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The loop is caused by the EmployeeID, Month Number and Month name fields which are in both your Time spent tables. If they are unrelated name them differently, otherwise join load them in AppId + ProjectID table and remove them from the time spent tables. (from the looks of it, not sure what the exact relation between these fields are)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 28 Jul 2011 14:32:47 GMT</pubDate>
    <dc:creator>stigchel</dc:creator>
    <dc:date>2011-07-28T14:32:47Z</dc:date>
    <item>
      <title>New to QlikView - join problem</title>
      <link>https://community.qlik.com/t5/QlikView/New-to-QlikView-join-problem/m-p/307283#M1191101</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am currently evaluating QlikView. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have built a fairly simple demo application that extracts data from a 3rd party time management system and presents information about time spent on projects and supporting applications. I would like to show which projects have been undertaken for each application. Unfortunately I am working with a 3rd party database that does not provide a link between projects and applications.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For the purpose of the demo application I thought I would create an Excel worksheet that linked each project to an application. However when I load this into QlikView I receive a warning about looping and advice that one of the tables will be loosely coupled which may cause unpredictable results.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I do not understand why this is happening as the additional data is just a simple link table between 2 other tables in the schema.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any ideas how I can get round this?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Jul 2011 10:02:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/New-to-QlikView-join-problem/m-p/307283#M1191101</guid>
      <dc:creator />
      <dc:date>2011-07-26T10:02:26Z</dc:date>
    </item>
    <item>
      <title>New to QlikView - join problem</title>
      <link>https://community.qlik.com/t5/QlikView/New-to-QlikView-join-problem/m-p/307284#M1191102</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Without any information on which tables and fields there are in your application, it is difficult to answer your question. Fields with the same name are automatically linked by Qlikview, probably there is one undesired link. Looping occurs when a Field is linked to another table in which another field is linked to a third table, which again is linked to the first table, in other words a loop. Check your table viewer, from the menu File\Table viewer or by pressing Ctrl T, for the links qlikview made. The loosely coupled fields/tables are marked (From my memory, dotted lines). Remove any undesired links by using the 'qualify' statement in the load script e.g. qualify Field2; Field2 will not be linked.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Jul 2011 12:58:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/New-to-QlikView-join-problem/m-p/307284#M1191102</guid>
      <dc:creator>stigchel</dc:creator>
      <dc:date>2011-07-26T12:58:30Z</dc:date>
    </item>
    <item>
      <title>Re: New to QlikView - join problem</title>
      <link>https://community.qlik.com/t5/QlikView/New-to-QlikView-join-problem/m-p/307285#M1191103</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for your reply.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Basically there is a Projects table that contains Project Id and Project Name and and Applications table that contains Application Id and Application Name. Each of these is linked to a table that has detail of time spent on the project or application. Links are by the Project Id and Application Id fields, much as you would expect.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am trying to link the Applications and Project table together with a new table called ApplicationProjects that just contains Application Id and Project Id. This is what causes the loop.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Jul 2011 13:28:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/New-to-QlikView-join-problem/m-p/307285#M1191103</guid>
      <dc:creator />
      <dc:date>2011-07-26T13:28:59Z</dc:date>
    </item>
    <item>
      <title>Re: New to QlikView - join problem</title>
      <link>https://community.qlik.com/t5/QlikView/New-to-QlikView-join-problem/m-p/307286#M1191104</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;From what I understand from your fields you should noet get a loop unless Time Spent has the same name and is also linked. I did a small test, see what looks like your setup:&lt;/P&gt;&lt;P&gt;&lt;IMG alt="NoLoop.png" class="jive-image-thumbnail jive-image" onclick="" src="https://community.qlik.com/legacyfs/online/6126_NoLoop.png" width="450" /&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="loop.png" class="jive-image-thumbnail jive-image" onclick="" src="https://community.qlik.com/legacyfs/online/6127_loop.png" width="450" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Jul 2011 13:51:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/New-to-QlikView-join-problem/m-p/307286#M1191104</guid>
      <dc:creator>stigchel</dc:creator>
      <dc:date>2011-07-26T13:51:59Z</dc:date>
    </item>
    <item>
      <title>Re: New to QlikView - join problem</title>
      <link>https://community.qlik.com/t5/QlikView/New-to-QlikView-join-problem/m-p/307287#M1191105</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Here is a BEFORE and AFTER view of the entire table layout.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Jul 2011 15:41:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/New-to-QlikView-join-problem/m-p/307287#M1191105</guid>
      <dc:creator />
      <dc:date>2011-07-26T15:41:45Z</dc:date>
    </item>
    <item>
      <title>New to QlikView - join problem</title>
      <link>https://community.qlik.com/t5/QlikView/New-to-QlikView-join-problem/m-p/307288#M1191106</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The loop is caused by the EmployeeID, Month Number and Month name fields which are in both your Time spent tables. If they are unrelated name them differently, otherwise join load them in AppId + ProjectID table and remove them from the time spent tables. (from the looks of it, not sure what the exact relation between these fields are)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Jul 2011 14:32:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/New-to-QlikView-join-problem/m-p/307288#M1191106</guid>
      <dc:creator>stigchel</dc:creator>
      <dc:date>2011-07-28T14:32:47Z</dc:date>
    </item>
    <item>
      <title>Re: New to QlikView - join problem</title>
      <link>https://community.qlik.com/t5/QlikView/New-to-QlikView-join-problem/m-p/307289#M1191107</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for coming back again. I have tried to simplify the model in several different ways but as soon as I add the &lt;/P&gt;&lt;P&gt;link table the loop re-appears. Current model without link table is shown below and is simpler than original one I sent. Must admit that I don't see why adding the link table should cause such a problem? Appreciate the time you have spent on this though - thanks!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="qv.jpg" class="jive-image-thumbnail jive-image" onclick="" src="https://community.qlik.com/legacyfs/online/6195_qv.jpg" width="450" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Jul 2011 13:24:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/New-to-QlikView-join-problem/m-p/307289#M1191107</guid>
      <dc:creator />
      <dc:date>2011-07-29T13:24:57Z</dc:date>
    </item>
    <item>
      <title>New to QlikView - join problem</title>
      <link>https://community.qlik.com/t5/QlikView/New-to-QlikView-join-problem/m-p/307290#M1191108</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; if u have&amp;nbsp; a model with created Circular loop. then u break on link which u feel is unneccessuary.then u have no more&lt;/P&gt;&lt;P&gt;circular loop in ur model&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Jul 2011 13:30:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/New-to-QlikView-join-problem/m-p/307290#M1191108</guid>
      <dc:creator>SunilChauhan</dc:creator>
      <dc:date>2011-07-29T13:30:34Z</dc:date>
    </item>
    <item>
      <title>Re: New to QlikView - join problem</title>
      <link>https://community.qlik.com/t5/QlikView/New-to-QlikView-join-problem/m-p/307291#M1191109</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Now that you mention it, I can see in the Source Table View that there is an unnecessary link. &lt;/P&gt;&lt;P&gt;How do you break the link?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Jul 2011 13:40:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/New-to-QlikView-join-problem/m-p/307291#M1191109</guid>
      <dc:creator />
      <dc:date>2011-07-29T13:40:48Z</dc:date>
    </item>
    <item>
      <title>New to QlikView - join problem</title>
      <link>https://community.qlik.com/t5/QlikView/New-to-QlikView-join-problem/m-p/307292#M1191110</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; rename the linked field in one table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sunil&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Jul 2011 13:44:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/New-to-QlikView-join-problem/m-p/307292#M1191110</guid>
      <dc:creator>SunilChauhan</dc:creator>
      <dc:date>2011-07-29T13:44:04Z</dc:date>
    </item>
  </channel>
</rss>

