cancel
Showing results for 
Search instead for 
Did you mean: 

Reformat memo field as string

Former Member
0 Kudos

I am trying to use some user-defined fields in SAP Business One in a Crystal Report. The alphanumeric fields are being show in CR as memo fields rather than string. I need to do select (filter) and group based on these fields. How do I convert them to string?

Accepted Solutions (1)

Accepted Solutions (1)

ido_millet
Active Contributor
0 Kudos

You could use LEFT(, 100) or similar logic.

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi David

Try using cstr(<field name>)

Hope this helps.

Regards

Nik