Hi,
I have two dropdowns in my form (install. locations and equipments).
The values for the two dropdowns come from tables passed by the interface; the form is offline.
When I choose first dropdown (install. location), the second (equipment) must be filled/filtered automatically based on first dropdown value.
How can I read the table that contain the equipments, filter it based on first dropdown value, and add the items in the second dropdown list?
Thanks.