Page 1 of 1

Concat Details into a Header

Posted: Tue Jun 22, 2021 10:30 am
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 2068 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.

Re: Concat Details into a Header

Posted: Wed Jun 23, 2021 12:23 pm
by Lech Kulikowski
Hello,

Please check the modified report.

Thank you.

Re: Concat Details into a Header

Posted: Wed Jun 23, 2021 7:54 pm
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 2043 times

Re: Concat Details into a Header

Posted: Fri Jun 25, 2021 8:49 am
by Lech Kulikowski
Hello,

Unfortunately, there are no other ways.

Thank you.