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
Angemeldete Mitglieder können Beiträge verfassen, Updates folgen und mehr. Neu hier? Registriere ein kostenloses Konto.
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.