"Yes/No" column--UX question

With a "Yes/No" column, I only want "Yes" to display in a table and the "No" be a blank. However, if I make the "No" value to be blank, ie "", then that will also show up as a blank in the form--That'd be weird for users. Is there any workaround on this one?

Screen Shot 2022-11-01 at 10.54.54 PM.png

โ€ƒ

โ€ƒ

Solved Solved
0 5 175
  • UX
1 ACCEPTED SOLUTION

5 REPLIES 5

But if I specify context=Form, then that applies to the "Yes" field too, wouldn't it? I want "Yes" to display in tables and both "Yes" and "No" to display in form.

try using a CONTEXT expression in the custom "No" value--e.g., if form, then "No", else "".

Another idea would be to define a Format Rule that somehow hides the "No" value in tables--maybe make the text the same color as the background. Note, however, this would apply only to visual rendering but not, for example, screen readers used by visually impaired users.

This may work, but you gave me another idea: I went back to your first suggestion but added another condition: if the response=True. That did it! Thanks you!

Top Labels in this Space