<?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: List of all error files in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/List-of-all-error-files/m-p/952025#M327409</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That was great Peter extremely thankful of you.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 12 Oct 2015 06:57:56 GMT</pubDate>
    <dc:creator>rahulsud007</dc:creator>
    <dc:date>2015-10-12T06:57:56Z</dc:date>
    <item>
      <title>List of all error files</title>
      <link>https://community.qlik.com/t5/QlikView/List-of-all-error-files/m-p/952020#M327404</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want a list of all error files. Suppose in the script I have four load statement. In the First statement I have all the field name and the file. In the second load statement I have a field missing. In third and fourth load statement I have the file missing. I want to see all the errors.&lt;/P&gt;&lt;P&gt;I have used errormode=0; So that reload wont fail. But I want list of all errors. scripterrodetail shows only the last error in detail not the entire error.&lt;/P&gt;&lt;P&gt;Attaching my script and excel. Plz help&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 11 Oct 2015 08:52:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/List-of-all-error-files/m-p/952020#M327404</guid>
      <dc:creator>rahulsud007</dc:creator>
      <dc:date>2015-10-11T08:52:15Z</dc:date>
    </item>
    <item>
      <title>Re: List of all error files</title>
      <link>https://community.qlik.com/t5/QlikView/List-of-all-error-files/m-p/952021#M327405</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You have the special variable ScriptErrorList which is actually a list of all errors... isn't that sufficient for you needs?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If not you can always use an:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ErrorList: LOAD $(ScriptErrorDetail) AUTOGENERATE 1;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;After each load to get a single table containing all ScriptErrorDetails for the entire load script. Possibly storing the results at the end of the load script into a QVD for later reference...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 11 Oct 2015 09:04:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/List-of-all-error-files/m-p/952021#M327405</guid>
      <dc:creator>petter</dc:creator>
      <dc:date>2015-10-11T09:04:10Z</dc:date>
    </item>
    <item>
      <title>Re: List of all error files</title>
      <link>https://community.qlik.com/t5/QlikView/List-of-all-error-files/m-p/952022#M327406</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Peter,&amp;nbsp; Thanks for your reply. The Error detail will give u only the detail error of the last error not the entire list as I shown in my application above.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you please help with an demo application where I can see multiple errors with their filename?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 11 Oct 2015 09:20:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/List-of-all-error-files/m-p/952022#M327406</guid>
      <dc:creator>rahulsud007</dc:creator>
      <dc:date>2015-10-11T09:20:58Z</dc:date>
    </item>
    <item>
      <title>Re: List of all error files</title>
      <link>https://community.qlik.com/t5/QlikView/List-of-all-error-files/m-p/952023#M327407</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That is the purpose of using the LOAD .... AUTOGENERATE 1&amp;nbsp;&amp;nbsp;&amp;nbsp; after each load as it will by auto concatenation add multiple rows of ErrorDetails into this table called ErrorList. Give it a try...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 11 Oct 2015 09:24:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/List-of-all-error-files/m-p/952023#M327407</guid>
      <dc:creator>petter</dc:creator>
      <dc:date>2015-10-11T09:24:23Z</dc:date>
    </item>
    <item>
      <title>Re: List of all error files</title>
      <link>https://community.qlik.com/t5/QlikView/List-of-all-error-files/m-p/952024#M327408</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This is tested and works with your attachements:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE __default_attr="sql" __jive_macro_name="code" class="jive_macro_code _jivemacro_uid_14445562349094094 jive_text_macro" jivemacro_uid="_14445562349094094"&gt;
&lt;P&gt;set ErrorMode=0;&lt;/P&gt;
&lt;P&gt;ABC:&lt;/P&gt;
&lt;P&gt;LOAD ID, &lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Name,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Age&lt;/P&gt;
&lt;P&gt;FROM&lt;/P&gt;
&lt;P&gt;ABC.xlsx&lt;/P&gt;
&lt;P&gt;(ooxml, embedded labels, table is Sheet1);&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;ERRORLIST: LOAD&amp;nbsp; 1 AS LoadNo, '$(ScriptErrorDetails)' AS ErrorDetail AUTOGENERATE 1;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;LOAD ID, &lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Name, &lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Age&lt;/P&gt;
&lt;P&gt;FROM&lt;/P&gt;
&lt;P&gt;PQR.xlsx&lt;/P&gt;
&lt;P&gt;(ooxml, embedded labels, table is Sheet1);&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;ERRORLIST: LOAD&amp;nbsp; 2 AS LoadNo, '$(ScriptErrorDetails)' AS ErrorDetail AUTOGENERATE 1;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;LOAD ID, &lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Name, &lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Age&lt;/P&gt;
&lt;P&gt;FROM&lt;/P&gt;
&lt;P&gt;xyz.xlsx&lt;/P&gt;
&lt;P&gt;(ooxml, embedded labels, table is Sheet1);&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;ERRORLIST: LOAD&amp;nbsp; 3 AS LoadNo, '$(ScriptErrorDetails)' AS ErrorDetail AUTOGENERATE 1;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;LOAD ID, &lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Name, &lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Age&lt;/P&gt;
&lt;P&gt;FROM&lt;/P&gt;
&lt;P&gt;rsk.xlsx&lt;/P&gt;
&lt;P&gt;(ooxml, embedded labels, table is Sheet1);&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;ERRORLIST: LOAD&amp;nbsp; 4 AS LoadNo, '$(ScriptErrorDetails)' AS ErrorDetail AUTOGENERATE 1;&lt;/P&gt;
&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You will end up with a table named ERRORLIST that contains four rows and ScriptErrorDetails for each load statement...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 11 Oct 2015 09:37:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/List-of-all-error-files/m-p/952024#M327408</guid>
      <dc:creator>petter</dc:creator>
      <dc:date>2015-10-11T09:37:48Z</dc:date>
    </item>
    <item>
      <title>Re: List of all error files</title>
      <link>https://community.qlik.com/t5/QlikView/List-of-all-error-files/m-p/952025#M327409</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That was great Peter extremely thankful of you.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Oct 2015 06:57:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/List-of-all-error-files/m-p/952025#M327409</guid>
      <dc:creator>rahulsud007</dc:creator>
      <dc:date>2015-10-12T06:57:56Z</dc:date>
    </item>
    <item>
      <title>Re: List of all error files</title>
      <link>https://community.qlik.com/t5/QlikView/List-of-all-error-files/m-p/952026#M327410</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;My pleasure. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Oct 2015 07:04:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/List-of-all-error-files/m-p/952026#M327410</guid>
      <dc:creator>petter</dc:creator>
      <dc:date>2015-10-12T07:04:14Z</dc:date>
    </item>
  </channel>
</rss>

