Bug
| Bug ID Number | BUG-000140372 |
|---|---|
| Submitted | June 1, 2021 |
| Last Modified | July 3, 2025 |
| Applies to | ArcGIS Pro |
| Version found | 2.7.2 |
| Operating System | Windows OS |
| Operating System Version | 10.0 |
| Version Fixed | 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
}
Bug ID: BUG-000140372
Software:
Get help from ArcGIS experts
Download the Esri Support App