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

Announcements
See why IDC MarketScape names Qlik a 2025 Leader! Read more
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Straight table with several values

Hi,

I'm using a straight table with one dimension and some expressions. With one of my expression I only shows the value in the field and doesn't do any calculations. The issue is that the field contains several values and I would like to show them on one row, is it possible? Another solution is that I put that field in the dimension but that gives me one row for every value for that feild, and it is not what I want.

I hope any one understand what I looking for.

Thanks! 

1 Solution

Accepted Solutions
sivarajs
Specialist II
Specialist II

You can use concat(field,',')

View solution in original post

2 Replies
sivarajs
Specialist II
Specialist II

You can use concat(field,',')

jonathandienst
Partner - Champion III
Partner - Champion III

Hi

Try this for the expression

=Concat(myfield, ',')

Hope that helps

Jonathan

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