-
Notifications
You must be signed in to change notification settings - Fork 31
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Data cleaning report generates gaps on deleted iterations #3382
Comments
Found this TODO in org.waterforpeople.mapping.dataexport.InstanceData.InstanceData(SurveyInstanceDto, Map<Long, Map<Long, String>>):
So the "?" just became a "!" We could renumber the iterations to have no index gaps. However, that should probably be done on data ingestion, not as part of report generation, as then the index will not match when importing after data cleaning. |
Yeah, let's not mess with re-indexing answers. We're working on not having gaps in the app - akvo/akvo-flow-mobile#1564 |
When a user deletes an iteration of a repeatable question group, the DATA CLEANING report generates gaps in between. Example:
In the example the
iteration=0
for form instance579789116
anditeration=1
for instance573639119
were deleted, but the sheet created for the repeatable question group (Group 3) contains gaps.Sample dataset:
The text was updated successfully, but these errors were encountered: