Viewing 2 posts - 1 through 3 (of 3 total)
This worked like a charm! Thanks alot.
October 8, 2010 at 7:18 am
#1234238
Thanks for the reply. But works the same as ISNULL(), my newlines are still shown. My query in view is like this:
SELECT COALESCE (dZ_Field1, '') + CHAR(13) + CHAR(10)...
October 8, 2010 at 6:52 am
#1234206