<?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 How to avoid the circular loops ? Need help in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-to-avoid-the-circular-loops-Need-help/m-p/130839#M763909</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am having circular loops in my model .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have only added the below script -&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Whenever I am trying to join the IGF.id . The circular loops is occuring.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="207575" alt="Capture.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/207575_Capture.PNG" style="height: 344px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My requirement is to get only&amp;nbsp; only merchant_id = 87 when Dealer "Atlantis Nissan Centurion" and IFG.name - "VAPS Consultancy "&lt;/P&gt;&lt;P&gt;is selected.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If I dont do join of IGF.id I am getting the below report with two merchant id ..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture2.PNG" class="jive-image image-2" src="https://community.qlik.com/legacyfs/online/207576_Capture2.PNG" style="height: 202px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sample model attached.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
    <dc:creator>suvechha_b</dc:creator>
    <dc:date>2020-11-25T16:16:04Z</dc:date>
    <item>
      <title>How to avoid the circular loops ? Need help</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-avoid-the-circular-loops-Need-help/m-p/130839#M763909</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am having circular loops in my model .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have only added the below script -&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Whenever I am trying to join the IGF.id . The circular loops is occuring.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="207575" alt="Capture.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/207575_Capture.PNG" style="height: 344px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My requirement is to get only&amp;nbsp; only merchant_id = 87 when Dealer "Atlantis Nissan Centurion" and IFG.name - "VAPS Consultancy "&lt;/P&gt;&lt;P&gt;is selected.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If I dont do join of IGF.id I am getting the below report with two merchant id ..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture2.PNG" class="jive-image image-2" src="https://community.qlik.com/legacyfs/online/207576_Capture2.PNG" style="height: 202px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sample model attached.&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-avoid-the-circular-loops-Need-help/m-p/130839#M763909</guid>
      <dc:creator>suvechha_b</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: How to avoid the circular loops ? Need help</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-avoid-the-circular-loops-Need-help/m-p/130840#M763910</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Bhadra,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i was unable to open your qvw files due to &lt;STRONG&gt;QlikView Personal Edition&lt;/STRONG&gt;,but may be it will help to you&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Avoid circular loops in different ways&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;OL style="color: #222222; font-family: Helvetica, Arial, sans-serif; font-size: 14px;"&gt;&lt;LI&gt;&lt;STRONG&gt;Removing common fields&lt;/STRONG&gt;: When common fields causing circular references are not required in data model and doing so will not affect the relationship between two tables. Removing fields can be done by commenting or removing field from load script.&lt;/LI&gt;&lt;LI&gt;&lt;STRONG&gt;Renaming fields&lt;/STRONG&gt;: When common fields causing synthetic keys are not same field (not containing similar values), These are actually different fields with same name. Renaming can be done by using “AS” or by using QUALIFY statement.&lt;/LI&gt;&lt;LI&gt;&lt;STRONG&gt;Composite Key&lt;/STRONG&gt;: We can create an explicit composite key with the concatenation of all common fields that actually represent the link between tables. After creating the new complex key, we can remove the conflicting fields from either table.&lt;/LI&gt;&lt;LI&gt;&lt;STRONG&gt;Concatenate&lt;/STRONG&gt;: Qlikview automatically concatenate/ combines tables if they have same granularity and columns. However, in some scenario, some of the columns are different. Here we need to force concatenation using CONCATENATE and combine the datasets in a single table.&lt;/LI&gt;&lt;LI&gt;&lt;STRONG&gt;Link Table:&lt;/STRONG&gt; Link table links two or more fact tables by taking all common fields out of the original tables and places them into a new table.The new link table contains all possible combinations of values for the set of fields through a unique key and is associated with the original tables.&lt;/LI&gt;&lt;/OL&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Jul 2018 18:04:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-avoid-the-circular-loops-Need-help/m-p/130840#M763910</guid>
      <dc:creator>ramasaisaksoft</dc:creator>
      <dc:date>2018-07-11T18:04:04Z</dc:date>
    </item>
  </channel>
</rss>

