hi,
i added a new udf to td.TEST via hp qc interface which is TS_USER_18. this is a lookup list which hast several strings as possible selections, only single selection is allowed. i can set the values from hpqc perfectly fine. now i want to write a value into TS_USER_18 via sql query.
UPDATE td.TEST SET TS_USER_18 = 'default'
it returns an error: invalid object name TEST_MULTIVALUE.
my list is not a multivalue list.
what am i doing wrong?
ps: its not a schema or acess restriction problem.