Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

field values seperated with commas

hi

we are having a field having multiple values in that. we want to show all the values of that field seperated with commas in the front end in a straight table. Is it possible to show the values seperated with commas. If yes, please provide the solution.

1 Solution

Accepted Solutions
jonathandienst
Partner - Champion III
Partner - Champion III

Hi

You can use something like this

     =Concat(myField, ',')

Regards

Jonathan

Logic will get you from a to b. Imagination will take you everywhere. - A Einstein

View solution in original post

2 Replies
jonathandienst
Partner - Champion III
Partner - Champion III

Hi

You can use something like this

     =Concat(myField, ',')

Regards

Jonathan

Logic will get you from a to b. Imagination will take you everywhere. - A Einstein
Not applicable
Author

Thanx for help