Displaying Check Marks w/ Document Templates
If you recently started using the new Document Templates feature in Quickbase to generate pdf or Word documents, you may have noticed that checkbox fields on embedded table reports render as text strings "true" and "false", rather than the nicely formatted blue check mark symbol when viewing the table report natively in QB. You can overcome this by using a report formula in the table report to render the check mark as a Unicode character. If([Your Checkbox Field], "✓", "") or If([Your Checkbox Field], "☑", "☐")23Views1like1Comment