| Número de ID del error |
BUG-000170703 |
| Enviado | September 12, 2024 |
| Última modificación | October 10, 2024 |
| Relacionado con | ArcGIS Pro |
| Versión encontrada | 3.3.1 |
| Sistema operativo | Windows OS |
| Versión de sistema operativo | 10.0 64 Bit |
| Estado | As Designed
Tras revisión realizada por el equipo de desarrollo, se ha determinado que este comportamiento es acorde con lo designado. Consulte los detalles en la sección Información adicional.
|
Información adicional
The tool is intended to click the View Details and Messages features from the results of an analysis run to access a report that includes the graph, allowing users to view the results within ArcGIS Pro. Users can generate a PDF report by employing a Python script to execute the tool, with the option to specify the report output programmatically. This can be done by right-clicking the tool run in the history tab to obtain the Python command and providing a data path for the Output_Report_File to run in the Notebook or Python Window.
Solución alternativa
Currently, there is no direct workaround to generate the PDF output from the Incremental Spatial Autocorrelation tool in ArcGIS Pro 3.3.1. Users may need to:
- Revert to a previous version (e.g., 3.2 or 3.1.5) where the option is still available.
- Click View Details and then Messages to access a report with the graph.
- Utilize a Python script to run the tool, where the output for the report can be specified programmatically.
Pasos para reproducir