Page 1 of 1

Group Concat

Posted: Fri Feb 19, 2016 2:37 am
by kclow93
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

Re: Group Concat

Posted: Fri Feb 19, 2016 11:52 am
by HighAley
Hello.

Please, look at the attached report template.
The concatenation is made in Text8 component.

Thank you