Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello
is there a way to handle errors inside the script?
I have a situation in which a connection to server may be down
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
I don't want the script to be interrupted
For some details of handling errors, see the QlikView Reference Manual (search for Error Variables)
Hi,
There is a system error variable which allows the script to finish even if the script has any error.
Type this in script before any load statement or Sql Statement.
Set ErrorMode = 0;
For more information on error variables look into Help.
Regards,
Kaushik Solanki
See related post. I have some working code that store errors into an ERROR table.
http://community.qlik.com/message/222099#222099
Still working out a few things in that post.
Hi,
Do you still have the script for this?
Why am i asking this?
Well the link is' nt working annymore and i would love to take a look at it.
Can you help me?
Greets
Dirk
Hello
sorry for the late reply
I need to check my documents I think I still have it
I will search for it and inform you once I find it