I try to build stacked label expression in ArcGis 10.3.1 with this expression:
[name3] + '\n'+ [results]
name3 and results are two columns in the attribute table. But I get this error:
typeerror coercing to unicode need string or buffer nonetype found
I read Building label expressions - Expression examples but didn't find any solution.
This is the attribute table:





str(). – Martin 3 hours agononetype foundhints at what may be astray. I think there is at least one <null> value in one or other field and when the Python parser gets to that it says that it cannot concatenate anonetype(i.e. a <null>). – PolyGeo♦ 2 hours agocoercing to unicode need stringcomes into it here – Midavalo 2 hours ago