Error
| Número de ID del error | BUG-000140372 |
|---|---|
| Enviado | June 1, 2021 |
| Última modificación | July 3, 2025 |
| Relacionado con | ArcGIS Pro |
| Versión encontrada | 2.7.2 |
| Sistema operativo | Windows OS |
| Versión de sistema operativo | 10.0 |
| Versión corregida | 2.9/2.8.2 |
| Estado | Fixed |
Create a new attribute rule and apply it to all Subtypes (select <All>) instead of selecting a subtype name.
Wrap the original attribute rule expression in an if statement to handle the specific subtype user wish to constrain using the subtype's value. Return false if it is not the subtype so user rules does not execute.
Example:
if($feature.SubType == <subtype value, should be an integer>){
<attribute rule conditions here>
return false
}
ID del error: BUG-000140372
Software:
Obtener ayuda de expertos en ArcGIS
Descargar la aplicación de soporte de Esri