Hi all,
I am trying to populate a column 'Residentia' with YES or NO based on if another column (AllDetails) contains certain text.
When I run the below code, it gives me a 'Field is not nullable Error'
Can anyone advise?
Thanks!
if "rezone" in field:
result = "YES"
else:
result = "NO"
return result
David, thank you again!
Los miembros registrados pueden publicar, seguir actualizaciones y más. ¿Nuevo aquí? Regístrate gratis.
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.