Is it possible to extract a substring from a blob or memo field and assign it to a formula (Or) Is it possible to access the memo field or blob field in the CR
Have you tried breaking it down in the underlying sql source
e.g in sql server SELECT cast(yourmemo field AS varchar(8000))
FROM your table
this will convert the 'memo type' field to a character field which then means you can search the string for the substring you are looking for. Obviously if there are more than 8000 characters you may have problems
I am able to convert it to a string using cast function in the select statement of the report.
but in the formula editor, that column is not appearing. when i manually enter, it shows "Blob or memo field cannot be used in the formula".
No, I can't use stored procedures, views etc. Ony tables are possible. My front-end is like that.It supports only tables.If i use stored procedures or views, it doesn't allows me to view the report and also i am using CR 8.5.
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.