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

Announcements
Qlik GA: Multivariate Time Series in Qlik Predict: Get Details
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Debug in Script level

Hi.. Why using the Debug in Script level in bfore  Reloading in Qlikview... pls  give me brief answer..

Thnks

Hari...

5 Replies
Chanty4u
MVP
MVP

hi,''

to debug the script wat u hve  wrote...it will chk line by line and if is there any error it wil through error.by that u can modify thhe code.

and if u huge data set...it will take too much time to reload the entire application  without usng debug.

hope this helps u

Thanks

Suresh

Not applicable
Author

Thnks suresh

engishfaque
Specialist III
Specialist III

Dear Hari,

We use QlikView Debugger due to the following reasons,

1. Find out script errors before to reload

2. Load limited number of records before to load large data set(s)

Kind regards,

Ishfaque Ahmed

MayilVahanan

Hi

The following reasons for debug the script

- If you are doing some calculation in variables, we can able to check the values of the variables during debug.

- We can able to limit our data.

- We can execute the script by steps or by animate.

- We can able to assign some breakpoints during execution and check the scripts.

Thanks & Regards, Mayil Vahanan R
Please close the thread by marking correct answer & give likes if you like the post.
Not applicable
Author

Thanks friends