<?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: loops error in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/loops-error/m-p/943589#M13301</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;This video by &lt;A href="https://community.qlik.com/qlik-users/77808"&gt;mto&lt;/A&gt;‌ should help explain what is happening&lt;IFRAME frameborder="0" width="425" height="350" src="https://www.youtube.com/embed/vPrsPXW2N2I" allowfullscreen=""&gt;&lt;/IFRAME&gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You may also wish to take a look at &lt;A href="https://community.qlik.com/docs/DOC-4957"&gt;Creating a Data Model&lt;/A&gt;‌&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Josh&lt;/P&gt;&lt;P&gt;Qlik&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 20 Nov 2015 00:56:40 GMT</pubDate>
    <dc:creator>Josh_Good</dc:creator>
    <dc:date>2015-11-20T00:56:40Z</dc:date>
    <item>
      <title>loops error</title>
      <link>https://community.qlik.com/t5/App-Development/loops-error/m-p/943585#M13297</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hello i got this message of loops problem any suggestions how to fix a loop problem ,&lt;/P&gt;&lt;P&gt;i have alot of script lines....&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Circular error.PNG" class="jive-image image-1" src="/legacyfs/online/106087_Circular error.PNG" style="height: 459px; width: 620px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Nov 2015 15:11:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/loops-error/m-p/943585#M13297</guid>
      <dc:creator />
      <dc:date>2015-11-19T15:11:45Z</dc:date>
    </item>
    <item>
      <title>Re: loops error</title>
      <link>https://community.qlik.com/t5/App-Development/loops-error/m-p/943586#M13298</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;this might indicate the problem?&lt;IMG alt="module.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/106092_module.PNG" style="height: 351px; width: 620px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Nov 2015 15:19:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/loops-error/m-p/943586#M13298</guid>
      <dc:creator />
      <dc:date>2015-11-19T15:19:57Z</dc:date>
    </item>
    <item>
      <title>Re: loops error</title>
      <link>https://community.qlik.com/t5/App-Development/loops-error/m-p/943587#M13299</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Loops are not allowed in your data model.&lt;/P&gt;&lt;P&gt;So either cut the key connection between any 2 of the 3 tables or see if you can join those 2 dimensions.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Nov 2015 15:49:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/loops-error/m-p/943587#M13299</guid>
      <dc:creator>oknotsen</dc:creator>
      <dc:date>2015-11-19T15:49:44Z</dc:date>
    </item>
    <item>
      <title>Re: loops error</title>
      <link>https://community.qlik.com/t5/App-Development/loops-error/m-p/943588#M13300</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jhonatan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can get rid of circular references by renaming the SALES_KEY field in the INV_SALES table if you do not need an association between them.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Instead you can even join the CUSTOMERS table and the INV_SALES table together and create a composite key to join it to the KEY_TABLE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There is a lot to say here so please go through this document : &lt;A href="https://community.qlik.com/qlik-blogpost/3178"&gt;Circular References&lt;/A&gt; by HIC.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Sangram &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Nov 2015 17:29:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/loops-error/m-p/943588#M13300</guid>
      <dc:creator>reddy-s</dc:creator>
      <dc:date>2015-11-19T17:29:08Z</dc:date>
    </item>
    <item>
      <title>Re: loops error</title>
      <link>https://community.qlik.com/t5/App-Development/loops-error/m-p/943589#M13301</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;This video by &lt;A href="https://community.qlik.com/qlik-users/77808"&gt;mto&lt;/A&gt;‌ should help explain what is happening&lt;IFRAME frameborder="0" width="425" height="350" src="https://www.youtube.com/embed/vPrsPXW2N2I" allowfullscreen=""&gt;&lt;/IFRAME&gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You may also wish to take a look at &lt;A href="https://community.qlik.com/docs/DOC-4957"&gt;Creating a Data Model&lt;/A&gt;‌&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Josh&lt;/P&gt;&lt;P&gt;Qlik&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Nov 2015 00:56:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/loops-error/m-p/943589#M13301</guid>
      <dc:creator>Josh_Good</dc:creator>
      <dc:date>2015-11-20T00:56:40Z</dc:date>
    </item>
  </channel>
</rss>

