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

Exception Handling

Kindly give me sometips on this as there are errors popping when reloading but not getting the exact error.

Please help me with the common type of errors in scripting when we reload.

5 Replies
shree909
Partner - Specialist II
Partner - Specialist II

Hi,

In order to check the errors , don't reload everything  at one time.

use debug in the extract script  and try to load only few rows of data. u have an option of doing it by step by step and animate. and use some break points . so that u will know where exactly u are making the errors.

Hope this  helps

Thanks

Anonymous
Not applicable
Author

By using the log file also you can find the error.

Anonymous
Not applicable
Author

Check for missing "," commas or semicolons ";"

Check for proper use of "Group by" if any aggregation is performed anywhere

Check for Proper use of table names in case of working with joins

Not applicable
Author

Thank you all.

as mentioned above most errors occur due to commas

Anonymous
Not applicable
Author

then you should use the Syntax Check option before you run the script.syntax-check.PNG.png