@Anonymous - Can I offer an other approach, such as hiding the "zz combo box" and displaying zz (green border) in a label in the same location, depending on whether the Style combo box value is empty or not? Does it work for you? If that's the case, you can use the code below.
In zzcombobox -> visible property
If(!IsBlank(StyleComboBox.Selected.Value), false, true)
In zzLabel -> visible property
!zzcombobox.Visible
I like this!
That's what I did.
THANKS 🙂
User | Count |
---|---|
125 | |
87 | |
86 | |
75 | |
69 |
User | Count |
---|---|
217 | |
181 | |
140 | |
97 | |
83 |