Skip to main content
Announcements
Live today at 11 AM ET. Get your questions about Qlik Connect answered, or just listen in. SIGN UP NOW
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Reload of tables

I have four tables to be loaded. Lets us assume three of them with voluminous data have been loaded successfully. But while loading the fourth table an error was encountered. After correcting it, if I reload all the four tables get reloaded taking a lot of time. Is there any possible way, such that I can only reload the fourth table as the error was with it only?

3 Replies
sujeetsingh
Master III
Master III

As till i think you need to analyse it and find the way to optimize the reload.

> which may be excluding unwanted rows.

> check for circular loop in the data model.

For more visit this

Best Practices for Data Modelling

sarvjeet
Contributor III
Contributor III

Try to load each table in separate tab  in scripts. In this case move 4th tab to 1st position and Type "EXIT SCRIPT

tresesco
MVP
MVP

Usually, it is better to debug the script with limited load, so that you can check that the script is working fine without having to load the entire data.

untitled.png