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

Tips on Debugging..?

Just started QlikView on the 1st of Oct, getting really used to the interface ect, getting on with knowing the functions ect..

So i just need a few guidance tips on how to debug properly.

I know this is a very broad question but any guidence would help.

Hopefully a collection of individuals methology would create a nice how to debug thread.

Thankyou in advance

Rhys Bradbury

3 Replies
gandalfgray
Specialist II
Specialist II

Hi Rhys

1. Turn on logging (Settings->Document Properties->General. Check "Generate Logfile")

2. Run in debug mode stepping through your application or using breakpoints

3. If you are getting duplicates you were not expecting, they may be caused by joins. Use NoOfRows function before and after the join to check if the join introduces duplicates. (Let nBefore=NoOfRows('tablename');  etc..)

4. You can also "dump" tables at any point you like by using the Store command, and then inspect what is in the table at that stage

that's a start at least..

whiteline
Master II
Master II

Hi.

In addition Document properties->Tables can be useful.

Not applicable
Author

Everyone who contributes gets a like ^_^