Subject Concatenated field return null when only one field is null
Author Almond
I have a computed field which concatenate 2 field :

PA_COLOR_GP_REF Computed by: (PA_COLOR_GROUP_CODE || ' ' || PA_COLOR_CUST_REF)

PA_COLOR_GP_REF return <null> if PA_COLOR_CUST_REF is null, even
PA_COLOR_GROUP_CODE contains data. I'm using firebird 1.0

Best regards,

Almond Wong