Bug
| Bug ID Number | BUG-000131981 |
|---|---|
| Submitted | July 1, 2020 |
| Last Modified | June 5, 2024 |
| Applies to | ArcSDE/Enterprise Geodatabase |
| Version found | 10.7 |
| Operating System | Windows OS |
| Operating System Version | 10.0 |
| Status | Will Not Be Addressed |
For polygon, add if ( find("rings", text(geometry($feature))) == -1) return $feature.county in the beginning of attribute rule's expression. This gaurds against empty geometries.
For polyline, add if (find("paths", text(geometry($feature))) == -1) return $feature.county
if (count(geometry($feature).paths) == 0) return $feature.county
Bug ID: BUG-000131981
Software:
Get help from ArcGIS experts
Download the Esri Support App