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

try catch in script

Hello

is there a way to execute a script in a try {} then in the catch I check what is the error and based on error code I decide what to do?
for example:
try
{
do something
}
catch(exception)
{
if exception = x then do something
else
throw exception and exit script

}

 

kindly advise

I can walk on water when it freezes
1 Solution
1 Reply