Skip to main content
Announcements
Introducing Qlik Answers: A plug-and-play, Generative AI powered RAG solution. READ ALL ABOUT IT!
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

"ScriptErrorDetails" example in qlikview

Hi I am new to qlikview

I wanted to List the errors in the dashboard, so I chose textboxt to display them.

firstly I used "ScriptErrorList" error variable with the following if statement in the textbox,

if(ScriptErrorCount>0, ScriptErrorList , 0)

it gave the proper output, but it just gave the output like "syntax error" or "general error" not the detailed one.

so, I am using  "ScriptErrorDetails" error variable for detailed error list but nothing is displayed in the textbox.

Following is the statement which I wrote in the textbox for getting the detailed error list :-

if(ScriptErrorCount>0, ScriptErrorDetails, 0)

0 is displayed when no error is there in the script, but nothing is displayed when there is error in script.

Thanks In advance

0 Replies