cancel
Showing results for 
Search instead for 
Did you mean: 

Sub-Report does not have a page header

Former Member
0 Kudos

I have created a report that has a sub-report. The sub-report does not have a page header, is there anyway for me to add one.

Thanks

Jeff

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Subreports do not have a page header, you can fake a page header by creating a single group with the formula and then grouping by that formula

here is the formula

whilereadingrecords;

1

when you create the group on the formula you can then check on repeat group header on evry page.

Answers (1)

Answers (1)

former_member260594
Active Contributor
0 Kudos

Jeff,

You can create a "fake" page header in the subreport by doing the following;

1) create a formula with the following syntax;

whilereadingrecords;

''

2) Group on the formula and move it to the top of the list so it is group 1

3) Go into Group Options > Options tab and enable Repeat Group Header on Each Page

4) Place your field headings into GH1

5) Suppress GF1

Former Member
0 Kudos

Thanks