A Boolean field:
True or False
T or F
Yes Or No
Y or N
1 or 0
1. Create a Formula with your column name and type Char(254) for true value and Char(168) for false value. Example:
If {Orders.Shipped} = True Then
Chr(254) Else
Chr(168);
2. Place the formula within your detail section and refresh (F5)
Results:
No comments:
Post a Comment