I have a report that is working properly, and returning True/False. I would like there the be a check box or an "x" when the result is True and then a blank if it returns False. Any idea how to do this? THANKS!!!
Date
Votes
1 comment
-
Jet Reports Historic Posts You might use the "Wingdings" font.
Just choose the sign you want and put it in one field.
After that you write your formula around that sign. Example:if(nf($C$3;YourField)="False";"";"þ")
Cheers
André
Please sign in to leave a comment.