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.