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

Script Error

I'm running a script that i don't have access to the hidden script part and I'm script error.pnggetting the attached error, can anyone else?

2 Replies
miguelbraga
Partner - Specialist III
Partner - Specialist III

Hi there,

 

If you haven't access to the hidden script, then you won't be able to correct the error that the script makes, but it is still possible to run the script that you have access to by negate the effect of the Script Errors. You must do as following in the first line of the first tab:

 

Set ErrorMode = 0;

 

Then on the final line of the final tab put this code:

 

Set ErrorMode = 1;

 

Doing this you'll still be able to run your code. I strongly suggest you to get from the original developer of the application the password for the hidden script and correct the error.

 

Hope this helps you,

 

Best regards,

MB

sunny_talwar

If you don't have access to the hidden script, I am not sure how you can resolve this except by deleting the hidden tab all together. You can look here to see on ways to remove hidden script Removing Hidden Script when you Forgot the Password