I have a dropdown menu (select one from file.csv) with a Choice Filter that has two dependencies:
- Reading a value entered from a previous dropdown.
- Filtering it based on a field in an external CSV file.
Problem: The Field Map App version works correctly and shows the filtered result in the dropdown menu. However, the web version does not return any result at all.
i believe there is a compatibility issue with the web version of Survey 123 to compile those condition in the choice filter.
type | name | label | hint | guidance_hint | appearance | required | required_message | readonly | default | calculation | constraint | constraint_message | relevant | choice_filter |
| | | | | | | | | | | | | | |
select_one_from_file BIRDS_FieldObserverOrgs.csv | consultant | Consultant | | | autocomplete | | | | | | | | | isFieldObserver="TRUE" |
select_one_from_file BIRDS_ContractorPersons.csv | approver | Approver: | | | autocomplete | | | | | | | | | company=${consultant} and isApprover="TRUE" |