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: 
alis2063
Creator III
Creator III

Concatenate disadvantage

Can anybody tell me what is the disadvantage of Concatenate function in QlikView .



Regards,
Ali
3 Replies
Gysbert_Wassenaar
Partner - Champion III
Partner - Champion III

Concatenating tables can be used to create a data model that may not be as easy to understand by business analysts as a data model that uses a link table instead of concatenated fact tables.
In some cases concatenating may be slower than joining tables.

talk is cheap, supply exceeds demand
alis2063
Creator III
Creator III
Author

I don’t thinks that Concatenate is slower than join or link.

Because in the join,we perform the relation or association between the tables based on key .
But Concatenate is used to append the data in tables.

Regards,
Ali
Vegar
MVP
MVP

Concatenate is a quite useful function when you need to concatenate two tables into a single one. Use it if you need it.

It will however break your optimized load (if you had one).