Best way to : Update drop-down depending on multiple field values?
Confluence User - 22 Nov, 2018
Hello everyone,
I have a drop-down "Interpretation" that, if not filtered would take its values from:
"select id, c_long_description from app_fd_config_preids"
I then have 4 fields A, B, C, D and I would like to filter my "Interpretation" in order to do:
"select id, c_long_description from app_fd_config_preids where field1 = A and field2 = B and field 3 = C and field4 = D"
What is the best way to do that? I was using Ajax to send a query with a unique dependency value, but how to manage 4?
Thanks a lot,
Baptiste
forms