Print Page | Close Window

Page Number in Groups

Printed From: Crystal Reports Book
Category: Crystal Reports for Visual Studio 2005 and Newer
Forum Name: Report Design
Forum Discription: The best way to design a report and problems you have encountered
URL: http://www.crystalreportsbook.com/forum/forum_posts.asp?TID=16706
Printed Date: 28 Apr 2024 at 11:08pm


Topic: Page Number in Groups
Posted By: abhijay
Subject: Page Number in Groups
Date Posted: 08 Jun 2012 at 1:34am

Hi,

How can I show page numbers in groups which show records for more than 1 page for a particular item?




Replies:
Posted By: lockwelle
Date Posted: 08 Jun 2012 at 4:59am
this is an option in the section expert to reset the page number...I think that is what you asking for...


Posted By: abhijay
Date Posted: 10 Jun 2012 at 7:31am
I tried it but it always show only page 1 and never increases. I want to show page numbers only for groups which are more than 1 page.

If a group is only of 1 page then it should show page no 1.
If a group is only of 2 page then it should show page no 1 and next page show page no 2.


Posted By: hilfy
Date Posted: 11 Jun 2012 at 5:26am
Which section are you using to reset the page number?  Turn it on for the Group Footer section only.
 
-Dell


-------------
Proviti, Data & Analytics Practice
http://www.protiviti.com/US-en/data-management-advanced-analytics - www.protiviti.com/US-en/data-management-advanced-analytics


Posted By: abhijay
Date Posted: 13 Jun 2012 at 2:34pm
I am resetting the page number for group footer section but I place the page number box (which will display the page number) in page footer section. As I want to show it on all pages related to a group. If I try to put it in group footer section then it only appears when the group footer section comes.

I want to show page numbers on every group page.

Please tell me how to do it.


Posted By: abhijay
Date Posted: 14 Jun 2012 at 5:55pm
cant anyone solve my problem???


Posted By: rushelp
Date Posted: 25 Jun 2012 at 8:50am
Go to Design page. Right click on the Group Name, click on Section Export. Click on Group Footer. On the right side go to Paging. Check Mark Reset Page Number After. Click on icon next to it. Write this formula:

remainder(pagenumber, 2) = 1 and not onlastrecord


Save it. Should do it.



Print Page | Close Window