Technical Questions
 Crystal Reports Forum : Crystal Reports 9 through 2022 : Technical Questions
Message Icon Topic: Row Repeating on New Page Post Reply Post New Topic
Author Message
giddi83
Newbie
Newbie


Joined: 22 Jun 2009
Online Status: Offline
Posts: 7
Quote giddi83 Replybullet Topic: Row Repeating on New Page
    Posted: 30 Jun 2009 at 12:37pm
Hi,

I am using Crystal Reports v 11.0, the issue is while printing the report the first two columns of the row are repeating on the new page if the data for the 3rd column does not fit in that page.

page 1
S.NO     Task     Team Memebers
1     ABCD     John
               sandy   
page 2
S.NO     Task     Team Memebers
1     ABCD     kandy
               randy

I dont want S.NO , Task to be repeated on the page 2. I have already select the option "Keep Object Together" in the format editor.

Is there any other option which i need check??

Please let me know if anyone has any idea on it.

Thanks in Advance
IP IP Logged
DBlank
Moderator
Moderator


Joined: 19 Dec 2008
Online Status: Offline
Posts: 9053
Quote DBlank Replybullet Posted: 30 Jun 2009 at 1:28pm
So you are using the "Suppress if duplicated" option for S NO and Task fields?
YOu can group on S NO and TASK and palce these to fields on GH2 and place the team members on the details (suppress the GH fields as well).
Or you can conditiaonlly suppress the fields using the PREVIOUS() function instead of using the suppress if duplicated.
previous({table.s-no})={table.s-no}
previous({table.task})={table.task}
IP IP Logged
giddi83
Newbie
Newbie


Joined: 22 Jun 2009
Online Status: Offline
Posts: 7
Quote giddi83 Replybullet Posted: 30 Jun 2009 at 2:03pm
Hi,

I have used the second option and used Previous function and it works fine now.

I thought using previous function and Suppress if duplicated will give the same output.

Thanks a lot for your help....!!

IP IP Logged
Post Reply Post New Topic
Printable version Printable version

Forum Jump
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot delete your posts in this forum
You cannot edit your posts in this forum
You cannot create polls in this forum
You cannot vote in polls in this forum



This page was generated in 0.016 seconds.