Merge multiple rows in a report definition
I have a requirement as below:
If an operator ID has skills such as skill1, skill2... and so on, the current report definition displays this as follow:
operatorID_1 ---- SKILL1
operatorID_1 ---- SKILL2
We want to eliminate the no. of rows and include all the skills of a certain operator in a single row as below:
operatorID_1 ---- SKILL1, SKILL2, SKILL3..
How do I achieve this? I tried concatenate but I believe that's for grouping columns and not rows