|
-
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
-
Aug 14th, 2009, 10:40 PM
#2
Re: Formula Workshop
AFAIK, COALESCE returns the first nonnull expression among a serie of arguments
Then you could try a serie of If-Then-Else
-
Aug 24th, 2009, 04:02 PM
#3
Thread Starter
New Member
Re: Formula Workshop
When I try to do any select statement in the function, I get an error message:
A number, currency amount, boolean, date, time, date-time, or string is expected here.
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
|