<?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: QV hangs after making a key from a resident table in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/QV-hangs-after-making-a-key-from-a-resident-table/m-p/983751#M958831</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have renamed the field so there is no associations and still it hangs.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 28 Oct 2015 18:29:26 GMT</pubDate>
    <dc:creator>tinkerz1</dc:creator>
    <dc:date>2015-10-28T18:29:26Z</dc:date>
    <item>
      <title>QV hangs after making a key from a resident table</title>
      <link>https://community.qlik.com/t5/QlikView/QV-hangs-after-making-a-key-from-a-resident-table/m-p/983748#M958828</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;QV is hangs when I add a key to my fact table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What I am is doing is this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;[Table1]:&lt;/P&gt;&lt;P&gt;Load *,&lt;/P&gt;&lt;P&gt;ORDERID and LOCATION AS KEY&lt;/P&gt;&lt;P&gt;SALESID and LOCATION AS KEY2&lt;/P&gt;&lt;P&gt;Calcfield as KEY3&lt;/P&gt;&lt;P&gt;Resident [TableA];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Drop TableA&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But this is really not working its hanging really and won't continue I have identifed it as this code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It works in the script but on smaller tables, the reason why I put the key on after is because its on a calculated field and also after a where clause so the data set is smaller.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Oct 2015 18:19:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/QV-hangs-after-making-a-key-from-a-resident-table/m-p/983748#M958828</guid>
      <dc:creator>tinkerz1</dc:creator>
      <dc:date>2015-10-28T18:19:31Z</dc:date>
    </item>
    <item>
      <title>Re: QV hangs after making a key from a resident table</title>
      <link>https://community.qlik.com/t5/QlikView/QV-hangs-after-making-a-key-from-a-resident-table/m-p/983749#M958829</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It sounds like that piece of code may have added some complex relationship to your model. The "hanging" would most likely be QlikView trying to resolve it. Have a look and see if the addition of that code has created any circular references or complex synthetic keys to the model.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Oct 2015 18:24:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/QV-hangs-after-making-a-key-from-a-resident-table/m-p/983749#M958829</guid>
      <dc:creator>quwok</dc:creator>
      <dc:date>2015-10-28T18:24:25Z</dc:date>
    </item>
    <item>
      <title>Re: QV hangs after making a key from a resident table</title>
      <link>https://community.qlik.com/t5/QlikView/QV-hangs-after-making-a-key-from-a-resident-table/m-p/983750#M958830</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;How do I do that as It hangs and wont finish??&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Oct 2015 18:26:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/QV-hangs-after-making-a-key-from-a-resident-table/m-p/983750#M958830</guid>
      <dc:creator>tinkerz1</dc:creator>
      <dc:date>2015-10-28T18:26:20Z</dc:date>
    </item>
    <item>
      <title>Re: QV hangs after making a key from a resident table</title>
      <link>https://community.qlik.com/t5/QlikView/QV-hangs-after-making-a-key-from-a-resident-table/m-p/983751#M958831</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have renamed the field so there is no associations and still it hangs.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Oct 2015 18:29:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/QV-hangs-after-making-a-key-from-a-resident-table/m-p/983751#M958831</guid>
      <dc:creator>tinkerz1</dc:creator>
      <dc:date>2015-10-28T18:29:26Z</dc:date>
    </item>
    <item>
      <title>Re: QV hangs after making a key from a resident table</title>
      <link>https://community.qlik.com/t5/QlikView/QV-hangs-after-making-a-key-from-a-resident-table/m-p/983752#M958832</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;"and" is here not correct. You have to use:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;[Table1]:&lt;/P&gt;&lt;P&gt;Load *,&lt;/P&gt;&lt;P&gt;ORDERID &amp;amp; LOCATION AS KEY,&lt;/P&gt;&lt;P&gt;SALESID &amp;amp; LOCATION AS KEY2,&lt;/P&gt;&lt;P&gt;Calcfield as KEY3&lt;/P&gt;&lt;P&gt;Resident [TableA];&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Oct 2015 18:30:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/QV-hangs-after-making-a-key-from-a-resident-table/m-p/983752#M958832</guid>
      <dc:creator>cwolf</dc:creator>
      <dc:date>2015-10-28T18:30:45Z</dc:date>
    </item>
    <item>
      <title>Re: QV hangs after making a key from a resident table</title>
      <link>https://community.qlik.com/t5/QlikView/QV-hangs-after-making-a-key-from-a-resident-table/m-p/983753#M958833</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes I am using '&amp;amp;'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am even using&lt;/P&gt;&lt;P&gt;[Table1]:&lt;/P&gt;&lt;P&gt;Load *,&lt;/P&gt;&lt;P&gt;'-' as test&lt;/P&gt;&lt;P&gt;Resident TableA;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Oct 2015 18:35:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/QV-hangs-after-making-a-key-from-a-resident-table/m-p/983753#M958833</guid>
      <dc:creator>tinkerz1</dc:creator>
      <dc:date>2015-10-28T18:35:37Z</dc:date>
    </item>
    <item>
      <title>Re: QV hangs after making a key from a resident table</title>
      <link>https://community.qlik.com/t5/QlikView/QV-hangs-after-making-a-key-from-a-resident-table/m-p/983754#M958834</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thinking out loud, by duplicating the table I am making many associations in the *, portion.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How can I add a key to table after I have added a calculated field and then reduced it by using a where clause?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Oct 2015 18:39:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/QV-hangs-after-making-a-key-from-a-resident-table/m-p/983754#M958834</guid>
      <dc:creator>tinkerz1</dc:creator>
      <dc:date>2015-10-28T18:39:57Z</dc:date>
    </item>
  </channel>
</rss>

