<?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: How to avoid circular references in qlikview? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-to-avoid-circular-references-in-qlikview/m-p/635039#M677275</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Very nice description:&lt;/P&gt;&lt;P&gt;&lt;A _jive_internal="true" href="https://community.qlik.com/blogs/qlikviewdesignblog/2013/06/25/circular-references"&gt;http://community.qlik.com/blogs/qlikviewdesignblog/2013/06/25/circular-references&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;by henric cronström&lt;/P&gt;&lt;P&gt;&lt;A _jive_internal="true" href="https://community.qlik.com/people/hic"&gt;http://community.qlik.com/people/hic&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hope this helps&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Marco&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 01 Jun 2014 08:27:28 GMT</pubDate>
    <dc:creator>MarcoWedel</dc:creator>
    <dc:date>2014-06-01T08:27:28Z</dc:date>
    <item>
      <title>How to avoid circular references in qlikview?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-avoid-circular-references-in-qlikview/m-p/635033#M677269</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-size: 12pt;"&gt;hi guys,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12pt;"&gt;I&amp;nbsp; reload script in Qlikview it show circular references. I do not know&amp;nbsp; how to avoid that circular references I want to avoid that circular references please tell me out how to avoid circular references in qlikview. I attached&amp;nbsp; snipping files below this box.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12pt;"&gt;&amp;nbsp; Regards:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12pt;"&gt;&amp;nbsp; Madhu&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Circular Reference script.PNG.png" class="jive-image" src="/legacyfs/online/59894_Circular Reference script.PNG.png" /&gt;&lt;IMG alt="Circular Reference Table viewer.PNG.png" class="jive-image" src="/legacyfs/online/59895_Circular Reference Table viewer.PNG.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 01 Jun 2014 05:44:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-avoid-circular-references-in-qlikview/m-p/635033#M677269</guid>
      <dc:creator />
      <dc:date>2014-06-01T05:44:25Z</dc:date>
    </item>
    <item>
      <title>Re: How to avoid circular references in qlikview?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-avoid-circular-references-in-qlikview/m-p/635034#M677270</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Rename your field name which is creating circular references or make the composite keys from the keys&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. Rename the fields which are creating the circular references.&lt;/P&gt;&lt;P&gt;2. Join two tables based on the keys and use only two tables join the tables based on the relation primary key table or transaction table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Eg:-&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;city_car:&lt;/P&gt;&lt;P&gt;LOAD * Inline&lt;/P&gt;&lt;P&gt;[&lt;/P&gt;&lt;P&gt;city,car&lt;/P&gt;&lt;P&gt;Mum,SomeCar&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Left Join(city_car)&lt;/P&gt;&lt;P&gt;person_car:&lt;/P&gt;&lt;P&gt;LOAD * Inline&lt;/P&gt;&lt;P&gt;[&lt;/P&gt;&lt;P&gt;car,person&lt;/P&gt;&lt;P&gt;SomeCar,A&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Left Join(city_car)&lt;/P&gt;&lt;P&gt;person_city_Master:&lt;/P&gt;&lt;P&gt;LOAD * Inline&lt;/P&gt;&lt;P&gt;[&lt;/P&gt;&lt;P&gt;city,person&lt;/P&gt;&lt;P&gt;Mum,A&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Note:- There are many ways to doing the same problem.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 01 Jun 2014 05:59:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-avoid-circular-references-in-qlikview/m-p/635034#M677270</guid>
      <dc:creator>its_anandrjs</dc:creator>
      <dc:date>2014-06-01T05:59:02Z</dc:date>
    </item>
    <item>
      <title>Re: How to avoid circular references in qlikview?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-avoid-circular-references-in-qlikview/m-p/635035#M677271</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; Thanks Anand chouhan .I want to use Loosen Table statement please tell me out and explain with example chouhan.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 01 Jun 2014 06:05:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-avoid-circular-references-in-qlikview/m-p/635035#M677271</guid>
      <dc:creator />
      <dc:date>2014-06-01T06:05:21Z</dc:date>
    </item>
    <item>
      <title>Re: How to avoid circular references in qlikview?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-avoid-circular-references-in-qlikview/m-p/635036#M677272</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi madhu,&lt;/P&gt;&lt;P&gt;Try loading one of the tables twice changing one of the fields names each of the times.&lt;/P&gt;&lt;P&gt;Cheers&lt;/P&gt;&lt;P&gt;Carlos&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 01 Jun 2014 06:07:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-avoid-circular-references-in-qlikview/m-p/635036#M677272</guid>
      <dc:creator>cfz</dc:creator>
      <dc:date>2014-06-01T06:07:19Z</dc:date>
    </item>
    <item>
      <title>Re: How to avoid circular references in qlikview?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-avoid-circular-references-in-qlikview/m-p/635037#M677273</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Why are you splinting your data anyway?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you need to change the name try like this:&lt;/P&gt;&lt;P&gt;Person_car&lt;/P&gt;&lt;P&gt;LOAD&lt;/P&gt;&lt;P&gt;car &lt;STRONG&gt;as&lt;/STRONG&gt; Pcar,&lt;/P&gt;&lt;P&gt;Person &lt;STRONG&gt;as&lt;/STRONG&gt; Pperson&lt;/P&gt;&lt;P&gt;FROM....&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 01 Jun 2014 07:05:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-avoid-circular-references-in-qlikview/m-p/635037#M677273</guid>
      <dc:creator>robert_mika</dc:creator>
      <dc:date>2014-06-01T07:05:41Z</dc:date>
    </item>
    <item>
      <title>Re: How to avoid circular references in qlikview?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-avoid-circular-references-in-qlikview/m-p/635038#M677274</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;Use Loosen table with one of the tables for avoiding the circular references when you reload by above script you dont get the message circular reference.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;city_car:&lt;/P&gt;&lt;P&gt;LOAD * Inline&lt;/P&gt;&lt;P&gt;[&lt;/P&gt;&lt;P&gt;city,car&lt;/P&gt;&lt;P&gt;Mum,Hyundai&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;//LOOSEN Table city_car;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;person_car:&lt;/P&gt;&lt;P&gt;LOAD * Inline&lt;/P&gt;&lt;P&gt;[&lt;/P&gt;&lt;P&gt;car,person&lt;/P&gt;&lt;P&gt;Hyundai,A&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;person_city:&lt;/P&gt;&lt;P&gt;LOAD * Inline&lt;/P&gt;&lt;P&gt;[&lt;/P&gt;&lt;P&gt;city,person&lt;/P&gt;&lt;P&gt;Mum,A&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;LOOSEN Table person_city;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 01 Jun 2014 08:18:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-avoid-circular-references-in-qlikview/m-p/635038#M677274</guid>
      <dc:creator>its_anandrjs</dc:creator>
      <dc:date>2014-06-01T08:18:04Z</dc:date>
    </item>
    <item>
      <title>Re: How to avoid circular references in qlikview?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-avoid-circular-references-in-qlikview/m-p/635039#M677275</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Very nice description:&lt;/P&gt;&lt;P&gt;&lt;A _jive_internal="true" href="https://community.qlik.com/blogs/qlikviewdesignblog/2013/06/25/circular-references"&gt;http://community.qlik.com/blogs/qlikviewdesignblog/2013/06/25/circular-references&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;by henric cronström&lt;/P&gt;&lt;P&gt;&lt;A _jive_internal="true" href="https://community.qlik.com/people/hic"&gt;http://community.qlik.com/people/hic&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hope this helps&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Marco&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 01 Jun 2014 08:27:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-avoid-circular-references-in-qlikview/m-p/635039#M677275</guid>
      <dc:creator>MarcoWedel</dc:creator>
      <dc:date>2014-06-01T08:27:28Z</dc:date>
    </item>
    <item>
      <title>Re: How to avoid circular references in qlikview?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-avoid-circular-references-in-qlikview/m-p/635040#M677276</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;For more simplify you can break table into more informative ways and use that tables to normalize the tables. In the documentation Henric explain this also take a look at the sample load script for this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;city_car:&lt;/P&gt;&lt;P&gt;LOAD * Inline&lt;/P&gt;&lt;P&gt;[city,car&lt;/P&gt;&lt;P&gt;Mum,Hyundai];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;/////&lt;/P&gt;&lt;P&gt;car_details:&lt;/P&gt;&lt;P&gt;LOAD &lt;/P&gt;&lt;P&gt;city,car as [Car in the city]&lt;/P&gt;&lt;P&gt;Resident city_car;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;city_Details:&lt;/P&gt;&lt;P&gt;LOAD &lt;/P&gt;&lt;P&gt;city as [City of the Car],car&lt;/P&gt;&lt;P&gt;Resident city_car;&lt;/P&gt;&lt;P&gt;DROP Table city_car;&lt;/P&gt;&lt;P&gt;/////&lt;/P&gt;&lt;P&gt;person_car:&lt;/P&gt;&lt;P&gt;LOAD * Inline&lt;/P&gt;&lt;P&gt;[car,person&lt;/P&gt;&lt;P&gt;Hyundai,A];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;person_city:&lt;/P&gt;&lt;P&gt;LOAD * Inline&lt;/P&gt;&lt;P&gt;[city,person&lt;/P&gt;&lt;P&gt;Mum,A];&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 01 Jun 2014 08:46:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-avoid-circular-references-in-qlikview/m-p/635040#M677276</guid>
      <dc:creator>its_anandrjs</dc:creator>
      <dc:date>2014-06-01T08:46:57Z</dc:date>
    </item>
  </channel>
</rss>

