<?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 circular references - error in script! in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/circular-references-error-in-script/m-p/148575#M26852</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In simple terms, you alias all your foreign keys to prevent the associations then you create a table, using a combination of Resident, Join and Concatenate, containing all the Primary keys that are associated to each other. You end up with a star schema.&lt;/P&gt;&lt;P&gt;I can't give you specific instructions on your document because I don't have a copy of it - that might be beyond the scope of a forum like this anyway!&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;Stephen&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 06 Jul 2009 18:43:02 GMT</pubDate>
    <dc:creator>stephencredmond</dc:creator>
    <dc:date>2009-07-06T18:43:02Z</dc:date>
    <item>
      <title>circular references - error in script!</title>
      <link>https://community.qlik.com/t5/QlikView/circular-references-error-in-script/m-p/148571#M26848</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi everyone,&lt;/P&gt;&lt;P&gt;I am getting circular ref/loops in my script, I'm looking to join 2 tables which I have attached, so that I can have a unit, dept, team hierarchy. However, most tabs in my script have this and trying the new join creates these loops.&lt;/P&gt;&lt;P&gt;If anyone could help it would be much appreciated as it is quite urgent.&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Jul 2009 17:35:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/circular-references-error-in-script/m-p/148571#M26848</guid>
      <dc:creator />
      <dc:date>2009-07-06T17:35:39Z</dc:date>
    </item>
    <item>
      <title>AW:circular references - error in script!</title>
      <link>https://community.qlik.com/t5/QlikView/circular-references-error-in-script/m-p/148572#M26849</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Why do you CONCATENATE three different tables? &lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Jul 2009 17:52:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/circular-references-error-in-script/m-p/148572#M26849</guid>
      <dc:creator />
      <dc:date>2009-07-06T17:52:01Z</dc:date>
    </item>
    <item>
      <title>circular references - error in script!</title>
      <link>https://community.qlik.com/t5/QlikView/circular-references-error-in-script/m-p/148573#M26850</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;That document is not very helpful to me - it is a snippet of a script with no context/data to relate to. Sorry.&lt;/P&gt;&lt;P&gt;In general, a circular reference is created when a field in Table A associates to a field in Table B, a different field associates from Table B to Table C and another field associates from Table C to Table A (there may be many more tables involved).&lt;/P&gt;&lt;P&gt;The simple way to solve this problem is to look at your associations and decide if one of them is either completely incorrect, or just not relevant for your document.&lt;/P&gt;&lt;P&gt;If you find that you need all of them then you need to look at creating a key table to associate all the data.&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;Stephen&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Jul 2009 18:00:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/circular-references-error-in-script/m-p/148573#M26850</guid>
      <dc:creator>stephencredmond</dc:creator>
      <dc:date>2009-07-06T18:00:16Z</dc:date>
    </item>
    <item>
      <title>circular references - error in script!</title>
      <link>https://community.qlik.com/t5/QlikView/circular-references-error-in-script/m-p/148574#M26851</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I believe that all the associations are necessary. Will a key table remove the circular references? What way would I go about creating such a table? I appreciate your help.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Jul 2009 18:26:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/circular-references-error-in-script/m-p/148574#M26851</guid>
      <dc:creator />
      <dc:date>2009-07-06T18:26:33Z</dc:date>
    </item>
    <item>
      <title>circular references - error in script!</title>
      <link>https://community.qlik.com/t5/QlikView/circular-references-error-in-script/m-p/148575#M26852</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In simple terms, you alias all your foreign keys to prevent the associations then you create a table, using a combination of Resident, Join and Concatenate, containing all the Primary keys that are associated to each other. You end up with a star schema.&lt;/P&gt;&lt;P&gt;I can't give you specific instructions on your document because I don't have a copy of it - that might be beyond the scope of a forum like this anyway!&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;Stephen&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Jul 2009 18:43:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/circular-references-error-in-script/m-p/148575#M26852</guid>
      <dc:creator>stephencredmond</dc:creator>
      <dc:date>2009-07-06T18:43:02Z</dc:date>
    </item>
    <item>
      <title>circular references - error in script!</title>
      <link>https://community.qlik.com/t5/QlikView/circular-references-error-in-script/m-p/148576#M26853</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have posted a Wiki entry on strategy for creating Key tables:&lt;/P&gt;&lt;P&gt;&lt;A href="http://community.qlik.com/wikis/qlikview-wiki/strategy-for-creating-key-tables.aspx"&gt;http://community.qlik.com/wikis/qlikview-wiki/strategy-for-creating-key-tables.aspx&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Jul 2009 18:55:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/circular-references-error-in-script/m-p/148576#M26853</guid>
      <dc:creator>stephencredmond</dc:creator>
      <dc:date>2009-07-06T18:55:49Z</dc:date>
    </item>
    <item>
      <title>circular references - error in script!</title>
      <link>https://community.qlik.com/t5/QlikView/circular-references-error-in-script/m-p/148577#M26854</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Stephen,&lt;/P&gt;&lt;P&gt;I'll give that a try!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Jul 2009 19:59:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/circular-references-error-in-script/m-p/148577#M26854</guid>
      <dc:creator />
      <dc:date>2009-07-06T19:59:42Z</dc:date>
    </item>
  </channel>
</rss>

