<?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 Multiple .xls file load locking up and not completing in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Multiple-xls-file-load-locking-up-and-not-completing/m-p/771299#M273764</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Here is the script that I am running.&amp;nbsp; And it seems to load all the records correctly but does not terminate and allow me to access the data.&amp;nbsp; I can run each load instruction separate but not together, what am I missing.&lt;/P&gt;&lt;P&gt;Thanks in advance&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SET ThousandSep=',';&lt;/P&gt;&lt;P&gt;SET DecimalSep='.';&lt;/P&gt;&lt;P&gt;SET MoneyThousandSep=',';&lt;/P&gt;&lt;P&gt;SET MoneyDecimalSep='.';&lt;/P&gt;&lt;P&gt;SET MoneyFormat='$#,##0.00;($#,##0.00)';&lt;/P&gt;&lt;P&gt;SET TimeFormat='h:mm:ss TT';&lt;/P&gt;&lt;P&gt;SET DateFormat='M/D/YYYY';&lt;/P&gt;&lt;P&gt;SET TimestampFormat='M/D/YYYY h:mm:ss[.fff] TT';&lt;/P&gt;&lt;P&gt;SET MonthNames='Jan;Feb;Mar;Apr;May;Jun;Jul;Aug;Sep;Oct;Nov;Dec';&lt;/P&gt;&lt;P&gt;SET DayNames='Mon;Tue;Wed;Thu;Fri;Sat;Sun';&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOAD * FROM&lt;/P&gt;&lt;P&gt;&lt;Z&gt;&lt;/Z&gt;&lt;/P&gt;&lt;P&gt;(biff, embedded labels, table is [Consolidated Copy$]);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOAD * FROM&lt;/P&gt;&lt;P&gt;&lt;Z&gt;&lt;/Z&gt;&lt;/P&gt;&lt;P&gt;(biff, embedded labels, table is [Consolidated Copy (2)$]);&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 23 Mar 2015 14:33:46 GMT</pubDate>
    <dc:creator />
    <dc:date>2015-03-23T14:33:46Z</dc:date>
    <item>
      <title>Multiple .xls file load locking up and not completing</title>
      <link>https://community.qlik.com/t5/QlikView/Multiple-xls-file-load-locking-up-and-not-completing/m-p/771299#M273764</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Here is the script that I am running.&amp;nbsp; And it seems to load all the records correctly but does not terminate and allow me to access the data.&amp;nbsp; I can run each load instruction separate but not together, what am I missing.&lt;/P&gt;&lt;P&gt;Thanks in advance&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SET ThousandSep=',';&lt;/P&gt;&lt;P&gt;SET DecimalSep='.';&lt;/P&gt;&lt;P&gt;SET MoneyThousandSep=',';&lt;/P&gt;&lt;P&gt;SET MoneyDecimalSep='.';&lt;/P&gt;&lt;P&gt;SET MoneyFormat='$#,##0.00;($#,##0.00)';&lt;/P&gt;&lt;P&gt;SET TimeFormat='h:mm:ss TT';&lt;/P&gt;&lt;P&gt;SET DateFormat='M/D/YYYY';&lt;/P&gt;&lt;P&gt;SET TimestampFormat='M/D/YYYY h:mm:ss[.fff] TT';&lt;/P&gt;&lt;P&gt;SET MonthNames='Jan;Feb;Mar;Apr;May;Jun;Jul;Aug;Sep;Oct;Nov;Dec';&lt;/P&gt;&lt;P&gt;SET DayNames='Mon;Tue;Wed;Thu;Fri;Sat;Sun';&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOAD * FROM&lt;/P&gt;&lt;P&gt;&lt;Z&gt;&lt;/Z&gt;&lt;/P&gt;&lt;P&gt;(biff, embedded labels, table is [Consolidated Copy$]);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOAD * FROM&lt;/P&gt;&lt;P&gt;&lt;Z&gt;&lt;/Z&gt;&lt;/P&gt;&lt;P&gt;(biff, embedded labels, table is [Consolidated Copy (2)$]);&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Mar 2015 14:33:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Multiple-xls-file-load-locking-up-and-not-completing/m-p/771299#M273764</guid>
      <dc:creator />
      <dc:date>2015-03-23T14:33:46Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple .xls file load locking up and not completing</title>
      <link>https://community.qlik.com/t5/QlikView/Multiple-xls-file-load-locking-up-and-not-completing/m-p/771300#M273765</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Probably there is more then one common key-field between both tables and qlikview tried to create many synthetic keys which could be to take a long time. You need to rename all common fields which aren't a key or to use a Qualify-Statement:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/qlik-blogpost/3064"&gt;Synthetic Keys&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/qlik-blogpost/3178"&gt;Circular References&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Marcus&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Mar 2015 16:49:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Multiple-xls-file-load-locking-up-and-not-completing/m-p/771300#M273765</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2015-03-23T16:49:48Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple .xls file load locking up and not completing</title>
      <link>https://community.qlik.com/t5/QlikView/Multiple-xls-file-load-locking-up-and-not-completing/m-p/771301#M273766</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks,&amp;nbsp; I took the time to set each field to a unique name and the files are loading.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Mar 2015 13:45:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Multiple-xls-file-load-locking-up-and-not-completing/m-p/771301#M273766</guid>
      <dc:creator />
      <dc:date>2015-03-25T13:45:08Z</dc:date>
    </item>
  </channel>
</rss>

