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
Signed in members can post, follow updates, and more. New here? Register a free account.
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.