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
Aangemelde leden kunnen berichten plaatsen, updates volgen en meer. Nieuw hier? Registreer een gratis account.
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.