Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Suppressing all but dups

Status
Not open for further replies.

TEM3

Technical User
Dec 6, 2004
324
US
Using Crystal Reports 8.5 and Oracle 9i tables:

I have a report grouped by one identifying number. The detailed section contains other information. The vast majority of the groups only contain one detail line. However, some groups have two, three or more lines indicating there are multiple records related to the group id. I want to suppress all the single detail groups and only see the groups with dups (multiple detail lines).

Suggestions please??
 
Report menu, Group Selection.
Add the following formula, make sure you modify with the proper fields:

Count({table.id_field},{table.id_field}) > 1

~Brian
 
So easy. I should have thought of that! Thanks.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top