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 ""
Les membres connectés peuvent publier, suivre les mises à jour, et plus encore. Nouveau ici ? Inscrivez-vous gratuitement.
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.