I have a memo field in my report that is 500 characters long and will print for each record. So, if five records, five memo fields of upto 500 characters, and total 2500.
I have created a formula that can concatenate it record by record. I have tried using SQL Expression functions LEFT and RIGHT to get first 250 and last 250 characters. Those expression return correct values.
The problem is when I want to display those broken parts as together. I still get 254 character limitation error. Is there any workaround for that? any idea tips highly appreciated.
thanks
I have created a formula that can concatenate it record by record. I have tried using SQL Expression functions LEFT and RIGHT to get first 250 and last 250 characters. Those expression return correct values.
The problem is when I want to display those broken parts as together. I still get 254 character limitation error. Is there any workaround for that? any idea tips highly appreciated.
thanks