Hi there,
I have an app where i have a combo box with multi-select options. I want to show/hide datacards based on the options selected in the combo box. In the the "visible" control of the datacards i want to show/hide, i have the following formula:
If("Fluoro Recycling" in (WastDrop.Selected.Value),true,false)
This seems to work perfectly if I select a single option from the drop down list. The datacard appears and data can be entered. However, if i select multiple items from the drop down list, i will still only see a single data card (usually the last one selected).
Any idea how i can get all the datacards selected to show up?
Thanks 🙂
Cym