Hi,
I have a need to create a checkbox on report, it displays correctly when exported to Excel (displays Checkbox) but doesnt display correctly when exported to PDF (displays 2 dotted line _ _).
Below is forumula used
If {table.field}='true' Then
CHR(254)
Else
CHR(168)
The font is set to "Wingdings".
Any help or ideas would be greatly appreciated.
Thanks
I have a need to create a checkbox on report, it displays correctly when exported to Excel (displays Checkbox) but doesnt display correctly when exported to PDF (displays 2 dotted line _ _).
Below is forumula used
If {table.field}='true' Then
CHR(254)
Else
CHR(168)
The font is set to "Wingdings".
Any help or ideas would be greatly appreciated.
Thanks