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.
Hello @Cyprus_Forest_Department ,
I would suggest you follow one of the 3 suggestions below. I believe that either the first or the second suggestion will solve the issue you were facing, otherwise head to the 3rd suggestion.
Best
Georgios-Nektarios Tselos
Thanks for the reply.
So:
I will tinker around, do some tests and see if that resolves the issue. I opened also a ticket request but to no avail.