Column "<str>" has no value expression - invalid for outline Explanation: The CREATE OUTLINE ... ON COLUMN clause only operates on COMPUTED BY, AUTOMATIC columns of tables, computed columns of a view definition, or column DEFAULT values expressions. User Action: Examine the table or view definition and apply the command to computed column, or one with a DEFAULT value.