Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

can I tell if a section is suppressed?

Status
Not open for further replies.

NTSGuru

Programmer
Jul 25, 2000
52
I want to make a Summary visible only if a certain Group is suppressed (based on another formula). Is there any way to determine if a Group Section is suppressed?

TIA
Fred
 
I would think that the answer lies in using the formula you used to suppress the group. Use that same formula to conditionally suppress your summary.
But then, it's probably more complicated than that.

bardley
 
Yeah, I can use the formula, but the problem lies in the fact that I'm using many different suppressions at different places and different times, and rather than having to reuse formulas, it would have been much simpler to be able to discern if a group was suppressed or not.

Fred
 
Sorry, there are no boolean funtions that test the current section for suppression. Ken Hamady
On-site custom Crystal Reports Training and Consulting.
Quick Reference Guide to using Crystal in VB.
 
You could make up a formula that returns a boolean, and use the result of the formula to suppress/show the group, and also use the same formula result to suppress/show the summary. Malcolm Wynden
I'm for sale at malcolm@wynden.net
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top