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 ""
Membros conectados podem postar, seguir atualizações e mais. Novo aqui? Registre uma conta gratuita.
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.