Using Status Control with Auto Colors
- Last UpdatedAug 18, 2025
- 1 minute read
Status values can be used in the Element Rules for Auto Colors.
The following section lists examples for using Status Control with Auto Colors.
Example Rule for Equipment with Design Status Pending
Rule Name: Equipment Pending
Types: EQUI
Rule: attrib stvnum( /DesignStatus ) eq 0
Example Rule for Equipment with Design Work Completed or Higher
Rule Name: Equipment Completed
Types: EQUI
Rule: attrib stvnum( /DesignStatus ) ge 50
Example Rule for Equipment with Design Status Not Controlled
Rule Name: Equipment Not Controlled
Types: EQUI
Rule: badref ( attrib stvval( /DesignStatus ) )
If these Element Rules are defined, then Auto Color rules can be added. For example: to show completed equipment in green, pending equipment in yellow, and uncontrolled equipment in red.
