Connecting Tech Pros Worldwide Forums | Help | Site Map

Suppress if Duplicated crystal

Newbie
 
Join Date: Jul 2008
Posts: 1
#1: Jul 7 '08
Hi

I really hope someone can help me, I am working on a report and I chose "Suppress if Duplicated" for one of my fields, I got blanks in that field on
some of the rows. How do I tell crystal not to return any records (rows) where
there are blanks in that field?

I really hope someone knows.

thanks

Nepomuk's Avatar
Moderator
 
Join Date: Aug 2007
Location: Germany
Posts: 2,466
#2: Jul 7 '08

re: Suppress if Duplicated crystal


Hello ryadav!
What software are you using? It's not much use to know the problem without knowing the context.

Greetings,
Nepomuk
debasisdas's Avatar
Moderator
 
Join Date: Dec 2006
Location: Bangalore ,India
Posts: 7,511
#3: Jul 8 '08

re: Suppress if Duplicated crystal


Suppress if Duplicated works for the particular column not for the entire row.
Moderator
 
Join Date: Mar 2006
Posts: 1,103
#4: Jul 16 '08

re: Suppress if Duplicated crystal


What version of Crystal Reports are you using?

Haven't used it in awhile, but I think there should be row suppression somewhere in the section expert, if you use a formula like:

{table.field1}=previous({table.field1}) or
{table.field2}=previous({table.field2})

etc.. for each field.
Reply