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

Supressing parameter labels if not being used

Status
Not open for further replies.

Stewman

MIS
Jan 23, 2002
79
US
Hello all,

I am new to crystal and am using Crystal 10. I am running reports through an app that allows for parameters to be entered such as date, id#, and case number. I have labels for all the parameters and they show up on the report even if the parameter isn't being used.

For example, if I enter just a id#, I still have the date and case number label appear. The fields are empty but the label appears. How do I get it to not show the label if the parameter is not being used?

Thanks for your help,
Chris
 
Found answer from another post and worked great.

Isnull({vtaxid}) or length(trim({vtaxid}))=0

Just replace vtaxid with appropriate field name
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top