Print Page | Close Window

suppress the same name

Printed From: Crystal Reports Book
Category: Crystal Reports .NET 2003
Forum Name: Writing Code
Forum Discription: .NET 2003 programming API, report integration
URL: http://www.crystalreportsbook.com/forum/forum_posts.asp?TID=6208
Printed Date: 18 May 2024 at 1:57am


Topic: suppress the same name
Posted By: kasi5a
Subject: suppress the same name
Date Posted: 28 Apr 2009 at 10:37pm
hi i need a help  in crystal report. am having the same name . i want to suppress the same name . am having the data like this

Name                Invoice

1001                  inv001
1001                  inv002

i need the data like this


Name                 Invoice

1001                   inv001
                            inv002
                            inv003

for the same name.. any one can help me. plz i need urgent.





-------------
Kasinathan



Replies:
Posted By: ashisahb
Date Posted: 29 Apr 2009 at 6:09am
Hi ,
 
Right click the field , In the Common tab u will find suppress if duplicated , try using that .
 
If it doesnt work , apply the formula in suppress field .


-------------
Regards,
Ashish


Posted By: kasi5a
Date Posted: 29 Apr 2009 at 8:01am
hi . i applied suppress formula.  invoice is groub name .
 my formula :    Not onfirstrecord and
{tablename.fieldname} = previous ({tablename.fieldname})
 but it doesnt work..


-------------
Kasinathan



Print Page | Close Window