Create documents and print
I use to have an add on called exact forms and now Qbase bought the company, and the only way to access it is by upgrading QBase to higher package then we have which is thousands of dollars more plus the add on. There must be a different way to be able to have a template and print. another provider for an add on perhaps. I could even take the template and put it to excel instead of word. Does anyone have ideas?Solved272Views2likes6CommentsDisplaying 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], "☑", "☐")143Views1like1Comment