Hi I have a survey with planting locations and a repeat table with the plants per location.
I have nested in the repeat the ${PlantNumbers} question and outside of it the ${TotalPlants} question with the calculation: sum(${PlantNumbers}) so as to get the total planted numbers per location.
I get inconsistencies between the two tables, especially when the user edits the record by adding rows to the repeat via the inbox.
The only thing that is left for me to do is to change the ${PlantNumbers} field type from short to long integer, as the two questions differ. But could this be the case?
I am trying to avoid changing the schema cause I have a joined view of the feature layer that is involved in a dashboard and prevents me from schema changes. I will have to delete the joined view etc.
Any ideas are welcomed.
Thanks in advance.
