Hello,
I have a strange problem. I have a value list that uses a N:M relation to get the values. The setup looks like this
table A → A:B → table B
I use this kind of setup on different occasions without problems. Only in one form I get lots of errors only sometimes in the console. At the end, the value list works as expected. The query that is generated by Servoy is this:
16:26:34 ERROR: select distinct v_k_klassifikation_3.uid_v_k_klassifikation_3,v_k_klassifikation_3.kontaktklassifikation_3 from v_k_klassifikation_3_to_2 where v_k_klassifika
tion_3_to_2.uid_v_k_klassifikation_2 = ? and v_k_klassifikation_3.uid_v_k_klassifikation_3 = ?
As one can easily see, the table v_k_klassifikation_3 that is used to get the actual values, is not in the from clause what causes the error.
Servoy 3.1.6
Thanks
Patrick