<?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 handling in script in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/error-handling-in-script/m-p/273459#M102331</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;See related post. I have some working code that store errors into an ERROR table.&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;A _jive_internal="true" class="active_link" href="https://community.qlik.com/message/222099#222099"&gt;http://community.qlik.com/message/222099#222099&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Still working out a few things in that post.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 23 May 2012 21:50:40 GMT</pubDate>
    <dc:creator />
    <dc:date>2012-05-23T21:50:40Z</dc:date>
    <item>
      <title>error handling in script</title>
      <link>https://community.qlik.com/t5/QlikView/error-handling-in-script/m-p/273456#M102328</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello&lt;/P&gt;&lt;P&gt;is there a way to handle errors inside the script?&lt;/P&gt;&lt;P&gt;I have a situation in which a connection to server may be down&lt;/P&gt;&lt;P&gt;I want to make something like try catch in the catch block I want to save a log statement informing of the error occured but then I want the script to continue to work&lt;/P&gt;&lt;P&gt;I don't want the script to be interrupted&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Jul 2011 02:07:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/error-handling-in-script/m-p/273456#M102328</guid>
      <dc:creator>ali_hijazi</dc:creator>
      <dc:date>2011-07-12T02:07:51Z</dc:date>
    </item>
    <item>
      <title>error handling in script</title>
      <link>https://community.qlik.com/t5/QlikView/error-handling-in-script/m-p/273457#M102329</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;For some details of handling errors, see the QlikView Reference Manual (search for Error Variables)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Jul 2011 02:44:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/error-handling-in-script/m-p/273457#M102329</guid>
      <dc:creator>nagaiank</dc:creator>
      <dc:date>2011-07-12T02:44:07Z</dc:date>
    </item>
    <item>
      <title>error handling in script</title>
      <link>https://community.qlik.com/t5/QlikView/error-handling-in-script/m-p/273458#M102330</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;&amp;nbsp;&amp;nbsp; There is a system error variable which allows the script to&amp;nbsp; finish even if the script has any error.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; Type this in&amp;nbsp; script before any load statement or Sql Statement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; Set ErrorMode = 0;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; For more information on error variables look into Help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Kaushik Solanki&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Jul 2011 06:28:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/error-handling-in-script/m-p/273458#M102330</guid>
      <dc:creator>kaushiknsolanki</dc:creator>
      <dc:date>2011-07-12T06:28:01Z</dc:date>
    </item>
    <item>
      <title>error handling in script</title>
      <link>https://community.qlik.com/t5/QlikView/error-handling-in-script/m-p/273459#M102331</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;See related post. I have some working code that store errors into an ERROR table.&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;A _jive_internal="true" class="active_link" href="https://community.qlik.com/message/222099#222099"&gt;http://community.qlik.com/message/222099#222099&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Still working out a few things in that post.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 May 2012 21:50:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/error-handling-in-script/m-p/273459#M102331</guid>
      <dc:creator />
      <dc:date>2012-05-23T21:50:40Z</dc:date>
    </item>
    <item>
      <title>Re: error handling in script</title>
      <link>https://community.qlik.com/t5/QlikView/error-handling-in-script/m-p/273460#M102332</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;Do you still have the script for this?&lt;/P&gt;&lt;P&gt;Why am i asking this?&lt;/P&gt;&lt;P&gt;Well the link is' nt working annymore and i would love to take a look at it.&lt;/P&gt;&lt;P&gt;Can you help me?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Greets&lt;/P&gt;&lt;P&gt;Dirk&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Jan 2015 11:17:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/error-handling-in-script/m-p/273460#M102332</guid>
      <dc:creator>dirk1955</dc:creator>
      <dc:date>2015-01-13T11:17:01Z</dc:date>
    </item>
    <item>
      <title>Re: error handling in script</title>
      <link>https://community.qlik.com/t5/QlikView/error-handling-in-script/m-p/273461#M102333</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello&lt;/P&gt;&lt;P&gt;sorry for the late reply&lt;/P&gt;&lt;P&gt;I need to check my documents I think I still have it&lt;/P&gt;&lt;P&gt;I will search for it and inform you once I find it&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Jan 2015 12:05:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/error-handling-in-script/m-p/273461#M102333</guid>
      <dc:creator>ali_hijazi</dc:creator>
      <dc:date>2015-01-16T12:05:57Z</dc:date>
    </item>
  </channel>
</rss>

