Uploading an XLSForm to ODK central

Hi,

I have created an xls form that I want to upload for testing. However, I keep getting this error Error:

The XLSForm could not be converted: ODK Validate Errors:

XForm is invalid. See above for the errors.
: Cycle detected in form's relevant and calculation logic!
The following nodes are likely involved in the loop:
${date_of_death_know_other_ombadda}
${death_year_know_other_ombadda}
${name_know_other_ombadda}
${agemem_know_other_ombadda}
${knowdate_know_other_ombadda}
${know_other_ombadda}
${sexmem_know_other_ombadda}
${address_of_know_other_ombadda}

The following files failed validation:
${Mort-Fol-Pilot}.xml

Result: Invalid

I am not sure how to solve this error and I would appreciate your help.

Many thanks

Welcome to the ODK forum, @R-abukoura! We're glad you're here. When you get a chance, please introduce yourself on this forum thread. I'd also encourage you to add a picture as your avatar because it helps build community!

Are you able to post your XLSForm file here? It will help someone troubleshoot the problem.

1 Like

Can you share your XLSForm?
What may be happening is in the 'relevant' expressions for the fields (date_of_death_know_other_ombadda, death_year_know_other_ombadda, name_know_other_ombadda, etc) you may have made reference to the same fields.

1 Like

Hi Clement,

Thank you for responding.

I have managed to solve the issue a few days after and like you said I had made references within the same fields.

1 Like

A post was split to a new topic: Error when uploading XLSForm