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

Announcements
Join us to spark ideas for how to put the latest capabilities into action. Register here!
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Reseet ScriptErrorCount before start of script execution

Hi all!

I need to reser variable ScriptErrorCount to 0 , becouse i have a loop in my script and i want to get ScriptErrorCount  for each time for new loop. Please help me!

1 Solution

Accepted Solutions
alexandros17
Partner - Champion III
Partner - Champion III

Let ScriptErrorCount = 0;

Doesn't it work?

Let me know

View solution in original post

2 Replies
alexandros17
Partner - Champion III
Partner - Champion III

Let ScriptErrorCount = 0;

Doesn't it work?

Let me know

Not applicable
Author

Alessandro! Thank you! I have tried it early but it wouldn't work becouse bug in my script. Now it work fine. Thank you!