Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi.. Why using the Debug in Script level in bfore Reloading in Qlikview... pls give me brief answer..
Thnks
Hari...
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
Thnks suresh
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
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 friends