<?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: &amp;quot;ScriptErrorDetails&amp;quot; not fetching multiple error details in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/quot-ScriptErrorDetails-quot-not-fetching-multiple-error-details/m-p/628077#M679416</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Qlikview will stop executing the script on the first error unless you set the ErrorMode variable to 0 first.&lt;/P&gt;&lt;P&gt;SET ErrorMode = 0;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 26 May 2014 14:16:05 GMT</pubDate>
    <dc:creator>Gysbert_Wassenaar</dc:creator>
    <dc:date>2014-05-26T14:16:05Z</dc:date>
    <item>
      <title>"ScriptErrorDetails" not fetching multiple error details</title>
      <link>https://community.qlik.com/t5/QlikView/quot-ScriptErrorDetails-quot-not-fetching-multiple-error-details/m-p/628076#M679415</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need help in using ScriptErrorDetails.&lt;/P&gt;&lt;P&gt;I am using below code to fetch data from multiple excel files:&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&amp;nbsp; ---------------------------------&lt;/SPAN&gt;&lt;BR /&gt;Read_Files:&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;STRONG style="color: #0000ff; font-size: 8pt;"&gt;&lt;STRONG style="color: #0000ff; font-size: 8pt;"&gt;LOAD&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;*&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;FROM&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;Z:\files&lt;SPAN style="font-size: 8pt;"&gt;&lt;SPAN style="font-size: 8pt;"&gt;\*my_file*.xlsx&lt;BR /&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;ooxml&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;, &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;embedded&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;labels&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;, &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;table&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;is&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; Open);&lt;BR /&gt;&lt;BR /&gt;ErrorDetails:&lt;BR /&gt;&lt;/SPAN&gt;&lt;STRONG style="color: #0000ff; font-size: 8pt;"&gt;&lt;STRONG style="color: #0000ff; font-size: 8pt;"&gt;Load&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;BR /&gt;'$(ScriptErrorDetails)' &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;as&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;vScriptErrorDetail&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;AutoGenerate&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(1);&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;------------------------------------&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;After running this, i get following value in &lt;SPAN style="color: #800000; font-size: 8pt;"&gt;vScriptErrorDetail :&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Field not found - &amp;lt;Emp-Id&amp;gt; &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;However there were 2 fields that were missing in different files:&lt;/P&gt;&lt;P&gt;Emp-Name column was missing in one and Emp-Id column in another.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But &lt;SPAN style="color: #800000; font-size: 8pt;"&gt;vScriptErrorDetail is storing only error in file read last.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;I want &lt;SPAN style="color: #800000; font-size: 8pt;"&gt;vScriptErrorDetail&amp;nbsp; to give following result:&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;&lt;STRONG&gt;Field not found - &amp;lt;Emp-Name&amp;gt; &lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;&lt;STRONG&gt;&lt;STRONG&gt;Field not found - &amp;lt;Emp-Id&amp;gt; &lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If we have 2 or more field error during the reload, my purpose is to show my users that these are the fields causing the error. Hope I am making it clear for you to help.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 May 2014 13:59:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/quot-ScriptErrorDetails-quot-not-fetching-multiple-error-details/m-p/628076#M679415</guid>
      <dc:creator />
      <dc:date>2014-05-26T13:59:40Z</dc:date>
    </item>
    <item>
      <title>Re: "ScriptErrorDetails" not fetching multiple error details</title>
      <link>https://community.qlik.com/t5/QlikView/quot-ScriptErrorDetails-quot-not-fetching-multiple-error-details/m-p/628077#M679416</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Qlikview will stop executing the script on the first error unless you set the ErrorMode variable to 0 first.&lt;/P&gt;&lt;P&gt;SET ErrorMode = 0;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 May 2014 14:16:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/quot-ScriptErrorDetails-quot-not-fetching-multiple-error-details/m-p/628077#M679416</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2014-05-26T14:16:05Z</dc:date>
    </item>
    <item>
      <title>Re: "ScriptErrorDetails" not fetching multiple error details</title>
      <link>https://community.qlik.com/t5/QlikView/quot-ScriptErrorDetails-quot-not-fetching-multiple-error-details/m-p/628078#M679417</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Amir,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;isn't it possible to store error in the main table ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Read_Files:&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;STRONG style="color: #0000ff; font-size: 8pt;"&gt;&lt;STRONG style="color: #0000ff; font-size: 8pt;"&gt;LOAD&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;*,&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;'$(ScriptErrorDetails)' &lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;as&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;vScriptErrorDetail&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;FROM&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;Z:\files&lt;SPAN style="font-size: 8pt;"&gt;&lt;SPAN style="font-size: 8pt;"&gt;\*my_file*.xlsx&lt;BR /&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;ooxml&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;, &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;embedded&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;labels&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;, &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;table&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;is&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; Open);&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;SPAN&gt;Chris&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 May 2014 14:19:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/quot-ScriptErrorDetails-quot-not-fetching-multiple-error-details/m-p/628078#M679417</guid>
      <dc:creator />
      <dc:date>2014-05-26T14:19:48Z</dc:date>
    </item>
    <item>
      <title>Re: "ScriptErrorDetails" not fetching multiple error details</title>
      <link>https://community.qlik.com/t5/QlikView/quot-ScriptErrorDetails-quot-not-fetching-multiple-error-details/m-p/628079#M679418</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi christianj ,&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;This won't fetch the required info as vScriptErrorDetail will get null values.&lt;/P&gt;&lt;P&gt;This is because there aren't any rows being fetched from the file where columns are missing.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sanjeet&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 May 2014 13:06:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/quot-ScriptErrorDetails-quot-not-fetching-multiple-error-details/m-p/628079#M679418</guid>
      <dc:creator />
      <dc:date>2014-05-27T13:06:46Z</dc:date>
    </item>
    <item>
      <title>Re: "ScriptErrorDetails" not fetching multiple error details</title>
      <link>https://community.qlik.com/t5/QlikView/quot-ScriptErrorDetails-quot-not-fetching-multiple-error-details/m-p/628080#M679419</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sure i read too fast&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but you can add&lt;/P&gt;&lt;P&gt;&lt;SPAN class="Bold"&gt;ScriptErrorList&amp;nbsp; which will give a detailled list of the errors and&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="Bold"&gt;&lt;SPAN class="Bold"&gt;ScriptErrorCount will gives the number of errors&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="Bold"&gt;&lt;SPAN class="Bold"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="Bold"&gt;&lt;SPAN class="Bold"&gt;it can help&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="Bold"&gt;&lt;SPAN class="Bold"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="Bold"&gt;&lt;SPAN class="Bold"&gt;Chris&lt;BR /&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 May 2014 14:18:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/quot-ScriptErrorDetails-quot-not-fetching-multiple-error-details/m-p/628080#M679419</guid>
      <dc:creator />
      <dc:date>2014-05-27T14:18:30Z</dc:date>
    </item>
    <item>
      <title>Re: "ScriptErrorDetails" not fetching multiple error details</title>
      <link>https://community.qlik.com/t5/QlikView/quot-ScriptErrorDetails-quot-not-fetching-multiple-error-details/m-p/628081#M679420</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ScriptErrorList gives the error 2 times for fields missing in 2 excel files:&lt;/P&gt;&lt;P&gt;Field Not Found&lt;/P&gt;&lt;P&gt;Field Not Found&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;But it doesn't give complete info regarding error, like:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Field Not Found - &amp;lt;Emp-Name&amp;gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Field Not Found - &amp;lt;Emp-Id&amp;gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ScriptErrorDetail gives o/p as:&lt;/P&gt;&lt;P&gt;Field Not Found - &amp;lt;Emp-Id&amp;gt;&lt;/P&gt;&lt;P&gt;and not for both files.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Still not getting the required o/p &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/confused.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 May 2014 06:38:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/quot-ScriptErrorDetails-quot-not-fetching-multiple-error-details/m-p/628081#M679420</guid>
      <dc:creator />
      <dc:date>2014-05-28T06:38:43Z</dc:date>
    </item>
  </channel>
</rss>

