Unique values separated by comma
Content
Hello,
I am trying to display a report that contains one row with unique values separated by comma.
My column looks like:
| col_name |
| val1 |
| val3 |
| val1 |
| val2 |
| val2 |
| val2 |
Report should show:
| col_name: | val1, val2, val3 |
Group Results is working but showing values in few rows. Group_Concat in column expression is also showing duplicates in one row...
Is it possible to achieve this?
Tagged:
0