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 ""
Los miembros registrados pueden publicar, seguir actualizaciones y más. ¿Nuevo aquí? Regístrate gratis.
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.