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

Announcements
Join us in NYC Sept 4th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Problem with incremental Load null values,

Hi I've set up an incremental load to load from two qvds and update into one table.

It seems to be working fine, but when there is no data to update in a certain period it fails just locks up with no error message.

Has anyone come across this before ?  Just wondering if there is a work around

Thanks for your help

Sarah

2 Replies
Anonymous
Not applicable
Author

Hi can you post sample data and application so that it will be easy to solve your problem

richard_pearce6
Partner - Specialist
Partner - Specialist

Hi Sarah,

Have you tried adding some type of error trap?

In my extract template http://community.qlik.com/docs/DOC-7563 I check to see if the table loaded has any rows. If not you can simply end the script with the Exit Script command.

Richard