Skip to main content
Nintex Community Menu Bar

How to: SHow YesNo for booleans in List View

  • July 8, 2015
  • 0 replies
  • 14 views



 

Symptoms


Column is show true/false for a Boolean parameter.
I'd like to show Yes/No instead.
 

Diagnoses


Need to add another data label column and apply an expression to it.
 

Resolution

1. Add a data label column.
2. Delete the Boolean column
3. Set the contents of the new column to an expression:
If = true then yes else false.