Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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!
You can use concat(field,',')
You can use concat(field,',')
Hi
Try this for the expression
=Concat(myfield, ',')
Hope that helps
Jonathan