I'm using ArcMap 10.2. I have 2 columns in a joined table that I need to compare. They need to have the exact same content, and there are about 3,000 rows. I tried this: (changed field names for security)
[column1] ==!column3!
return yes
else:
return no
the Field calculation failed. I think I'm forgetting something really basic in the python script. I would appreciate any advice.
Thank you!