Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Table defined ambiguously?

Former Member
0 Likes
329

Is there a way to use tables and constraints to restrict values of a characteristic. It works if all rows are unique, but when I can have more then one returned value it breaks...

Characteristic1 A,B,C

Characteristic2 D,E,F

If I choose A for Characteristic1 I want my list of values for Characteristic2 to be restricted to D and E. Right now I'm getting and error that says that the table is defined ambiguously...after going through loading and setting up all the tables I'd hate to have to rewrite them as preconditions and procedures.

1 REPLY 1
Read only

Former Member
0 Likes
273

Found out that everything in the table has to be restrictable...whoever set it up didn't have that attribute checked. Also the ambiguously defined table error still shows up but runs correctly anyway.