cancel
Showing results for 
Search instead for 
Did you mean: 

Page Number in the footer section does not display

former_member309127
Participant
0 Kudos

Hi, I am using SAPBusinessObjects Crystal Report 2013 Support Pack 4 Version 14.1.4.1327 CR Developer.

In Section expert -> For Report Header -> Paging -> New Page After Property

I have selected this property and it is followed by

Section Expert -> Group Header #1 -> Paging -> New Page Before Property

I am facing an issue with respect to Page Numbers. Page 1 of 3 is not displayed on first page of the report where as Page 2 of 3 and Page 3 of 3 is displayed on the following pages. I have used the above property to display my data on different pages.

If I am not selecting the above Properties, then Page 1 of 3 and so on are visible. But my report requirement is not fulfilled with that. Kindly suggest which options can be used.

Accepted Solutions (1)

Accepted Solutions (1)

abhilash_kumar
Active Contributor
0 Kudos

Hi Sailee,

Try this please:

1) Create a formula with this code:

whilereadingrecords;
'';

2) Insert a Group on this formula field and make sure this formula field is the first group on the report.

3) Suppress Group Footer 1

4) Move the Subreport from Report Header to Group Header 1

5) Apply whatever Page settings were on the Report Header on Group Header 1.

-Abhilash

former_member309127
Participant
0 Kudos

Hi Abhilash,

Thanks a lot for your solution. It worked out successfully.

I followed exactly same steps.

Answers (1)

Answers (1)

abhilash_kumar
Active Contributor
0 Kudos

Hi Sailee,

Is there is Subreport on any of these sections?

Could you attach a screenshot of the Preview Pages please?

-Abhilash

former_member309127
Participant
0 Kudos

Yes there are Subreports on Report Header and Details Section.

Image1 is the Design View

Image2 is the Preview 1st page of report which does not show Page N of M

Image3 is the Preview 2nd page of report which shows Page N of M

I want to display report in the below format. Each Engine should be on new page. Only the problem is 1st page of report does not display page number.