def FindLabel ( [GIS_ACRES], [TLID] ): if ( [GIS_ACRES] > 1 ): return [TLID][-5:] else: return ""
def FindLabel ( [GIS_ACRES], [TLID] ): if ( float([GIS_ACRES]) > 1.0 ): return [TLID][-5:] else: return ""
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.