Hi there. I'm using Crystal 10 off an Oracle database. I have a memo type field. To get around a truncating issue I'm looking at trying to CAST the memo field to text. My memo field will never be more than 256 characters anyways. I've been reading some posts to use the CAST function but I need some help please. Do I do this is a SQL view within my select statement? I've been struggling with the right syntax. I am confused as to whether to use the cast function in a SQL expression within the Crystal Report or PRIOR to the designer stage, i.e. use it in a view. Thanks.