Traffic light

Displaying variables as a Traffic light places a binary check condition with a green/red background according to which conditions have been met.

Traffic lights are great for providing instant pass / fail indicator for any design check calculations:

You can create it following the next steps.

  1. Create a variable with a conditional:

  2. Open the variable settings

  3. Change the Display as option to "Traffic Light"

  4. Your variable is going to look like this:

  5. For a better experience you can hide the Display Name and Formula in the Visibility options: Your variable is now going to look like this:

  6. You can add a special message using touples: Axial_Check_ = Ratio > 1 ? [false, "Fail"] : [true, "Pass"]

  7. In those cases you can hide the Value from the Visibility options:

    And have this result:

Last updated