<?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: What exactly is Loosely Coupled Table ? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/What-exactly-is-Loosely-Coupled-Table/m-p/923973#M979667</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please search before posting a question: &lt;A href="/t5/forums/searchpage/tab/message?q=loosely coupled table"&gt;https://community.qlik.com/search.jspa?q=loosely+coupled+table&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This blog post explains the concept: &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>Fri, 14 Aug 2015 09:26:05 GMT</pubDate>
    <dc:creator>Gysbert_Wassenaar</dc:creator>
    <dc:date>2015-08-14T09:26:05Z</dc:date>
    <item>
      <title>What exactly is Loosely Coupled Table ?</title>
      <link>https://community.qlik.com/t5/QlikView/What-exactly-is-Loosely-Coupled-Table/m-p/923972#M979666</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;Whenever we encounter a circular loop, &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px; line-height: 1.5em;"&gt;Loops may cause ambiguous results and should therefore be avoided. QlikView will cut the loop(s) by setting one or more tables as loosely coupled. I have gone thru different posts but don't know what exactly is loosely coupled table. Can anyone help me out?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 Aug 2015 09:21:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/What-exactly-is-Loosely-Coupled-Table/m-p/923972#M979666</guid>
      <dc:creator>nikhilgarg</dc:creator>
      <dc:date>2015-08-14T09:21:24Z</dc:date>
    </item>
    <item>
      <title>Re: What exactly is Loosely Coupled Table ?</title>
      <link>https://community.qlik.com/t5/QlikView/What-exactly-is-Loosely-Coupled-Table/m-p/923973#M979667</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please search before posting a question: &lt;A href="/t5/forums/searchpage/tab/message?q=loosely coupled table"&gt;https://community.qlik.com/search.jspa?q=loosely+coupled+table&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This blog post explains the concept: &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>Fri, 14 Aug 2015 09:26:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/What-exactly-is-Loosely-Coupled-Table/m-p/923973#M979667</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2015-08-14T09:26:05Z</dc:date>
    </item>
    <item>
      <title>Re: What exactly is Loosely Coupled Table ?</title>
      <link>https://community.qlik.com/t5/QlikView/What-exactly-is-Loosely-Coupled-Table/m-p/923974#M979668</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Suppose your tables relation in qlikview like TABLE_A to TABLE_B, TABLE_B to TABLE_C and TABLE_C to TABLE_A&lt;/P&gt;&lt;P&gt;then you can get the circular reference, it causes the ambiguous, it doesn't give the correct result from the tables and also it stops the script execution, that situation you also need to execute the script without failing need the tables loaded ad loosen&amp;nbsp; tables.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOOSEN Tables TABLE_A, TABLE_B, TABLE_C; (End of the script)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;AR UMAMAHESH&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 Aug 2015 09:35:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/What-exactly-is-Loosely-Coupled-Table/m-p/923974#M979668</guid>
      <dc:creator />
      <dc:date>2015-08-14T09:35:47Z</dc:date>
    </item>
    <item>
      <title>Re: What exactly is Loosely Coupled Table ?</title>
      <link>https://community.qlik.com/t5/QlikView/What-exactly-is-Loosely-Coupled-Table/m-p/923975#M979669</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Let me sum up what is understood:&lt;/P&gt;&lt;P&gt;If we have cicular references as:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Table1 -&amp;gt; Table2 -&amp;gt; Table3 -&amp;gt; Table1&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now if i make Table2 as loosely coupled then it means that logical inference will not be propagated from&lt;/P&gt;&lt;P&gt;Table2 which means from table 2 no linking to other fields in other table will be there.So, our scenario will look like:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Table3 -&amp;gt; Table1 -&amp;gt; Table2&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Am i correct ? &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 Aug 2015 09:36:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/What-exactly-is-Loosely-Coupled-Table/m-p/923975#M979669</guid>
      <dc:creator>nikhilgarg</dc:creator>
      <dc:date>2015-08-14T09:36:56Z</dc:date>
    </item>
    <item>
      <title>Re: What exactly is Loosely Coupled Table ?</title>
      <link>https://community.qlik.com/t5/QlikView/What-exactly-is-Loosely-Coupled-Table/m-p/923976#M979670</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f2f2f2;"&gt;Hey,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f2f2f2;"&gt;Let me sum up what is understood:&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f2f2f2;"&gt;If we have cicular references as:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f2f2f2;"&gt;Table1 -&amp;gt; Table2 -&amp;gt; Table3 -&amp;gt; Table1&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f2f2f2;"&gt;Now if i make Table2 as loosely coupled then it means that logical inference will not be propagated from&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f2f2f2;"&gt;Table2 which means from table 2 no linking to other fields in other table will be there.So, our scenario will look like:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f2f2f2;"&gt;Table3 -&amp;gt; Table1 -&amp;gt; Table2&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f2f2f2;"&gt;Am i correct ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 Aug 2015 09:39:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/What-exactly-is-Loosely-Coupled-Table/m-p/923976#M979670</guid>
      <dc:creator>nikhilgarg</dc:creator>
      <dc:date>2015-08-14T09:39:26Z</dc:date>
    </item>
    <item>
      <title>Re: What exactly is Loosely Coupled Table ?</title>
      <link>https://community.qlik.com/t5/QlikView/What-exactly-is-Loosely-Coupled-Table/m-p/923977#M979671</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think we may need to mention all the table names which are involved in&amp;nbsp; circular refference in LOOSEN TABLES script&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 Aug 2015 10:02:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/What-exactly-is-Loosely-Coupled-Table/m-p/923977#M979671</guid>
      <dc:creator />
      <dc:date>2015-08-14T10:02:08Z</dc:date>
    </item>
    <item>
      <title>Re: What exactly is Loosely Coupled Table ?</title>
      <link>https://community.qlik.com/t5/QlikView/What-exactly-is-Loosely-Coupled-Table/m-p/923978#M979672</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Refer the link for details.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/thread/104017"&gt;What is loosen table and link table?&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 Aug 2015 10:17:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/What-exactly-is-Loosely-Coupled-Table/m-p/923978#M979672</guid>
      <dc:creator />
      <dc:date>2015-08-14T10:17:58Z</dc:date>
    </item>
  </channel>
</rss>

