|
-
Aug 14th, 2009, 10:26 AM
#1
Thread Starter
New Member
Formula Workshop
I'm trying to use a function in the Formula Workshop to delimit data from a table. Previously I was using coalesce like below:
select res = coalesce(res + '|', '') + text
from MyTable;
I'm assuming that Crystal doesn't have the coalesce. Is there anything that I can use in replacement of coalesce to do the same.
Thanks,
Iris
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|