Report Design
 Crystal Reports Forum : Crystal Reports 9 through 2022 : Report Design
Message Icon Topic: Suppress-Hide Section Post Reply Post New Topic
Author Message
luka
Newbie
Newbie


Joined: 10 Mar 2011
Online Status: Offline
Posts: 6
Quote luka Replybullet Topic: Suppress-Hide Section
    Posted: 10 Mar 2011 at 6:05am
Hi,
 
I am trying to hide whole section ( group header) if the field name is equal something. I tried using suppress but no luck. Is there any idea?
 
Thanks.
IP IP Logged
lockwelle
Moderator
Moderator


Joined: 21 Dec 2007
Online Status: Offline
Posts: 4372
Quote lockwelle Replybullet Posted: 10 Mar 2011 at 7:38am
by field name you do you mean a value in the dataset?
 
Typically I use this style of suppression formula:
{table.field} = "xxx"
 
if that is not working, you might try:
Trim({table.field}) = "xxx"
 
This will return True when the value is xxx, which will cause the section to be suppressed.
 
Also, you are doing this in the Section Expert, right?
 
HTH
IP IP Logged
luka
Newbie
Newbie


Joined: 10 Mar 2011
Online Status: Offline
Posts: 6
Quote luka Replybullet Posted: 10 Mar 2011 at 7:54am

Thanks a lot. Section expert, suppress(no drill-down) X+2.

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.031 seconds.