Concat Details into a Header

Stimulsoft Reports.WPF discussion
Post Reply
rth001
Posts: 32
Joined: Fri May 15, 2020 9:17 am

Concat Details into a Header

Post by rth001 »

Hi,
I'm struggeling with concatenating details into a Header output.

eg: I have a "Event" and would like to display all names in one cell, separated by comma.

Therefore I added a "Variable1" and implemented the concat. This Variable i would like to display on the Event-Header. Unfortunatly this is not possible. (probably due to rendering order)
There is some workaround with additional GroupFooterBands to make the Variable work. But when using GroupFooterBands, I cannot print the Detail-Band anymore in correct order
Capture.PNG
Capture.PNG (18.78 KiB) Viewed 2015 times
Is there some way to achieve what i want. Note: I still want to print some details below from my Persons-Band.

Thanks for your help.
Attachments
Stimulsoft Sample Report_modified_1.mrt
(14.46 KiB) Downloaded 169 times
Lech Kulikowski
Posts: 6197
Joined: Tue Mar 20, 2018 5:34 am

Re: Concat Details into a Header

Post by Lech Kulikowski »

Hello,

Please check the modified report.

Thank you.
Attachments
Stimulsoft Sample Report_modified_2.mrt
(14.89 KiB) Downloaded 165 times
rth001
Posts: 32
Joined: Fri May 15, 2020 9:17 am

Re: Concat Details into a Header

Post by rth001 »

Hi Lech,

Unfortunatly that's not what I'm trying to achieve.
When using a GroupFooterBand it reorders the band somehow at the output

My goal is to print first the HEADER.

HEADER - all names concatenated and then, "all names concat: Variable 1"
DETAILS - some more details

With your implementation, it now prints first
DETAILS
and then HEADER
Capture.PNG
Capture.PNG (42.88 KiB) Viewed 1990 times
Attachments
Stimulsoft Sample Report_modified_3.mrt
(16.1 KiB) Downloaded 179 times
Lech Kulikowski
Posts: 6197
Joined: Tue Mar 20, 2018 5:34 am

Re: Concat Details into a Header

Post by Lech Kulikowski »

Hello,

Unfortunately, there are no other ways.

Thank you.
Post Reply