PreacherUK
Technical User
Hi all,
I have a table containing a number of fields. Two of those fields contain strings I need to concatenate to display the whole name of an item. Occasionally one of the fields is NULL, which is a failing of the data scource, so theres not much I can do from that end.
This seems to be resulting in null being returned when one of the fields is null, rather than the name from the other field+null.
is there a way of treating this?
I have a table containing a number of fields. Two of those fields contain strings I need to concatenate to display the whole name of an item. Occasionally one of the fields is NULL, which is a failing of the data scource, so theres not much I can do from that end.
This seems to be resulting in null being returned when one of the fields is null, rather than the name from the other field+null.
is there a way of treating this?