| Bug-ID-Nummer |
BUG-000170703 |
| Eingereicht | September 12, 2024 |
| Zuletzt geändert | October 10, 2024 |
| Gilt für | ArcGIS Pro |
| Gefunden in Version | 3.3.1 |
| Betriebssystem | Windows OS |
| Betriebssystemversion | 10.0 64 Bit |
| Status | As Designed
Nach Überprüfung durch das Entwicklungsteam wurde festgestellt, dass dieses Verhalten wie geplant ist. Weitere Informationen finden Sie im Abschnitt "Zusätzliche Informationen".
|
Zusätzliche Informationen
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.
Workaround
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.
Schritte zur Reproduzierung