| Bug ID Number |
BUG-000129918 |
| Submitted | April 6, 2020 |
| Last Modified | June 5, 2024 |
| Applies to | ArcGIS for Desktop |
| Version found | 10.8 |
| Operating System | Windows OS |
| Operating System Version | 10.0 64 Bit |
| Status | Will Not Be Addressed
The development team has considered the issue or request and concluded it will not be addressed. The issue's Additional Information section may contain further explanation.
|
Additional Information
This environment is not supported by the Summary Statistics tool. Refer to https://pro.arcgis.com/en/pro-app/tool-reference/analysis/summary-statistics.htm#GUID-5EB51F47-865C-4EDD-AAF7-6235423B3BD1.
A valid workaround is to export the domain as a table using the Domain To Table tool, then join the table to the Summary Statistics output table based on the domain value if the domain descriptions are needed rather than the values.
Workaround
Run the process using ArcPy with the following environment variable setting:
arcpy.env.qualifiedFieldNames = True
Steps to Reproduce