Skip to Content
0
Former Member
Nov 16, 2012 at 07:46 AM

Last Group Header should not repeat, How?

23 Views

This is my problem, i have four GroupHeaderSection, the fourth should not repeat,

Should be: Only one Approved by will be shown

----------------------------------------------------

ReportHeaderSection1

----------------------------------------------------

GroupHeaderSection1

Entry no.

----------------------------------------------------

GroupHeaderSection2

Note 1 consist of series of messages 1

----------------------------------------------------

GroupHeaderSection3

Done By

----------------------------------------------------

GroupHeaderSection1

Entry no.

----------------------------------------------------

GroupHeaderSection2

Note 2 consist of series of messages 2

----------------------------------------------------

GroupHeaderSection3

Done By

----------------------------------------------------

GroupHeaderSection4

Approved by

But the result is: Approved by Repeats

ReportHeaderSection1

GroupHeaderSection1

Entry no.

GroupHeaderSection2

Note 1 consist of series of messages 1

GroupHeaderSection3

Done By

GroupHeaderSection4 <-------- This one is repeating, how can i not repeat this part

Approved by

GroupHeaderSection1

Entry no.

GroupHeaderSection2

Note 2 consist of series of messages 2

GroupHeaderSection3

Done By

GroupHeaderSection4

Approved by

In other words i dont want to repeat GroupHeaderSection4

The problem is the Approved by repeats in GroupHeaderSection1

Thanks