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: 
Not applicable

Unable to find ScriptErrorDetails system field in my application.

Hi All,

I am unable to find ScriptErrorDetails system field in my application. But, i can see the ScriptError, ScriptErrorCount and ScriptErrorList fields in my application.

Please help me.

1 Solution

Accepted Solutions
sundarakumar
Specialist II
Specialist II

Hi Venugopal,

To get that variable your application should be atleast once get failed while reloading.

Try failing the application reloading by removing some semicolon and restore it and run.

Then check you will be having the variable.

-Sundar

View solution in original post

6 Replies
fkeuroglian
Partner - Master
Partner - Master

Hi could you please explain and be more specific?

pherhaps you can put and image or an example to help you?

Fernando

Not applicable
Author

Hi Fernando,

I am looking for a system field "ScriptErrorDetails" in my application. But, my application can have other "ScriptError" system field. Please help me.

Qlikview pre defined system fields list.jpg

sundarakumar
Specialist II
Specialist II

They are not alphabatically arranged. It should be there.

Check till end.

-Sundar

Not applicable
Author

Hi Sundar,


I arranged the list in descending order. Also, i double checked about the filed, but I couldn't find it.



sundarakumar
Specialist II
Specialist II

Hi Venugopal,

To get that variable your application should be atleast once get failed while reloading.

Try failing the application reloading by removing some semicolon and restore it and run.

Then check you will be having the variable.

-Sundar

Anonymous
Not applicable
Author

hi venugopal

can you help me with how u used the ScriptErrordetails variable exactly.

I used "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)

whereas

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.

thanks