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: 
Not applicable

Concatenate two strings

Hi community,

Please, i want to concatenate two strings of characters in my qlikview script.

Can someone help me please?

6 Replies
Not applicable
Author

Can you specify more!!!!

You want concatenate two strings???or two tables???that strings are a variable?

Not applicable
Author

Not two tables.

I talk about two strings (variables).

Thanks.

Not applicable
Author

variable1 & ' | ' & variable2

or

variable1 & variable2 (if you dont wanna a break )

Just this??or you wanna something diferent?

Not applicable
Author

Please, i have another problem.

I want to obtain the values of a column of a Pivot table?

ok

Anonymous
Not applicable
Author

If you have another problem it is best to submit a new issue ... this to make it clear to everyone what problem you have Wink

Not applicable
Author

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!!!!