<?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 Error Log In Qlikview in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Error-Log-In-Qlikview/m-p/1755630#M58269</link>
    <description>&lt;P&gt;Hi,&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is there a way to log all field not found error in same excel file, I am using a error script which logs one error and exclude the file and load other file.&amp;nbsp;&lt;/P&gt;&lt;P&gt;The input file may have two or more field with different as it comes from each department, at last i have to consolidate all the files .&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;In one file, I need to know all the errors and load another file.. How to achieve this&lt;/P&gt;</description>
    <pubDate>Sat, 24 Oct 2020 06:09:11 GMT</pubDate>
    <dc:creator>Prabhu1204</dc:creator>
    <dc:date>2020-10-24T06:09:11Z</dc:date>
    <item>
      <title>Error Log In Qlikview</title>
      <link>https://community.qlik.com/t5/App-Development/Error-Log-In-Qlikview/m-p/1755630#M58269</link>
      <description>&lt;P&gt;Hi,&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is there a way to log all field not found error in same excel file, I am using a error script which logs one error and exclude the file and load other file.&amp;nbsp;&lt;/P&gt;&lt;P&gt;The input file may have two or more field with different as it comes from each department, at last i have to consolidate all the files .&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;In one file, I need to know all the errors and load another file.. How to achieve this&lt;/P&gt;</description>
      <pubDate>Sat, 24 Oct 2020 06:09:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Error-Log-In-Qlikview/m-p/1755630#M58269</guid>
      <dc:creator>Prabhu1204</dc:creator>
      <dc:date>2020-10-24T06:09:11Z</dc:date>
    </item>
    <item>
      <title>Re: Error Log In Qlikview</title>
      <link>https://community.qlik.com/t5/App-Development/Error-Log-In-Qlikview/m-p/1755878#M58293</link>
      <description>&lt;P&gt;It's not possible with ERRORMODE because it will always break by the first found error. This means you need to check the existing of fields with a regular method. For example by using a pre-load like:&lt;/P&gt;&lt;P&gt;t: first 1 load * from Excel;&lt;/P&gt;&lt;P&gt;and afterwards you creates a loop like:&lt;/P&gt;&lt;P&gt;for i = 1 to nooffields('t')&lt;BR /&gt;&amp;nbsp;&amp;nbsp; let f = fieldname($(i), 't')&lt;BR /&gt;&amp;nbsp;&amp;nbsp; ...&amp;nbsp; // your match against the expected fields&lt;BR /&gt;&amp;nbsp;&amp;nbsp; ... // log your measures and react in any way&lt;BR /&gt;next&lt;/P&gt;&lt;P&gt;- Marcus&lt;/P&gt;</description>
      <pubDate>Mon, 26 Oct 2020 12:45:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Error-Log-In-Qlikview/m-p/1755878#M58293</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2020-10-26T12:45:10Z</dc:date>
    </item>
  </channel>
</rss>

