<?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: error messages during loading data in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/error-messages-during-loading-data/m-p/881477#M657655</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Set the ErrorMode to 0. Add this line to your script before the first load statement:&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;SET ErrorMode = 0;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;The load will fail if a field doesn't exist, but the script will continue to execute. If you don't care which fields get loaded then use the start *:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;LOAD * FROM somewhere;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 18 May 2015 16:33:10 GMT</pubDate>
    <dc:creator>Gysbert_Wassenaar</dc:creator>
    <dc:date>2015-05-18T16:33:10Z</dc:date>
    <item>
      <title>error messages during loading data</title>
      <link>https://community.qlik.com/t5/QlikView/error-messages-during-loading-data/m-p/881476#M657654</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;How to manage and avoid error messages during loading data when the process doesn't&amp;nbsp; find a field?&lt;/P&gt;&lt;P&gt;I need that the data loading process take no notice of empty fields and continues uploading.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank u in advance.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 May 2015 16:26:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/error-messages-during-loading-data/m-p/881476#M657654</guid>
      <dc:creator />
      <dc:date>2015-05-18T16:26:57Z</dc:date>
    </item>
    <item>
      <title>Re: error messages during loading data</title>
      <link>https://community.qlik.com/t5/QlikView/error-messages-during-loading-data/m-p/881477#M657655</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Set the ErrorMode to 0. Add this line to your script before the first load statement:&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;SET ErrorMode = 0;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;The load will fail if a field doesn't exist, but the script will continue to execute. If you don't care which fields get loaded then use the start *:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;LOAD * FROM somewhere;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 May 2015 16:33:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/error-messages-during-loading-data/m-p/881477#M657655</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2015-05-18T16:33:10Z</dc:date>
    </item>
    <item>
      <title>Re: error messages during loading data</title>
      <link>https://community.qlik.com/t5/QlikView/error-messages-during-loading-data/m-p/881478#M657656</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hI,&lt;/P&gt;&lt;P&gt;thank you Gysbert for your help but when I add &lt;SPAN style="font-size: 10pt;"&gt;&lt;EM&gt;SET ErrorMode = 0;&lt;/EM&gt; the script doesn't give me error, it is true but it load anything.My objective is to&lt;/SPAN&gt; load the fields that exist.&lt;/P&gt;&lt;P&gt;For exemple in the script I load "Nation", "capital" and "Address", and if the system doesn't find "Nation" in my file, I want to load capital and address. &lt;/P&gt;&lt;P&gt;There are a solution for this?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 May 2015 14:31:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/error-messages-during-loading-data/m-p/881478#M657656</guid>
      <dc:creator />
      <dc:date>2015-05-27T14:31:54Z</dc:date>
    </item>
    <item>
      <title>Re: error messages during loading data</title>
      <link>https://community.qlik.com/t5/QlikView/error-messages-during-loading-data/m-p/881479#M657657</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hI,&lt;/P&gt;&lt;P&gt;thank you Gysbert for your help but when I add &lt;SPAN style="font-size: 10pt;"&gt;&lt;EM&gt;SET ErrorMode = 0;&lt;/EM&gt; the script doesn't give me error, it is true but it load anything.My objective is to&lt;/SPAN&gt; load the fields that exist.&lt;/P&gt;&lt;P&gt;For exemple in the script I load "Nation", "capital" and "Address", and if the system doesn't find "Nation" in my file, I want to load capital and address. &lt;/P&gt;&lt;P&gt;There are a solution for this?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 May 2015 15:13:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/error-messages-during-loading-data/m-p/881479#M657657</guid>
      <dc:creator />
      <dc:date>2015-05-27T15:13:03Z</dc:date>
    </item>
    <item>
      <title>Re: error messages during loading data</title>
      <link>https://community.qlik.com/t5/QlikView/error-messages-during-loading-data/m-p/881480#M657658</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="text-align: left;"&gt;You can use the FieldNumber function to determine whether a field exists in a table. For example FieldNumber('MyField', 'MyTable') returns the position of MyField within MyTable.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="text-align: left;"&gt; If MyField does not exist in MyTable the function returns zero. You can adapt this to your advantage by loading all fields from your QVD into a temporary table and then checking to see if this table contains the field. If it does, you can continue loading. If not, you can simply set the field to zero.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="text-align: left;"&gt;Also, refer &lt;A _jive_internal="true" href="https://community.qlik.com/thread/77185"&gt;https://community.qlik.com/thread/77185&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 May 2015 02:28:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/error-messages-during-loading-data/m-p/881480#M657658</guid>
      <dc:creator>Siva_Sankar</dc:creator>
      <dc:date>2015-05-29T02:28:12Z</dc:date>
    </item>
  </channel>
</rss>

