Hello everyone,
In ModelBuilder I am looking to make a Feature Layer selecting values from feature class where a field ProjectNumber has only numeric values not alphanumeric. The field is declared as text.
Jose,
This is covered a bit here ArcGIS Pro: how to QUERY a text field with a numeric operator.
Try: CAST(ProjectNumber AS INTEGER) > 50 (use whatever operator and number you wish)
Jake
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.