| Subject | Computed field not computing | 
|---|---|
| Author | marcusmonaghan50 | 
| Post date | 2002-05-22T11:01:02Z | 
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.
            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.