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.

View Entire Topic
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.