Expression: Reclass(str(!COM_NAME!)) Code block: def Reclass(COM_NAME): if (len(COM_NAME) == 0) or (COM_NAME.isspace()): return "[No Value Listed]" else: return COM_NAME
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.