Report Design
 Crystal Reports Forum : Crystal Reports 9 through 2022 : Report Design
Message Icon Topic: Hide empty fields Post Reply Post New Topic
Author Message
JagannathaSuta
Newbie
Newbie


Joined: 07 Nov 2011
Location: New Zealand
Online Status: Offline
Posts: 4
Quote JagannathaSuta Replybullet Topic: Hide empty fields
    Posted: 07 Nov 2011 at 12:55pm
Using Crystal 10 how would I hide\suppress empty fields including the heading?




IP IP Logged
lockwelle
Moderator
Moderator


Joined: 21 Dec 2007
Online Status: Offline
Posts: 4372
Quote lockwelle Replybullet Posted: 08 Nov 2011 at 3:39am
for a generic field, format field, general table, suppress x-2 button,
isnull({table.field}) or {table.field} = ""
 
for the header, section expert, suppress x-2 button,
but here is could be trickier.  If you want the same condition as above that's fine, otherwise you will need to craft a statement that returns true when you want the header to be hidden, false to be displayed.
 
HTH
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.016 seconds.