All:

RBGXE
Data Designer - defining computed column 'EMEContSubCatCODE'

Error Message:  "Column or variable EMEContSubCatORDR not found (2515)"

Code:

( (CTXT(EMEContCatID)) + (IFF('EMEContSubCatORDR<10','-0','-')) + (CTXT(EMEContSubCatORDR)) )

Table definition:

EMEContSubCatID INTEGER nn pk
EMEContCatID INTEGER nn fk
EMEContSubCatORDR INTEGER nn
EMEContSubCatCODE TEXT (6) COMPUTED nn

The table was saved successfully before the computation was entered, saves successfully after the code is removed.

Thanks for your help.
--
Bruce Chitiea
SafeSectors, Inc.
909.238.9012 mobile


Reply via email to