Report Design
 Crystal Reports Forum : Crystal Reports 9 through 2020 : Report Design
Message Icon Topic: Database field repeating Post Reply Post New Topic
Author Message
ghusong
Newbie
Newbie


Joined: 11 Mar 2011
Online Status: Offline
Posts: 3
Quote ghusong Replybullet Topic: Database field repeating
    Posted: 12 Jan 2012 at 4:42am
I have set up a simple report to list the unconfirmed pick tickets as a checklist for the warehouse.The database field is pick_ticket_no. I just want to see this number one time. It is repeating this number for each item_id listed on the open pick ticket.
We don't need to see the items.
This is taking up a huge amount of space on the report. All of the other fields are repeating also for each theoretical item Id.
How can I suppress all of the unneeded extra data...
IP IP Logged
DBlank
Moderator
Moderator


Joined: 19 Dec 2008
Online Status: Offline
Posts: 9053
Quote DBlank Replybullet Posted: 12 Jan 2012 at 4:53am
2 possible solutions:
you can conditionally suppress the detail section using
Next(table.pick_ticket_no)=table.pick_ticket_no
 
Or you can group on the ticketno field and place your disply needs ont he group header and suppress all detail rows (and GF1).
whatever fields you place on the GH will show you the value fm your data set that is the first row of data for that group.
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.046 seconds.