Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Qliksense_Partial Reload


Dear All,


I am new to qlik sense  anybody  explain  how to perform the  Partial reload in Qlik sense by using the ADD ()


4 Replies
tresesco
MVP
MVP

Partial reload is currently only supported by using the Qlik Engine API.


Check this:

https://help.qlik.com/en-US/sense/2.1/Subsystems/Hub/Content/Scripting/ScriptPrefixes/Add.htm?q=

jagan
Luminary Alumni
Luminary Alumni

Hi,

Check this link

Qlik Sense Partial Reload for v2.0.x and v2.1.1

Regards,

Jagan.

Anonymous
Not applicable
Author

Partial Load is useful when you want to add any table to your existing data model

Instead of loading full data model, Qlik will load only that table which you want to add into your data model...

Add()      //To add the table into data model

Replace()  //To update the previous loaded table

Anonymous
Not applicable
Author