-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Description
Description
If using choice_filter inside a repeat and referring to a node within a / that repeat, the following type of error message can appear.
Additional information
This issue has also been filed in PyXform: XLSForm/pyxform#244
The workaround for this currently is to find the choice_filter usage inside the XML and make a replacement. For example, if converting attachment 1 into XML, you would then make the following replacement.
Find:
filter_list= /KAP/caregiverKAP/region_born
Replace:
Older versions / forks of ODK Collect (i.e. JHU Collect)
filter_list= current()/region_born
Current version of ODK Collect
filter_list= current()/../region_born
Attachments
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels
