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

Please help

Hi all,

How to Show multiple values for particular record in one field separated by 'Comma'??

1 Solution

Accepted Solutions
rohan_mulay
Partner - Creator
Partner - Creator

Hi Vishakha,

You can use Concat() function in your straight table as follows

Concat(Fieldname,',')

Hope this helps

View solution in original post

4 Replies
rohan_mulay
Partner - Creator
Partner - Creator

Hi Vishakha,

You can use Concat() function in your straight table as follows

Concat(Fieldname,',')

Hope this helps

senpradip007
Specialist III
Specialist III

Try like

Concate([Your Field], ',')

Not applicable
Author

Concat()

Not applicable
Author

Thanks Rohan