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!
Signed in members can post, follow updates, and more. New here? Register a free account.
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.