{{reportTable}} prints "true"

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • sandro
    Junior Member
    • Nov 2022
    • 6

    {{reportTable}} prints "true"

    Hi,

    don't know is it me or what, but recently when i print PDF from report to default template, generated pdf prints correctly "<Name of report>" and "true" instead table. Body is:
    {{name}}
    {{reportTable border=1 borderColor="#333" cellpadding=2}}
    Data exported to excel are good. I am on latest version and have same results on both engines. Other pdf exports are also good, only problem is with {{reportTable}} tag.
    I'll try with fresh install and see will it help, just wanted to see have anyone encounted same behavior.​
  • victor
    Active Community Member
    • Aug 2022
    • 769

    #2
    The {{reportTable}} tag in the template should be specified something like this {{reportTable border=1 borderColor="#333" cellpadding=2}}, then the generated document will look like you want.

    Comment


    • yuri
      yuri commented
      Editing a comment
      This is not correct. {{reportTable}} works fine.
  • yuri
    Member
    • Mar 2014
    • 8624

    #3
    Maybe the tag has some HTML formatting. You can check in Code view.
    If you find EspoCRM good, we would greatly appreciate if you could give the project a star on GitHub. We believe our work truly deserves more recognition. Thanks.

    Comment

    Working...