Hi,
Is it possible to have 2 lookup sql on one select field?
For example, I have a radio button with 2 options.
If radio1 is selected, the select field lookup is “select * from table_a a where a.field_1 = {field1}”
If radio2 is selected, the select field lookup is “select * from table_b”
I put the query on each radio option value, and use ajax processing. It didn’t work.
Is it possible? Can anyone tell me how?
Thanks a lot!