When I create the summary Reports, everything shows fine. But when I try to customize the template, I get an empty white screen. no errors.
I write the custom code in customTemplateBody in plain html, replacing the fields with triple curly braces like {{{Id_consoft}}}, But nothing shows.
Thanks for your answer. I see no errors in consle, I did not include any php code in teh custon summary report.
I just insert the one field for testing porpouses, but nothing shows.
i fI insert the custom field like {{{Id_consoft}}} in custom template header, it whows up as caption , wich is fine. but when I insert the same data in CustomTemplateBody, nothing shows.
What can be wrong?
If the field is a grouping field you selected for the summary report, it will not show in CustomTemplateBody. It should be shown in CustomTemplateGroupHeader, see the topic Custom Templates in the help file.