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!
Aangemelde leden kunnen berichten plaatsen, updates volgen en meer. Nieuw hier? Registreer een gratis account.
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.