Erro
| Número de ID do Erro | BUG-000140372 |
|---|---|
| Enviado | June 1, 2021 |
| Última Modificação | July 3, 2025 |
| Aplica-se à | ArcGIS Pro |
| Versão encontrada | 2.7.2 |
| Sistema Operacional | Windows OS |
| Versão do Sistema Operacional | 10.0 |
| Versão Fixa | 2.9/2.8.2 |
| Status | 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 do Erro: BUG-000140372
Software:
Obtenha ajuda de especialistas do ArcGIS
Baixe o Aplicativo de Suporte da Esri