Print Page | Close Window

Suppress if Suppressed?

Printed From: Crystal Reports Book
Category: Crystal Reports 9 through 2020
Forum Name: Report Design
Forum Discription: The best way to design a report and problems you have encountered
URL: http://www.crystalreportsbook.com/forum/forum_posts.asp?TID=22295
Printed Date: 05 May 2024 at 1:18pm


Topic: Suppress if Suppressed?
Posted By: Doolhoff
Subject: Suppress if Suppressed?
Date Posted: 17 Apr 2017 at 9:15am
Hello everyone!

I am attempting to suppress field y if field x is suppressed. Can anybody help me?

I have searched multiple forums but I can't find what I need. Maybe I'm just not searching for it properly, but I am now turning to people I have been able to trust in the past! Any help is appreciated! Thank you in advance!



Replies:
Posted By: kevlray
Date Posted: 17 Apr 2017 at 9:22am
You have to use the same condition that you used for field x to suppress field y.


Posted By: Doolhoff
Date Posted: 17 Apr 2017 at 10:14am
So there is no way to say this?:

(Using the suppression field in format field on field J)

If {Filed.Form} >= 0 then true

(Now using the same method on field K)

If {Field J} is suppressed then suppress?


Posted By: DBlank
Date Posted: 18 Apr 2017 at 3:01am
as kevlray indicates that is the same thing.
However I am guessing you might be looking for a summarized result that is being applied to an entire group or in a header or footer rather than on the same row?



Print Page | Close Window