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

Announcements
Join us to spark ideas for how to put the latest capabilities into action. Register here!
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Selective Data Refresh

My full data refresh takes many hours. I now need to add a small lookup table. Is there a way in which I can simply bring the lookup table without reloading all the tables in the document?

Thanks,

Dinesh.

1 Solution

Accepted Solutions
Not applicable
Author

The REPLACE can precede a LOAD or SELECT. Just use REPLACE SELECT...

View solution in original post

3 Replies
Not applicable
Author

Use the REPLACE command in your load and then do a Partial Reload.

REPLACE LOAD * FROM...


Anonymous
Not applicable
Author

I currently do not have a load statement. All I have is ODBC connect. Then SQL Select statements. Do I have to comment out the SQL select of big tables & add REPLACE LOAD? What is the syntax of REPLACE LOAD?

Thanks,

Dinesh

Not applicable
Author

The REPLACE can precede a LOAD or SELECT. Just use REPLACE SELECT...