You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I tried to convert a form which contains count-non-empty function but to no avail.
The returned error is: pyxform.validators.odk_validate.ODKValidateError: b"ODK Validate Errors:\n>> Something broke the parser. See above for a hint.\nError evaluating field 'weight_mean2': unrecognized data type in 'calculate' expression: java.lang.Integer\nCaused by: java.lang.RuntimeException: unrecognized data type in 'calculate' expression: java.lang.Integer\n\t... 11 more\n\nThe following files failed validation:\ntest.xml\n\nResult: Invalid"
I tried to convert a form which contains count-non-empty function but to no avail.
The returned error is:
pyxform.validators.odk_validate.ODKValidateError: b"ODK Validate Errors:\n>> Something broke the parser. See above for a hint.\nError evaluating field 'weight_mean2': unrecognized data type in 'calculate' expression: java.lang.Integer\nCaused by: java.lang.RuntimeException: unrecognized data type in 'calculate' expression: java.lang.Integer\n\t... 11 more\n\nThe following files failed validation:\ntest.xml\n\nResult: Invalid"
Sample form:
test.xlsx
The text was updated successfully, but these errors were encountered: