| Número de ID do Erro |
BUG-000179032 |
| Enviado | August 26, 2025 |
| Última Modificação | October 9, 2025 |
| Aplica-se à | ArcGIS Pro |
| Versão encontrada | 3.5.1 |
| Sistema Operacional | Windows OS |
| Versão do Sistema Operacional | N/A |
| Versão Fixa | 3.6 |
| Status | Fixed
O problema foi corrigido. Consulte a Versão Corrigida e Informações Adicionais, se aplicável, para obter mais informações
|
Informações Adicionais
This issue is addressed in 3.6.
Solução Provisória
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'.
Etapas para Reproduzir