Subject Computed field not computing
Author marcusmonaghan50
All,
I have a computed field to put together the fullname of a person
within a database table. The field is computed with
(FIRST_NAME || ' ' || MIDDLE_NAME ' ' || SURNAME)

But when I do a select on the field it is blank.

An ideas?

Marcus.