Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Macro Parse Failed

Hi,

is there any way to handle the "Macro Parse Failed" errore ?

I know that we are working with VbScript so nothing like "try...catch" is available, but how can I handle exception to suppress this kind of terrible error for the user ?

I'm calling a web service from the QlikView Macro and sometimes I can get a timeout error.

On error resume next or something like that? It's possible ?

Thanks a lot

2 Replies
Not applicable
Author

yep 'on error resume next'

Not applicable
Author

and 'on error goto 0' to go back to normal mode