CPQ - Make Inputs Selectively Visible

FIgured I’d share this, in case anyone else runs into this issue. I was trying to make an input visible when it’s needed, but the visibility rule I created didn’t seem to be using the logic.

I created a visibility rule, added an if statement, but when the vis rule is enabled, the input field is always hidden, even when the TrussSpacingMid value is other than 0.

I had to add an else statement to the visibility rule to set both visible = true and visible = false states, rather than assuming the default field visibile = true would work.

Hope this helps someone…