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 gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

supress section and contents

Status
Not open for further replies.

mart10

MIS
Nov 2, 2007
394
GB
I am using CR10

I have a field within a line box. I want to suppress the field AND the box if the field is null. Supressing the field is easy - Section expert, Supress blank section, but the Box and the detail section still show. How can I supress the whole section if field is null
 
If you right-click on the box you'll get the option to format. But Crystal 11.5 does not include conditional suppression for boxes. This is probably true for Crystal 10 as well.

You could get the same effect by giving the field a border. Those can be conditional and I'd expect everything to be suppressed for a null.

[yinyang] Madawc Williams (East Anglia, UK). Using Crystal 11.5 with SQL and Windows XP [yinyang]
 
Use a formula to suppress the section containing the box:

isnull({table.field})

-LB
 
Thanks LB, actually figured it out myself a few mins back. I await a solution to more complex isue which nobody has answered yet - 'Extract data from Memo field'
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top