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

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

script getting hanged after debugging /reloading,need help please.

Hi all,

please can any one help me with the below issue .

I have attached a file ,which while debugging/reloading is getting hanged .like the debugging finishes then when I try to close the window it hangs,and same during reloading,it finishes the reload but the window doesn't close as it gets hanged and till I do an end task it doesn't work.

if I remove  the script in the tab 2(named as join) the one with if statements, it doesn't hang,but I need that as well.Just not understanding what is going wrong.can someone please help me out.

regards,

sahana

2 Replies
ashfaq_haseeb
Champion III
Champion III

Hi Sahana,

It not that easy to figure out issue without reloading application, rather I would suggest you to place

EXIT Script;

After each table and load you application till you reach the point, wherein you can find from which part issue is cumming.

Regards

ASHFAQ

Not applicable
Author

ok thanks Ashfaq,

will try the same.