
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Concatenate two strings
Hi community,
Please, i want to concatenate two strings of characters in my qlikview script.
Can someone help me please?

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Can you specify more!!!!
You want concatenate two strings???or two tables???that strings are a variable?

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Not two tables.
I talk about two strings (variables).
Thanks.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
variable1 & ' | ' & variable2
or
variable1 & variable2 (if you dont wanna a break )
Just this??or you wanna something diferent?

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Please, i have another problem.
I want to obtain the values of a column of a Pivot table?
ok

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
If you have another problem it is best to submit a new issue ... this to make it clear to everyone what problem you have

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Take a look on HELP about set analisys or/and AGGR function....
Is a way to take a values of dimensions (same pivot table)...
if you have some specificy doubt i´ll try to help you!!!!
