Group Concat

Stimulsoft Reports.PHP discussion
Post Reply
kclow93
Posts: 6
Joined: Tue Dec 15, 2015 6:38 am
Location: Usa

Group Concat

Post 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
HighAley
Posts: 8430
Joined: Wed Jun 08, 2011 7:40 am
Location: Stimulsoft Office

Re: Group Concat

Post by HighAley »

Hello.

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

Thank you
Attachments
FlexGroupSum.mrt
(19.57 KiB) Downloaded 364 times
Post Reply