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

Suppress section containing text

Status
Not open for further replies.

cocopud

Technical User
Jan 8, 2002
139
US
I am using Crystal Reports 11 and when no recrods are returned, the report footer prints out that there are no errors. However, I have a group header that have two fields that are separated by a text object (dash). This dash is still printing on the report. The suppress blank section is checked, but because of the dash, the line still prints. Is there anyway to suppress the line even though there is text in it?
 
Right click on the text box->format object->suppress->x+2 and enter:

isnull({table.groupfield})

-LB
 
Great. Thank you. Worked great. I knew there had to be an easy way
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top