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

Why my column not available in Choose Field list

Status
Not open for further replies.

TaTips

Programmer
Oct 29, 2003
25
GB
Hello:

I am in the process of defining parameters(Selection Expert) for my report.

When I click on the "New" tab I am prompted with the "Choose Field" window.

The problem is that the database field that I want to use as a parameter is not in the available list.

When I try to hardcode the field in the "Show Formula" window it complains that "A Blob field or memo field cannot be used in a formula".

Any ideas about this one please ?

I've noticed that fields of type CHAR are available whilst type VARCHAR are not.

thanks.
Nick.
 
If your field exceeds 254 characters, it will be treated as a memo field by Crystal. In versions of Crystal prior to version 9, you are not allowed to use memo fields in formulas. Are your varchar fields greater than 254 characters?
 
Thank you FVTrainer. You confirmed my suspicion.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top