Writing Code
 Crystal Reports Forum : Crystal Reports .NET 2003 : Writing Code
Message Icon Topic: Suppress the fields Post Reply Post New Topic
Author Message
satya089
Newbie
Newbie
Avatar

Joined: 14 Jul 2007
Location: India
Online Status: Offline
Posts: 1
Quote satya089 Replybullet Topic: Suppress the fields
    Posted: 14 Jul 2007 at 6:48am
Hai,
           In my project there is requirement of suppressing the fields .
my requirement is  There will be four fields if first one  data is not there it should be suppressed else it should check for second .....
so please help out
satys
IP IP Logged
hilfy
Admin Group
Admin Group
Avatar

Joined: 20 Nov 2006
Online Status: Offline
Posts: 3701
Quote hilfy Replybullet Posted: 16 Jul 2007 at 11:29am

Do you mean suppress them in the report?  That will happen automatically when there's null data. 

Or do you mean suppress the "label" or "column header"?  In that case, right-click on the text object and select "Format Text".  On the Common tab, there's a "Suppress" checkbox - leave the checkbox unchecked, go to the right of the screen and click on the formula button.  In the formula put something like:
 
IsNull({table.field})
 
using the field whose data the label describes.
 
-Dell
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.047 seconds.