Examples for Using Status Control with Auto Colors
- Last UpdatedMar 10, 2023
- 1 minute read
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.
