Software: CR9
Database: Informix
Driver CR Informix 9
I'm using the Remedy database (version 4.5), and in order to get around a blob field issue, we broke a memo field into 5 text fields. When I try to "CONCAT" the fields together using a SQL Expression, I receive the following error"
Error Message
Resulting String length must be less than or equal to 255
SQL Expression
{fn CONCAT( hpd_helpdesk.description_part1 , hpd_helpdesk.description_part2 )}
I am able to CONCAT the 5 Description fields in a Formula, but I'm trying to improve the performance of this report.
Any Suggestions??
Database: Informix
Driver CR Informix 9
I'm using the Remedy database (version 4.5), and in order to get around a blob field issue, we broke a memo field into 5 text fields. When I try to "CONCAT" the fields together using a SQL Expression, I receive the following error"
Error Message
Resulting String length must be less than or equal to 255
SQL Expression
{fn CONCAT( hpd_helpdesk.description_part1 , hpd_helpdesk.description_part2 )}
I am able to CONCAT the 5 Description fields in a Formula, but I'm trying to improve the performance of this report.
Any Suggestions??