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

Announcements
Join us in Toronto Sept 9th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
gkcchowdary
Creator
Creator

what is difference add and add only in partial reload?

hi tell me with example partial reload add and add only key words.

2 Replies
sunny_talwar

As per my understanding:

Add LOAD would reload during Regular reload and Partial Reload

Add Only LOAD would only reload during Partial Reload (by pass the table during regular reload)

Not applicable

Hi nbkchaitanya,

Add:

The add prefix can be added to any load, select or map...using statement in the script.

It is only meaningful during partial reloads. During a partial reload the QlikView table,for which a table name is generated by the add load/add select statement (provided such a table exists),will be appended with the result of the add load/add select statement. No check for duplicates is performed.


Add Only :

If you add the only option to your statement ex: ADD ONLY then the partial reload will not be used when run the normal reload.

Hope this helps!

Best regards,

Verendra.