Group Concat
Posted: Fri Feb 19, 2016 2:37 am
Hi,
I have a table like this ,
Name | Category
a | 1
b | 2
c | 1
d | 3
e | 1
f | 2
What I want is
name | category
a,c,e | 1
b,f | 2
d | 3
I had using the Group Header Band but its doesn't work...
How can I do that?
Thank You
I have a table like this ,
Name | Category
a | 1
b | 2
c | 1
d | 3
e | 1
f | 2
What I want is
name | category
a,c,e | 1
b,f | 2
d | 3
I had using the Group Header Band but its doesn't work...
How can I do that?
Thank You