I’m using the underscore case naming, but it seems I need to change to camal case
I’m collecting awareness data
I have a repeat group which has the session basic information named “grp_rpt”, and in it I has another repeat group in it which has the beneficiaries information named “grp_bnfs”
I have two calculate question in which I’m getteing how many groups and how many beneficiaries where added… so the calculation ar respectivily:
count(${grp_rpt})
count(${grp_bnfs})
but when I try to publish the project I get an error, and when I change to camal case (grpRpt, grpBnfs) it wokrs with no problems.
thank you for the respond
the error message is: “Cycle detected in form's relevant and calculation logic!”
the problem is raised by the calculation “count(${grp_bnfs})”, and I thing it is because the repeat group “grp_bnfs” is in another repeat (nested repeat)
thank you for your response, it seems the cycle error was solved
but now I have the problem where ${grp_bnfs} count isn’t updating when I add a new beneficiary
and here is the minimized XLSForm: Awareness XLS.xlsx (14.0 KB)
What was your conclusion in relation to the use of underscores?
I’m asking because I’m starting to build a new form and planning to use Google Looker Studio down the line and connect to the form via API, and I read something (in ODK forums) that alerted me to the fact that sometimes underscores can cause issues, and I would like to avoid any pitfalls.