What is partial loading??
Partial Reload helps to add / replace data to QlikView Applications without reloading the complete application.
Usually When We do a full reload in QlikView application, QlikView drops all the tables from Memory and recreates the Table again from the Script But with Partial reload, we can reload only certain load/Select statement by Keeping other tables in QlikView Memory.
There are two Key Words by which partial reload can be activated in QlikView Scripting.
Add - Append Data to Existing Table or Add New Table to your Data Model
Replace - Replace Existing Table.
Partial Reload helps to add / replace data to QlikView Applications without reloading the complete application.
Usually When We do a full reload in QlikView application, QlikView drops all the tables from Memory and recreates the Table again from the Script But with Partial reload, we can reload only certain load/Select statement by Keeping other tables in QlikView Memory.
There are two Key Words by which partial reload can be activated in QlikView Scripting.
Add - Append Data to Existing Table or Add New Table to your Data Model
Replace - Replace Existing Table.