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

Announcements
Join us in Bucharest on Sept 18th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

How to add concatenated list box fied

Hi ,

I have a list box where I need to add a concatenated filed. At the moment its allowing me to specify only one filed ?

I understand that I can change the script SQL and add a new field. Rather than doing that way is there an easy workaround ?

list_filed.png

Thanks in advance

Buminda

1 Solution

Accepted Solutions
sushil353
Master II
Master II

Hi,

in the Field drop down goto > Expression and there you can write =Field1&Field2

HTH

Sushil

View solution in original post

4 Replies
sushil353
Master II
Master II

Hi,

in the Field drop down goto > Expression and there you can write =Field1&Field2

HTH

Sushil

Anonymous
Not applicable
Author

Hi,

in expression tab you can concatenate the fields with  this &(symbol).

like....filed1 & filed2

and you can name it as single filed in title.

Not applicable
Author

Thanks Sushil, this worked.

Not applicable
Author

Thanks , yes this helped me.