1. What is the issue? Please be detailed.
Creating a decision support tool, where we have select multiple choices representing symptoms, which we want to automatically update multiple conditions fields using selected () as calculated fields.
The issue is using selected symptoms to automatically populate more than one condition field using and, for example:
select_multiple sym, where sym is syma, symb, symc, symd etc.
We want to update c1 and c2 based on syma and symb as follows:
calculate and select c1 and c2 automatically if selected(${symptoms},'syma') and selected(${symptoms},'symab')
We get errors when we use and to combine the selected() under the relevant field using and, any ideas?