Skip to main content
Announcements
SYSTEM MAINTENANCE: Thurs., Sept. 19, 1 AM ET, Platform will be unavailable for approx. 60 minutes.
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