Dependent Dropdown List - Then select multiple

Hi

Is there a way to multiple select a dependent drop-down list?

I have 3 columns (Location, Area, Positive Tests)

Location (Shoulder, Elbow, wrist etc)

Area (Anterior, posterior, lateral, medial etc)

Positive Tests ( This will then show a list of tests dependent on the above criteria, but I would like to select multiple tests)

Is this possible?

Thanks in advance.

Hello @Gardener76 , yes, there is a way to do as you wish.

A dependent dropdown lists requires an appropiate expression in your valid_if() or suggested_values fields in a column.

To be able to select multiple options from a list, an enum list is required.

If you combine both of these requirements, you can obtain exactly the functionality that you need.

If you were to give more details about your app structure regarding the tables and columns involved in this requirement, we would be able to help you with a more exact solution, like the exact expression for the mentioned valid_if()

1 Like

@Rafael_ANEIC-PY thank you, for your suggestion, I have managed to do it. Thank you sir!

1 Like