Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Want to see what's currently in public preview? We've pulled it all together in one place. Check it out here
cancel
Showing results for 
Search instead for 
Did you mean: 
edwinwitvoet
Contributor III
Contributor III

QS v2.2: How to test for invalid URL (code : 400) and prevent script to exit

After upgrading to Qlik Sense V2.2 I observed a script crashing when trying to load data from an invalid URL

Context : the script dynamically composes an URL in a for loop.

For some dates the URL does not exist

In QS V2.1, with ErrorMode=0 the script continued (skipping the LOAD from the invalid URL)

Is there any way to

- check whether an URL to load a HTML webtable from is valid or not

- continue loading in case of an Error (ErrorMode = 0 does not seem to be enough)

4 Replies
alec1982
Specialist II
Specialist II

I have the same issue.... Looks like errormode in 2.2 is not working..

Levi_Turner
Employee
Employee

This does indeed look to be the case. It has already been submitted to R&D to remedy with the ID QLIK-52534.

avinashelite
MVP
MVP

Check this threads you will get a idea on the same .

Error Handling in Qlikview

ErrorHandling in Qlikview

Error handling in script

alec1982
Specialist II
Specialist II

anybody knows if this error has been fixed?