Partial Reload in Qlikview

Ratings:
(4)
Views:0
Banner-Img
  • Share this blog:

Partial Reload

Add: The add prefix can be added to any Load, Select or Map ... using statement in the script. It is only relevant 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.

Therefore, a statement using the add prefix will normally include either a distinct qualifier or a where clause guarding duplicates. The map...using statement causes mapping to take place also during partial script execution. Only is an optional qualifier denoting that the statement should be disregarded during normal (non- partial) reloads.

Ex:

Tab1:

LOAD Name, Number FROM Persons.csv;

ADD LOAD Name, Number FROM new Persons.csv;

During normal reload, data is loaded from Persons.csv and stored in the QlikView table Tab1. Data from

New Persons.csv is then concatenated to the same QlikView table.

During partial reload, data is loaded from New Persons.csv and appended to the QlikView table Tab1. No check for duplicates is made.

Tab1:

LOAD Name, Number FROM Persons.csv;

ADD LOAD Name, Number FROM NewPersons.csv Where not exists(Name);

A check for duplicates is made by means of looking if Name exists in the previously loaded table data.

During normal reload, data is loaded from Persons.csv and stored in the QlikView table Tab1. Data from New Persons.csv is then concatenated to the same .

During partial reload, data is loaded from New Persons.csv which is appended to the QlikView table Tab1. A check for duplicates is made by means of seeing if Name exists in the previously loaded table data.

Tab1:

LOAD Name, Number FROM Persons.csv;

ADD ONLY LOAD Name, Number FROM New Persons.csv Where not exists(Name);

During normal reload, data is loaded from Persons.csv and stored in the QlikView table Tab1. The statement loading New Persons.csv is disregarded.

During partial reload, data is loaded from New Persons.csv which is appended to the QlikView table Tab1. A check for duplicates is made by means of seeing if Name exists in the previously loaded table data.

You liked the article?

Like : 0

Vote for difficulty

Current difficulty (Avg): Medium

Recommended Courses

1/15

About Author
Authorlogo
Name
TekSlate
Author Bio

TekSlate is the best online training provider in delivering world-class IT skills to individuals and corporates from all parts of the globe. We are proven experts in accumulating every need of an IT skills upgrade aspirant and have delivered excellent services. We aim to bring you all the essentials to learn and master new technologies in the market with our articles, blogs, and videos. Build your career success with us, enhancing most in-demand skills in the market.