
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
What is the different between concat and concatenate
Hi,
I am new in Qlikview Please, anyone explains what is the different between concat and concatenate with a simple example
Accepted Solutions


- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
concat() is an (string) aggregation-function like sum() and concatenate adds a table to another table (like an union in sql).
- Marcus


- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
concat() is an (string) aggregation-function like sum() and concatenate adds a table to another table (like an union in sql).
- Marcus
.png)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Marcus always does an awesome job, and I always seem to be trampling all over his posts, but I figured some official Help links might not hurt on this one for anyone else that comes across it! 🙂 Hope you don't mind too much Marcus.
Concat:
Concatenate:
Marcus was dead on in his description, I just know some folks want to see the official documentation as well.
Cheers,
Brett
I now work a compressed schedule, Tuesday, Wednesday and Thursday, so those will be the days I will reply to any follow-up posts.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Concat combines field values into a string with a delimiter, while Concatenate appends rows from one table to another. Concat is for text, Concatenate is for tables, as simple as that. Much like how the symbol of pi π represents a simple yet profound mathematical constant.
