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

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
nihhalmca
Specialist II
Specialist II

Difference between ADD and Concatenate?

Hi All,

Could you people say exact difference b/w ADD and Concatenate

Thanks in Advance,

Nihhal.

1 Solution

Accepted Solutions
Not applicable

Concatenate

If two tables that are to be concatenated have different sets of fields, concatenation of two tables can still be forced with the concatenate prefix

concart.bmp

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.

View solution in original post

2 Replies
Not applicable

Concatenate

If two tables that are to be concatenated have different sets of fields, concatenation of two tables can still be forced with the concatenate prefix

concart.bmp

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.

nihhalmca
Specialist II
Specialist II
Author

Thanks for response.