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

Field Limitation

Status
Not open for further replies.

hemantp

Programmer
Oct 12, 2000
12
IN
I am using oracle database I have a feild Varchar2(1000) when I make a formula this feild is not visable in selection formula as I want to check with some value. How do I do this. I see thst only feilds which are upto
Varchar2(255) are seen.
 
Crystal can't process a field of over 255, so that is why you don't see it in the formula editor. You can manually type it, but only to check to see if it is null. That is the only use of these fields in formulas.

isNull({field}) Ken Hamady
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top