I'm trying to build a formula in CR 8.5 but unfortunately the most essential field is a memo field, which you can't use in Crystal. As this is not my own database just one I can access I cannot change the field type anywhere else but in CR. Basically I want a formula field that will do the following:
If IsNull({MemoField}) Then
{Field1}
Else
{MemoField}
Does anyone know of a way to convert this memo field into a string (we only use about the first 12 characters in the field!!!) or any other way to do the above formula?
Thanks.
If IsNull({MemoField}) Then
{Field1}
Else
{MemoField}
Does anyone know of a way to convert this memo field into a string (we only use about the first 12 characters in the field!!!) or any other way to do the above formula?
Thanks.