<?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 Methods to break association in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Methods-to-break-association/m-p/530741#M1132744</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;BR /&gt;Hi All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What are the methods to break association other than&lt;/P&gt;&lt;P&gt;Rename&lt;/P&gt;&lt;P&gt;Alter states ???&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Prajna&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 15 Nov 2013 10:37:18 GMT</pubDate>
    <dc:creator />
    <dc:date>2013-11-15T10:37:18Z</dc:date>
    <item>
      <title>Methods to break association</title>
      <link>https://community.qlik.com/t5/QlikView/Methods-to-break-association/m-p/530741#M1132744</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;BR /&gt;Hi All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What are the methods to break association other than&lt;/P&gt;&lt;P&gt;Rename&lt;/P&gt;&lt;P&gt;Alter states ???&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Prajna&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 Nov 2013 10:37:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Methods-to-break-association/m-p/530741#M1132744</guid>
      <dc:creator />
      <dc:date>2013-11-15T10:37:18Z</dc:date>
    </item>
    <item>
      <title>Re: Methods to break association</title>
      <link>https://community.qlik.com/t5/QlikView/Methods-to-break-association/m-p/530742#M1132745</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Qualify fields.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 Nov 2013 10:37:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Methods-to-break-association/m-p/530742#M1132745</guid>
      <dc:creator>kouroshkarimi</dc:creator>
      <dc:date>2013-11-15T10:37:48Z</dc:date>
    </item>
    <item>
      <title>Re: Methods to break association</title>
      <link>https://community.qlik.com/t5/QlikView/Methods-to-break-association/m-p/530743#M1132746</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;how? Can u elaborate?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Prajna&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 Nov 2013 10:39:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Methods-to-break-association/m-p/530743#M1132746</guid>
      <dc:creator />
      <dc:date>2013-11-15T10:39:19Z</dc:date>
    </item>
    <item>
      <title>Re: Methods to break association</title>
      <link>https://community.qlik.com/t5/QlikView/Methods-to-break-association/m-p/530744#M1132747</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Prajna,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;that's just a command - QUALIFY and UNQUALIFY (look it up in the help file).&lt;/P&gt;&lt;P&gt;Take care, though - we worked with those and ended up with ever-growing fieldnames (like Table1.Table1.Table1.Table1.Field1) - can happen when you have incremental LOADs.&lt;/P&gt;&lt;P&gt;There are other methods, that would depend on your scenario, renaming is the most basic one.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DataNibbler&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 Nov 2013 10:42:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Methods-to-break-association/m-p/530744#M1132747</guid>
      <dc:creator>datanibbler</dc:creator>
      <dc:date>2013-11-15T10:42:26Z</dc:date>
    </item>
    <item>
      <title>Re: Methods to break association</title>
      <link>https://community.qlik.com/t5/QlikView/Methods-to-break-association/m-p/530745#M1132748</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes as suggested by Kourosh add the following to the top of your script:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;qualify *;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This adds the table name to all field names (e.g. tablename.fieldname) making all fields unique.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You could then unqualify certain fields if you did want associations, e.g.:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;qualify *;&lt;/P&gt;&lt;P&gt;unqualify TransactionId, ProductId;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;However please note that QlikView expects an associated data model and may refuse to work and display a warning if there are too many data islands (tables with no associations). That was the case in older versions of QlikView at least.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 Nov 2013 10:42:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Methods-to-break-association/m-p/530745#M1132748</guid>
      <dc:creator />
      <dc:date>2013-11-15T10:42:55Z</dc:date>
    </item>
    <item>
      <title>Re: Methods to break association</title>
      <link>https://community.qlik.com/t5/QlikView/Methods-to-break-association/m-p/530746#M1132749</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Qualify&lt;STRONG&gt; &lt;/STRONG&gt;will prefix the table name to a field. e.g. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;A:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Load Field1,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Field2&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Resident Table;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Field1&lt;/STRONG&gt; is the field name. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the example:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Qualify Field1;&lt;/STRONG&gt; &lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;A:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Load Field1,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Field2&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Resident Table;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;A.Field1 &lt;/STRONG&gt;is the field name. Field2 is still Field2. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can also Qualify *; And you can Unqualify if you want to remove it. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;QlikView will associate field names that are the same, you can't override that behaviour. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 Nov 2013 10:44:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Methods-to-break-association/m-p/530746#M1132749</guid>
      <dc:creator>kouroshkarimi</dc:creator>
      <dc:date>2013-11-15T10:44:03Z</dc:date>
    </item>
    <item>
      <title>Re: Methods to break association</title>
      <link>https://community.qlik.com/t5/QlikView/Methods-to-break-association/m-p/530747#M1132750</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Association is resolved once the script is complete, qualification once the statement is complete. So be careful with preceding loads or concatenation when using this. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 Nov 2013 10:45:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Methods-to-break-association/m-p/530747#M1132750</guid>
      <dc:creator>kouroshkarimi</dc:creator>
      <dc:date>2013-11-15T10:45:54Z</dc:date>
    </item>
    <item>
      <title>Re: Methods to break association</title>
      <link>https://community.qlik.com/t5/QlikView/Methods-to-break-association/m-p/530748#M1132751</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;STRONG&gt;Prajna&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can mark one of the tables as "loosely coupled".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As if oft the case Henric has a Blog Post,&lt;SPAN class="j-search-result-title" style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;&lt;A _jive_internal="true" class="j-search-result-value" href="https://community.qlik.com/blogs/qlikviewdesignblog/2013/06/25/circular-references#comment-10830" style="margin: 0 0 3px; font-weight: bold; font-size: 15px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3778c7;"&gt;Circular References&lt;/A&gt; &lt;/SPAN&gt;&lt;SPAN style="line-height: 1.5em; font-size: 10pt;"&gt;that &lt;/SPAN&gt;introduces&lt;SPAN style="line-height: 1.5em; font-size: 10pt;"&gt; the concept of "loosely coupled" tables, which I quote from below.&amp;nbsp; [I am a big advocate of Henric's Blog Posts]&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #f5faf0;"&gt;&lt;EM&gt;To avoid ambiguous results, QlikView marks one of the tables as “loosely coupled”, which means that the logical inference cannot propagate through this table. In the document properties you can decide which table to use as the loosely coupled table. You will get different results from the logical inference depending on which you choose.&lt;/EM&gt;&lt;/SPAN&gt;&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;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="line-height: 1.5em; font-size: 10pt;"&gt;Best &lt;/SPAN&gt;Regards&lt;SPAN style="line-height: 1.5em; font-size: 10pt;"&gt;,&amp;nbsp;&amp;nbsp;&amp;nbsp; Bill&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 Nov 2013 11:02:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Methods-to-break-association/m-p/530748#M1132751</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-11-15T11:02:10Z</dc:date>
    </item>
  </channel>
</rss>

