| Número de ID del error |
BUG-000179032 |
| Enviado | August 26, 2025 |
| Última modificación | December 13, 2025 |
| Relacionado con | ArcGIS Pro |
| Versión encontrada | 3.5.1 |
| Sistema operativo | Windows OS |
| Versión de sistema operativo | N/A |
| Versión corregida | 3.6 |
| Estado | Fixed
El problema se ha solucionado. Si corresponde, consulte Versión corregida e Información adicional para obtener más información.
|
Información adicional
This issue is addressed in 3.6.
Solución alternativa
Use the Business Data (Esri_BA_2025_Data_Update) saved locally and open the Business Data then USA_DATAAXLE_2025.gdb. for all examples:
3 different methods:
- Right-click on "us_businesses" in Contents pane.
- Export the "us_businesses" point feature to your project with the following parameters:
- Input Features: "us_businesses".
- Output Feature Class: (Choose location and create name of the new feature class).
- Filter: Enter following parameters:
- WHERE "Employee Count is greater than or equal to 250".
- Click Run.
- Add "us_businesses" feature layer to map.
- Create a Definition Query for the "us_businesses" layer to show only records with a minimum of 250 employees.
- Right-click on "us_businesses" layer.
- Navigate to Properties, Definition Query and New Definition Query.
- Enter following parameters:
- WHERE "Employee Count is greater than or equal to 250".
- Click Apply.
- Add "us_businesses" feature layer to map.
- Create a new layer with only the records with a minimum of 250 employees:
- Open "us_businesses" attribute table and click 'Select by attribute',
- Enter the following parameters:
- Input Rows: us_businesses (this information should already be populated).
- Selection type: "New Selection".
- WHERE "Employee Count is greater than or equal to 250".
- Click Apply.
- In Data Tab on ribbon, select 'Layer from Selection'.
Pasos para reproducir