Is there any way around using a MEMO field as part of a formula? I am using CR8.5 and want to use the first 10 characters of a memo field as part of my selection criteria.
Sure, create a SQL Expression that extracts the first 10 characters, then you can use the SQL Expression in formulas.
Insert->Field Object->Right click SQL Expression and select New.
Enter something like SUBSTRING(table.field,1,10)
This is database dependent, check the available string functions, or use the SQL for your database (I would have tried to supply the exact syntax had you posted your database type).
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.