Page 1 of 1

how to put border bottom at the end of the report

Posted: Sat Jul 23, 2022 2:52 pm
by dmasterplan
Hello,

I have this report that I just can't figure out how to put border at the bottom.
I basically have,
1) Header
2) Group Header
3) Databand
4) Footer Band
5) Report Summary Band

(report layout.png)

the output of the report is (how to put border bottom.png) [image] attached.

I just want to put border at the bottom of the report right above the page footer band. I had it highlighted.

If I put a border at the bottom of the databand, the result would be different (which is not desired). [border bottom of databand.png]

Please, please, please help me with this.

Great Thanks

Re: how to put border bottom at the end of the report

Posted: Sun Jul 24, 2022 11:58 am
by dmasterplan
Hi devs,

Any update? I really want to solve this as the deadline is near.

I just want to add a bottom border at the last record of the databand where I put a circle (screenshot).

Great Thanks

Re: how to put border bottom at the end of the report

Posted: Mon Jul 25, 2022 6:00 am
by dmasterplan
Hello pips,

I have solved it already by adding an extra footer with top border.

It would be helpful if you tell me how to get the last row (record) of the grouped databand.

Great Thanks

Re: how to put border bottom at the end of the report

Posted: Mon Jul 25, 2022 11:40 am
by Lech Kulikowski
Hello,

> It would be helpful if you tell me how to get the last row (record) of the grouped databand.

Sorry, maybe we did not exactly understand your question. Could you explain your task in more detail?

Thank you.

Re: how to put border bottom at the end of the report

Posted: Wed Aug 03, 2022 6:48 am
by dmasterplan
I have a grouped report.
GroupHeaderBand
DataBand

now, I want to get the last row of the last grouped databand.

i.e
HeaderData1
- detailData1
- detailData2
- detailData3

HeaderData2
- detailData1
- detailData2
- detailData3

-HeaderData3
- detailData1
- detailData2
- detailData3

I want to get the last row of the last grouped data.
In this case, the last detailData3 of HeaderData3.

Hope my example makes sense.

How do I do that?

Best Regards!

Re: how to put border bottom at the end of the report

Posted: Thu Aug 04, 2022 6:40 am
by Lech Kulikowski
Hello,

Where do you want this value and for what?

Thank you.